FS#38054 - [grub] latest sources fail to build, incorrect include
Attached to Project:
Arch Linux
Opened by Jamin Collins (jamincollins) - Saturday, 07 December 2013, 22:40 GMT
Last edited by Tobias Powalowski (tpowa) - Saturday, 21 December 2013, 20:51 GMT
Opened by Jamin Collins (jamincollins) - Saturday, 07 December 2013, 22:40 GMT
Last edited by Tobias Powalowski (tpowa) - Saturday, 21 December 2013, 20:51 GMT
|
Details
Description:
The latest grub sources fail to build due to a missing include "freetype/ftsynth.h". ftsynth.h is provided by freetype2 2.5.1-1, but is install under /usr/include/freetype2 not /usr/include/freetype. Steps to reproduce: Grab the grub package sources and attempt a build. cp -r /var/abs/core/grub /tmp/ cd /tmp/grub makepkg |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Saturday, 21 December 2013, 20:51 GMT
Reason for closing: Fixed
Additional comments about closing: 2.02-beta1
Saturday, 21 December 2013, 20:51 GMT
Reason for closing: Fixed
Additional comments about closing: 2.02-beta1
I created this patch (only tested with grub-2.0.0 and freetype-2.5.1):
https://493634.bugs.gentoo.org/attachment.cgi?id=364912
(Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=493634)
//Thomas