Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 316563 - googleearth-bin-5.1.3533.1731-r1 no longer works with app-emulation/emul-linux-x86-xlibs-20100409-r1
Summary: googleearth-bin-5.1.3533.1731-r1 no longer works with app-emulation/emul-linu...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Vlastimil Babka (Caster) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-21 17:03 UTC by Kevin Bryan
Modified: 2010-04-24 18:44 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 Kevin Bryan 2010-04-21 17:03:07 UTC
./googleearth-bin: symbol lookup error: /usr/lib32/libXi.so: undefined symbol: XESetWireToEventCookie

app-emulation/emul-linux-x86-xlibs (/usr/lib32/libXi.so)

app-emulation/emul-linux-x86-xlibs-20100409-r1 is the version installed.
(I assume it would be the same error on a 32-bit system with libXi-1.3).
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2010-04-23 09:15:42 UTC
Cannot reproduce here. Can you post output of emerge --info and ldd /opt/googleearth/googleearth-bin ?

Seems like ( http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566011 ) the symbol at some point moved from libXi to libX11 so the versions of these libraries have to be both new to ensure you have the symbol. As far as I can tell the emul package has them right. Could be some old version of the library orphaned on your system, or something.
Comment 2 Kevin Bryan 2010-04-24 18:44:21 UTC
Sorry, I found I did have some older version of libXi and libX11 in LD_LIBRARY_PATH for some other app that I hadn't noticed before.  It's working now.  Thanks.