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

Bug 388097

Summary: net-im/amsn-0.98.4-r1 installs .so's outside of default paths, should install revdep-rebuild conf file
Product: Gentoo Linux Reporter: Israel G. Lugo <israel.lugo>
Component: Current packagesAssignee: Gentoo Net-im project <net-im>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=388101
Whiteboard:
Package list:
Runtime testing required: ---

Description Israel G. Lugo 2011-10-22 11:55:26 UTC
I just upgraded media-libs/libpng and got an soname change from libpng14.so.14 to 15.so.15. Ran revdep-rebuild several times and all the detected packages were rebuilt, as per the 2011-10-15-libpng15 news item. After this, I rm'ed /usr/lib/libpng14.so.14 as it was no longer needed.

aMSN however fails to load, with an error message stating that /usr/share/amsn/utils/TkCximage/TkCximage.so can't load libpng14.so.14 and that I should reinstall the program. I re-emerged and of course everything was corrected.

aMSN is installing .so's in /usr/share/amsn/utils, which is not searched by revdep-rebuild by default. The net-im/amsn ebuild should install revdep-rebuild configuration file containing the following:

# /etc/revdep-rebuild/60-amsn
SEARCH_DIRS="/usr/share/amsn/utils"



In a related note (probably should start a separate bug), aMSN really shouldn't be installing architecture-specific binaries (.so's) inside /usr/share.
Comment 1 Pacho Ramos gentoo-dev 2012-05-14 08:55:23 UTC

*** This bug has been marked as a duplicate of bug 305417 ***