Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 473944 - net-fs/samba-3.6.16 libtevent.so.0 missing
Summary: net-fs/samba-3.6.16 libtevent.so.0 missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo's SAMBA Team
URL: https://bugzilla.samba.org/show_bug.c...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-20 16:24 UTC by Grzegorz {NineX} Krzystek
Modified: 2013-06-20 18:23 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge,5.33 KB, text/plain)
2013-06-20 16:25 UTC, Grzegorz {NineX} Krzystek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz {NineX} Krzystek 2013-06-20 16:24:09 UTC
each time when i run revdep-rebuild i am getting 
 * Collecting system binaries and libraries
 * Generated new 1_files.rr
 * Collecting complete LD_LIBRARY_PATH
 * Generated new 2_ldpath.rr
 * Checking dynamic linking consistency
[ 2% ]  *   broken /lib64/security/pam_smbpass.so (requires libtevent.so.0)
[ 15% ]  *   broken /usr/bin/net (requires libtevent.so.0)
 *   broken /usr/bin/nmblookup (requires libtevent.so.0)
 *   broken /usr/bin/ntlm_auth (requires libtevent.so.0)
[ 21% ]  *   broken /usr/bin/rpcclient (requires libtevent.so.0)
[ 22% ]  *   broken /usr/bin/smbcacls (requires libtevent.so.0)
 *   broken /usr/bin/smbclient (requires libtevent.so.0)
 *   broken /usr/bin/smbcquotas (requires libtevent.so.0)
 *   broken /usr/bin/smbget (requires libtevent.so.0)
 *   broken /usr/bin/smbpasswd (requires libtevent.so.0)
 *   broken /usr/bin/smbspool (requires libtevent.so.0)
 *   broken /usr/bin/smbtree (requires libtevent.so.0)
[ 71% ]  *   broken /usr/lib64/libnetapi.so.0 (requires libtevent.so.0)
[ 76% ]  *   broken /usr/lib64/libsmbclient.so.0 (requires libtevent.so.0)
[ 100% ]                 
 * Generated new 3_broken.rr
 * Assigning files to packages
 *   /lib64/security/pam_smbpass.so -> net-fs/samba
 *   /usr/bin/net -> net-fs/samba
 *   /usr/bin/nmblookup -> net-fs/samba
 *   /usr/bin/ntlm_auth -> net-fs/samba
 *   /usr/bin/rpcclient -> net-fs/samba
 *   /usr/bin/smbcacls -> net-fs/samba
 *   /usr/bin/smbclient -> net-fs/samba
 *   /usr/bin/smbcquotas -> net-fs/samba
 *   /usr/bin/smbget -> net-fs/samba
 *   /usr/bin/smbpasswd -> net-fs/samba
 *   /usr/bin/smbspool -> net-fs/samba
 *   /usr/bin/smbtree -> net-fs/samba
 *   /usr/lib64/libnetapi.so.0 -> net-fs/samba
 *   /usr/lib64/libsmbclient.so.0 -> net-fs/samba
 * Generated new 4_raw.rr and 4_owners.rr
 * Cleaning list of packages to rebuild
 * Generated new 4_pkgs.rr
 * Assigning packages to ebuilds
 * Generated new 4_ebuilds.rr
 * Evaluating package order
 * Generated new 5_order.rr
 * All prepared. Starting rebuild
emerge --complete-graph=y --oneshot   net-fs/samba:0


Reproducible: Always
Comment 1 Grzegorz {NineX} Krzystek 2013-06-20 16:25:01 UTC
Created attachment 351478 [details]
emerge --info
Comment 2 Holger Hoffstätte 2013-06-20 17:40:46 UTC
Same here. tevent is part of the 3.6.16 tarball and built against but apparently not installed. I emerged tevent standalone and that worked fine (no version mismatch). The dependency should probably become part of the ebuild, so that the external version is always used.
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-06-20 18:23:31 UTC
+  20 Jun 2013; Lars Wendler <polynomial-c@gentoo.org> samba-3.6.16.ebuild:
+  Added sys-libs/tevent to DEPEND. Thanks to Grzegorz {NineX} Krzystek for
+  reporting this in bug #473944.
+