Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 107139
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 96301
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Andy Lutomirski <luto@myrealbox.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
xpdf-fix.diff Proposed fix patch Andy Lutomirski 2005-09-24 22:21 0000 369 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 107139 depends on: Show dependency tree
Bug 107139 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-09-24 22:19 0000
xpdf-3.00-r10.ebuild incorrectly disables freetype when USE=-truetype, causing
the build to fail.

Reproducible: Always
Steps to Reproduce:
1.  USE=-truetype emerge xpdf

Actual Results:  
Fails.

Configure generates output like this:

checking whether to use freetype2 library... maybe
checking where to find the freetype2 header files... 
checking freetype/freetype.h usability... yes
checking freetype/freetype.h presence... yes
checking for freetype/freetype.h... yes
checking for FT_Get_Name_Index in -lfreetype... yes
using freetype2 library

The build dies on x86_64-pc-linux-gnu-g++ -march=k8 -O3 -pipe -DHAVE_CONFIG_H
-I.. -I./../goo -I./../fofi -I.   -c SplashFTFont.cc
SplashFTFont.cc:15:30: freetype/ftoutln.h: No such file or directory

The configure command was (from config.log):

./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
--disable-freetype2 --enable-opi


Expected Results:  
It should have built.

Patch coming!

------- Comment #1 From Andy Lutomirski 2005-09-24 22:21:14 0000 -------
Created an attachment (id=69192) [details]
Proposed fix

This changes --disable-freetype to --without-freetype2-library, which fixes it
for me.

------- Comment #2 From Jakub Moc (RETIRED) 2005-09-25 00:21:35 0000 -------

*** This bug has been marked as a duplicate of 96301 ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug