Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146368 - vmware-workstation: symbol lookup error: /usr/lib/libcairo.so.2: undefined symbol: FT_GlyphSlot_Embolden
Summary: vmware-workstation: symbol lookup error: /usr/lib/libcairo.so.2: undefined sy...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-05 03:22 UTC by Karsten Becker
Modified: 2006-09-05 03:45 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 Karsten Becker 2006-09-05 03:22:29 UTC
After updating to gcc 4.1 my vmware-workstation doesn't start. I get:

kbe@kbe ~ $ vmware
/opt/vmware/workstation/lib/bin/vmware: symbol lookup error: /usr/lib/libcairo.so.2: undefined symbol: FT_GlyphSlot_Embolden
kbe@kbe ~ $

The problem started after doing the "emerge -e system && emerge -e world" after the compiler update.

An update to unstable cairo didn't help:

* x11-libs/cairo
Latest version available: 1.2.4
Latest version installed: 1.2.4
Size of files: 2,815 kB
Homepage: http://cairographics.org/
Description: A vector graphics library with cross-device output support
License: || ( LGPL-2.1 MPL-1.1 )

root@kbe ~ # emerge --info
Portage 2.1-r2 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.3.6-r4, 2.6.17-gentoo-r7-kbe i686)
=================================================================
System uname: 2.6.17-gentoo-r7-kbe i686 Intel(R) Celeron(R) CPU 2.00GHz
Gentoo Base System version 1.12.4
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: 2.3
dev-util/confcache: [Not Present]
sys-apps/sandbox: 1.2.17
sys-devel/autoconf: 2.13, 2.59-r7
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils: 2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -pipe -O2 -mfpmath=sse -msse2 -mmmx -fomit-frame-pointer -funit-at-a-time -fpeel-loops -ftracer -funswitch-loops"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-march=pentium4 -pipe -O2 -mfpmath=sse -msse2 -mmmx -fomit-frame-pointer -funit-at-a-time -fpeel-loops -ftracer -funswitch-loops -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.romnet.org/gentoo/ http://ftp.lug.ro/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ http://gentoo.inf.elte.hu/"
LANG="de_DE.utf8"
LC_ALL="de_DE.utf8"
LDFLAGS="-Wl,-O1 -Wl,--strip-all -Wl,--enable-new-dtags -Wl,--sort-common -Wl,-z,now"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X a52 aac acl acpi aim alsa arts audiofile automount avi bash-completion berkdb bitmap-fonts cdparanoia cdr crypt cups divx4linux dlloader dvd dvdr dvdread encode ffmpeg font-server foomaticdb freetype gdbm gif glibc-compat20 gstreamer gtk gtk2 icq imagemagick imlib java jpeg kde kdeenablefinal libwww lm_sensors logrotate mad maildir mmx motif mp3 mpeg msn ncurses nls nptl nsplugin nvidia ogg opengl pam pcre pdf pdflib perl pic png ppds python qt3 qt4 quicktime readline real reflection samba sasl sdl sse sse2 ssl tcpd truetype truetype-fonts type1-fonts udev unicode usb userlocales vcd vorbis win32codecs xine xmms xorg xscreensaver xv xvid yahoo zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux linguas_de userland_GNU video_cards_apm video_cards_fbdev video_cards_nv video_cards_nvidia video_cards_vesa video_cards_vga"
Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

I still need to use 2006.0 without the glibc-update because it's a company's machine where I need to start old (binary only) software that needs linux threads support.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-05 03:39:48 UTC
Reopen if you can reproduce the problem after you've recompiled cairo with 
C[XX]FLAGS="-march=pentium4 -pipe -O2 -fomit-frame-pointer" and with empty LDFLAGS.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-09-05 03:45:27 UTC
(Plus recompiling all it's dependencies at least)