Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 579942 - net-fs/samba: snapper.so is linked to dbus but it is not depending on it
Summary: net-fs/samba: snapper.so is linked to dbus but it is not depending on it
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-14 09:26 UTC by Agostino Sarubbo
Modified: 2022-07-28 19:11 UTC (History)
1 user (show)

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 Agostino Sarubbo gentoo-dev 2016-04-14 09:26:07 UTC
This problem happens here because I compile samba on another machine where dbus is installed, but when I run revdep-rebuild on the machine where I use samba, it catches that snapper.so is broken:

 * Checking dynamic linking consistency
[ 88% ]  *   broken /usr/lib64/samba/vfs/snapper.so (requires libdbus-1.so.3)


# scanelf -n /usr/lib64/samba/vfs/snapper.so                                                                                                                                                                                                                      
 TYPE   NEEDED FILE                                                                                                                                                                                                                                                            
ET_DYN libpthread.so.0,libsamba-util.so.0,libsmbd-base-samba4.so,libsamba-debug-samba4.so,libsmbregistry-samba4.so,libtalloc.so.2,libdbus-1.so.3,libc.so.6 /usr/lib64/samba/vfs/snapper.so


# qlist -IC | grep dbus                                                                                                                                                                                                                                           
#
Comment 1 Ben Kohler gentoo-dev 2022-07-28 19:11:10 UTC
I'm surprised that snapper.so is getting installed if USE="-snapper", can you reopen this if you're still able to reproduce this?

Ebuild already has "snapper? ( sys-apps/dbus )" in DEPEND