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

Bug 153730

Summary: amarok 1.4.4 won't startup
Product: Gentoo Linux Reporter: Daniel Klaffenbach <danielklaffenbach>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Daniel Klaffenbach 2006-11-01 11:34:37 UTC
after upgrading amarok from 1.4.3-r1 to 1.4.4 it doesn't startup any more (it worked prior to that update;). 2 error messages are being shown: one about libamarok_void-engine_plugin.so and one about libamarok_xine-engine.so being missing in /usr/kde/3.5/lib/kde3/. Actually those two libs were in /usr/lib/kde3/, so symlinking or copying them to /usr/kde/3.5/lib/kde3/ resolves that issue and amarok starts up normally. i guess this can be fixed quickly.

regards,
dan
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-11-01 13:50:25 UTC
No, remove the broken symlinks and issue this command:

find /usr/kde -name \*amarok\* -print0 | xargs -0 rm