Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 388097 - net-im/amsn-0.98.4-r1 installs .so's outside of default paths, should install revdep-rebuild conf file
Summary: net-im/amsn-0.98.4-r1 installs .so's outside of default paths, should install...
Status: RESOLVED DUPLICATE of bug 305417
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-22 11:55 UTC by Israel G. Lugo
Modified: 2012-05-14 08:55 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 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 ***