Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 419405 - net-misc/dropbox[librsync-bundled] preserves system librsync.so.1
Summary: net-misc/dropbox[librsync-bundled] preserves system librsync.so.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Naohiro Aota
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-02 21:35 UTC by Martin von Gagern
Modified: 2012-07-08 20:45 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 Martin von Gagern 2012-06-02 21:35:00 UTC
!!! existing preserved libs:
>>> package: net-libs/librsync-0.9.7-r2
 *  - /usr/lib64/librsync.so.1
 *  - /usr/lib64/librsync.so.1.0.2
 *      used by /opt/dropbox/_librsync.so (net-misc/dropbox-1.4.7)

Perhaps there is some way to teach portage that it shouldn't worry about /opt/dropbox/_librsync.so as its dependency will be satisfied by /opt/dropbox/librsync.so.1.

If you consider this to be a bug in portage instead of the dropbox ebuild, feel free to reassign accordingly.
Comment 1 Zac Medico gentoo-dev 2012-07-08 19:35:50 UTC
This is like bug 265372, and something like this should fix it:

  patchelf --set-rpath '$ORIGIN' _librsync.so
Comment 2 Naohiro Aota gentoo-dev 2012-07-08 20:45:32 UTC
(In reply to comment #1)
> This is like bug 265372, and something like this should fix it:
> 
>   patchelf --set-rpath '$ORIGIN' _librsync.so

Thanks. I've fixed it in the tree.