Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132985 - Expat 2.0.0 breaks several software
Summary: Expat 2.0.0 breaks several software
Status: RESOLVED DUPLICATE of bug 128069
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-11 01:19 UTC by jdemoor
Modified: 2006-05-29 13:20 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 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?