Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133702 - Realplayer breaks on expat 2
Summary: Realplayer breaks on expat 2
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-18 10:13 UTC by Stefan de Konink
Modified: 2006-05-18 10:30 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 Stefan de Konink 2006-05-18 10:13:08 UTC
Due to the missing libexpat.so.0 expat can't start. Using a simple symlink, it works again. Probably something that should get into the ebuild?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-05-18 10:18:47 UTC
Erm, it works just fine here... Anyway -symlink is no way an option here, run revdep-rebuild.

$ ldd /opt/RealPlayer/realplay.bin | grep expat
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb763d000)
$ emerge  -pv expat

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-libs/expat-2.0.0  0 kB 
Comment 2 Stefan de Konink 2006-05-18 10:27:48 UTC
skinkie@tv ~ $ ldd /opt/RealPlayer/realplay.bin | grep expat
        libexpat.so.0 => not found
        libexpat.so.0 => not found

I'm looking at that one. Currently in the revdep-rebuild process.

(typo in my first message expat should be realplay)
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-05-18 10:30:20 UTC
(In reply to comment #2)
> I'm looking at that one. Currently in the revdep-rebuild process.

You should remove the symlink first, otherwise it won't fix anything.