Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11039 - gtkmm-2.0.1 fails with undefined references in /usr/lib/libpangoxft-1.0.so
Summary: gtkmm-2.0.1 fails with undefined references in /usr/lib/libpangoxft-1.0.so
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-20 23:12 UTC by Richard Garand
Modified: 2002-11-22 19:39 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 Richard Garand 2002-11-20 23:12:10 UTC
Emerging gtkmm-2.0.1 fails with the following errors: 
 
g++ -mcpu=k6 -march=k6 -O3 -pipe -Wall -o .libs/generate_extra_defs 
generate_defs_gtk.o -Wl,--export-dynamic  
./.libs/libgtkmm_generate_extra_defs-2.0.so -L/usr/kde/3.1/lib -ldl -ldl -ldl -ldl -ldl -ldl 
-ldl /usr/lib/libsigc-1.2.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so 
/usr/lib/libatk-1.0.so -ldl /usr/lib/libgdk_pixbuf-2.0.so -ldl -lm 
/usr/lib/libpangoxft-1.0.so /usr/lib/libpangox-1.0.so /usr/lib/libpango-1.0.so -ldl 
/usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl -ldl /usr/lib/libglib-2.0.so 
/usr/lib/libpangoxft-1.0.so: undefined reference to `FT_Seek_Stream' 
/usr/lib/libpangoxft-1.0.so: undefined reference to `FT_Get_Short' 
/usr/lib/libpangoxft-1.0.so: undefined reference to `FT_Forget_Frame' 
/usr/lib/libpangoxft-1.0.so: undefined reference to `FT_Access_Frame' 
/usr/lib/libpangoxft-1.0.so: undefined reference to `FT_Get_Long' 
collect2: ld returned 1 exit status 
make[3]: *** [generate_extra_defs] Error 1 
make[3]: Leaving directory 
`/var/tmp/portage/gtkmm-2.0.1/work/gtkmm-2.0.1/tools/extra_defs_gen' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory `/var/tmp/portage/gtkmm-2.0.1/work/gtkmm-2.0.1/tools' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/var/tmp/portage/gtkmm-2.0.1/work/gtkmm-2.0.1' 
make: *** [all] Error 2 
 
!!! ERROR: x11-libs/gtkmm-2.0.1 failed. 
!!! Function src_compile, Line -150, Exitcode 2 
!!! emake failed. 
 
(with xfree-4.2.1 and 4.2.1-r1)
Comment 1 foser (RETIRED) gentoo-dev 2002-11-21 08:02:58 UTC
You mean you get the problem with both 4.2.1 and 4.2.1-r1 or with both installed ?

Pango doesnt have so much todo with X anyway, i'd say clean out pango and
re-emerge it. Been playing around with xft(2) by any chance ?
Comment 2 Richard Garand 2002-11-22 19:39:31 UTC
Re-emerging pango works (I haven't used xft),