Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 209073

Summary: xfce-extra/verve-0.3.5 failed, can't find libexpat.so.0.
Product: Gentoo Linux Reporter: intelligent.nerd
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description intelligent.nerd 2008-02-06 01:23:41 UTC
Using a testing gentoo system, all ~x86 packages, verve fails to install. I have submitted how I worked around the problem, which is at the end of this bug.

Reproduce:
1. Use ~x86
2. emerge verve

Results in a configuration error where it is unable to find libexpat.so.0. The error looks like this.

dbus-binding-tool: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory
make[2]: *** [verve-dbus-service-infos.h] Error 127
make[2]: Leaving directory `/var/tmp/portage/xfce-extra/verve-0.3.5/work/verve-plugin-0.3.5/panel-plugin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xfce-extra/verve-0.3.5/work/verve-plugin-0.3.5'
make: *** [all] Error 2

Fix: create a symlink to libexpat.so.0 as the system already has libexpat.so.

1. ln -s libexpat.so libexpat.so.0
2. emerge -vat verve
Comment 1 Dawid Węgliński (RETIRED) gentoo-dev 2008-02-06 01:26:56 UTC

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