Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155794 - broken cairo in app-emulation/emul-linux-x86-gtklibs-2.10.6.2
Summary: broken cairo in app-emulation/emul-linux-x86-gtklibs-2.10.6.2
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Olivier Crete (RETIRED)
URL:
Whiteboard:
Keywords:
: 155796 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-11-20 10:32 UTC by Patrick McLean
Modified: 2006-11-22 19:47 UTC (History)
1 user (show)

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 Patrick McLean gentoo-dev 2006-11-20 10:32:36 UTC
# echo 'int main() { }' | gcc -std=c99 -m32 -O2 -g -L=/emul/linux/x86/usr/lib -lcairo -lXft -x c - -o /dev/null

/emul/linux/x86/usr/lib/libcairo.so: undefined reference to `FT_GlyphSlot_Embolden'
collect2: ld returned 1 exit status

The problem appears to be in the libfreetype that is in the current app-emulation/emul-linux-x86-xlibs (copying the freetype off a 32-bit system works around this)
Comment 1 Patrick McLean gentoo-dev 2006-11-20 11:26:28 UTC
*** Bug 155796 has been marked as a duplicate of this bug. ***
Comment 2 Olivier Crete (RETIRED) gentoo-dev 2006-11-20 16:31:39 UTC
emul libs are not meant to build stuff against them. If you want to build stuff, use a 32bit chroot.. That's why the .so links aren't there.
Comment 3 Olivier Crete (RETIRED) gentoo-dev 2006-11-22 19:44:32 UTC
that said, I'm making a x11libs-7.0-r3 ... and new gtklibs..
Comment 4 Olivier Crete (RETIRED) gentoo-dev 2006-11-22 19:47:03 UTC
2.10.6.3 should fix it.