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

Bug 75940

Summary: kmdr-executor is unable to find libkommanderwidgets.so
Product: Gentoo Linux Reporter: Jon Wagoner <jwagoner>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED DUPLICATE    
Severity: normal CC: prinaricotti
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jon Wagoner 2004-12-28 12:44:51 UTC
When trying to run a kommander program, it fails to load, and reports that it is unable to load libkommanderwidgets.  Using strace, it looks like right at the beginning it opens it from the correct location (/usr/kde/3.3/lib/libkommanderwidgets.so.0), but where it gives the error it is only looking in /usr/lib.  I got this problem both on x86 and amd64.

If I copy it to /usr/lib, it loads fine.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2004-12-29 03:59:35 UTC
Perhaps you've got a stale /usr/lib/libkommanderwidgets.la ?
Comment 2 Jon Wagoner 2004-12-29 10:26:54 UTC
Yes, there was a /usr/lib/libkommanderwidgets.la file.  According to qpkg -f it did not belong to any package.  I removed it and re-emerged kdewebdev, and everything works fine now.  Thanks.

Is this still a bug, since these .la files didn't get cleaned up properly, or should this just be closed?

It seems like I remember some libtool or gcc upgrade requiring a script to be run to fix .la files.  Would this have prevented the changed .la files from being cleaned up when a previous version of kdewebdev was unmerged?  If so, is there any easy way to find other .la files that might have been similarly affected?
Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2004-12-29 11:39:10 UTC
Exactly.

I suppose you can just search around for .la files without the .so 
counterpart. There were also scripts in the forums to search for orphaned 
files, but I could be wrong...

*** This bug has been marked as a duplicate of 71265 ***
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-07-13 03:11:34 UTC
*** Bug 98857 has been marked as a duplicate of this bug. ***