Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57497 - Ebuild for Pango fails when emerging gnome
Summary: Ebuild for Pango fails when emerging gnome
Status: RESOLVED DUPLICATE of bug 34697
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-18 09:09 UTC by Steven Sokol
Modified: 2005-07-17 13:06 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 Steven Sokol 2004-07-18 09:09:09 UTC
When I try to emerge gnome, the ebuild for Pango 1.4.0 fails.  It appears to be missing a header file when compiling pangoft2.c.  Errors commence on line 205 and continue:

pangoft2.c:205: error: 'FC_HINT_STYLE' undeclared (first use this function)
pangoft2.c:206: error: 'FC_HINT_FULL' undeclared (first use this function)
pangoft2.c:208: error: 'FC_HINT_NONE' undeclared (first use this function)
pangoft2.c:212: error: 'FC_HINT_SLIGHT' undeclared (first use this function)
pangoft2.c:213: error: 'FC_HINT_MEDIUM' undeclared (first use this function)



Reproducible: Always
Steps to Reproduce:
1. Type emerge gnome<enter>.
2. Wait a fairly long time.
3. See the process stop with an error message.

Actual Results:  
Errors as described in details section above.

Expected Results:  
Successfully compiled pango 1.4.0 and continued with compilation of the gnome 
code.
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2004-07-19 02:25:03 UTC
Looks like bug #34697 or similar, please post the output of 'locate fontconfig.h'
Comment 2 Mike Gardiner (RETIRED) gentoo-dev 2004-08-22 01:07:41 UTC
A month without a reply, and the dupe explains this.

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