Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109548 - sablevm fails to build
Summary: sablevm fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-17 02:46 UTC by nebojsa
Modified: 2005-10-18 02:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nebojsa 2005-10-17 02:46:23 UTC
sablevm does not build due to wrong include path for freetype2.

Reproducible: Always
Steps to Reproduce:
1. emerge sablevm
2.
3.

Actual Results:  
...
/usr/include/ft2build.h:56:38: freetype/config/ftheader.h: No such file or directory
...

Expected Results:  
clean build

fix sablevmXXX.ebuild
append  -I/usr/include/freetype2 in src_compile() export line for CPPFLAGS
Comment 1 Steven Coutts 2005-10-17 07:06:42 UTC
Seems to emerge fine here.
Comment 2 Thomas Matthijs (RETIRED) gentoo-dev 2005-10-17 14:12:45 UTC
can you verify it does not work with gtk+-2.8*
but does with gtk+-2.6* ?
Comment 3 nebojsa 2005-10-18 02:15:08 UTC
(In reply to comment #2)
> can you verify it does not work with gtk+-2.8*
> but does with gtk+-2.6* ?


Jap, on two different machines one with gtk+-2.6.8 it worked, 
on two other machines with gtk+-2.8.6 it does not work.
Comment 4 Thomas Matthijs (RETIRED) gentoo-dev 2005-10-18 02:23:57 UTC
adjusted the dependency