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

Bug 132985

Summary: Expat 2.0.0 breaks several software
Product: Gentoo Linux Reporter: jdemoor
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: gotletter
Priority: Normal    
Version: 2006.0   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description jdemoor 2006-05-11 01:19:23 UTC
After emerging expat with ACCEPT_KEYWORDS="~amd64", kdeinit was broken and mozilla-thunderbird-1.5-r3 would not compile. Vlc may also be affected.
Remerging the previously installed version of expat solved all these problems.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-05-11 02:08:08 UTC
Run revdep-rebuild.

*** This bug has been marked as a duplicate of 128069 ***
Comment 2 Wiktor Wandachowicz 2006-05-12 13:24:38 UTC
Simple, do:

# revdep-rebuild -p --library libexpat.so.0
# revdep-rebuild --library libexpat.so.0
Comment 3 LXj 2006-05-29 13:20:02 UTC
It is not actually simple, because Opera needs libexpat.so.0 too

I resolved it buy making symlink libexpat.so.0 -> libexpat.so. Maybe ebuild should create this link too?