Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65493 - Pango 1.6.0 Ebuild crashes during compilation, I have traced down the problems to the Emerge Patches.
Summary: Pango 1.6.0 Ebuild crashes during compilation, I have traced down the problem...
Status: RESOLVED DUPLICATE of bug 34697
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-26 21:37 UTC by Arturo Mann
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 Arturo Mann 2004-09-26 21:37:52 UTC
I am currently testing Gnome 2.8.0. Most of the ebuilds work, except for Pango-1.6.0. The ebuild will NOT compile past a certain point, I have traced the problem to the Gentoo Patches applied automatically by Emerge. I basically got a vanilla Pango from ftp.gnome.org, Ran it using the following:
./configure --prefix=/usr/
make
make install
Then continued the normal Gnome Ebuild


Reproducible: Always
Steps to Reproduce:
1. Unmask Gnome 2.8.0 from the Packages.mask, entierly.
2. Run ACCEPT_KEYWORDS="~x86" emerge -v gnome
3. Wait until Pango Ebuild starts compiling.
4. The Error will present itself as a Compile error due to unreferenced Variables.

Actual Results:  
>> Actual Error line of the Ebuild
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/freetype2 -I/usr/X11R6/include
-I.. -O3 -pipe -march=pentium4 -fomit-frame-pointer -Wall -MT pangoft2.lo -MD
-MP -MF .deps/pangoft2.Tpo -c pangoft2.c  -fPIC -DPIC -o .libs/pangoft2.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE
-DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VERSION=\"1.4.0\"
-DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/freetype2 -I/usr/X11R6/include
-I.. -O3 -pipe -march=pentium4 -fomit-frame-pointer -Wall -MT
pangoft2-fontmap.lo -MD -MP -MF .deps/pangoft2-fontmap.Tpo -c pangoft2-fontmap.c
 -fPIC -DPIC -o .libs/pangoft2-fontmap.o
pangoft2.c: In function `pango_ft2_font_get_face':
pangoft2.c:218: error: `FC_HINT_STYLE' undeclared (first use in this function)
pangoft2.c:218: error: (Each undeclared identifier is reported only once
pangoft2.c:218: error: for each function it appears in.)
pangoft2.c:219: error: `FC_HINT_FULL' undeclared (first use in this function)
pangoft2.c:221: error: `FC_HINT_NONE' undeclared (first use in this function)
pangoft2.c:225: error: `FC_HINT_SLIGHT' undeclared (first use in this function)
pangoft2.c:226: error: `FC_HINT_MEDIUM' undeclared (first use in this function)
distcc[32348] ERROR: compile on localhost failed
make[4]: *** [pangoft2.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory
`/var/tmp/portage/pango-1.6.0/work/pango-1.6.0/pango'make[3]: ***
[all-recursive] Error 1
make[3]: Leaving directory
`/var/tmp/portage/pango-1.6.0/work/pango-1.6.0/pango'make[2]: *** [all] Error 2
make[2]: Leaving directory
`/var/tmp/portage/pango-1.6.0/work/pango-1.6.0/pango'make[1]: ***
[all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/pango-1.6.0/work/pango-1.6.0'
make: *** [all] Error 2
 
!!! ERROR: x11-libs/pango-1.6.0 failed.
!!! Function gnome2_src_compile, Line 40, Exitcode 2
!!! compile failure
 


Expected Results:  
>> x11-libs/pango-1.6.0 Merged
Comment 1 Joe McCann (RETIRED) gentoo-dev 2004-09-26 22:53:35 UTC
please read the bug report guide and always give emerge info
Comment 2 foser (RETIRED) gentoo-dev 2004-09-27 08:43:18 UTC
search

and provide your 'emerge info' always like the bugreport form tells ya

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