Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 810592 - net-fs/nfs-utils-2.5.4: automagic dependency on libgssapi_krb5.so.2 (mit-krb5)
Summary: net-fs/nfs-utils-2.5.4: automagic dependency on libgssapi_krb5.so.2 (mit-krb5)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-27 01:43 UTC by Timo Rothenpieler
Modified: 2021-10-03 21:57 UTC (History)
2 users (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 Timo Rothenpieler 2021-08-27 01:43:59 UTC
I have a rather large setup of servers here, sharing binpkgs which each other, since they are all mostly identical.
This "mostly" today made me discover a dependency issue in nfs-utils:

# revdep-rebuild -iv
[...]
 * Broken files that require: libgssapi_krb5.so.2 (64 bits)
        * /usr/lib64/libnfsidmap/umich_ldap.so
 * Assign files to packages
        * /usr/lib64/libnfsidmap/umich_ldap.so -> net-fs/nfs-utils-2.5.4

nfs-utils has the following useflags on all systems:

# emerge -vp nfs-utils
[binary   R    ] net-fs/nfs-utils-2.5.4::gentoo  USE="caps ipv6 ldap libmount nfsdcld nfsidmap nfsv4 nfsv41 tcpd uuid -junction -kerberos (-selinux)" 0 KiB

The host which usually builds the binpkgs has mit-krb5 installed (because it's also a samba server, and samba needs it), but most consumers don't. So they don't have that library in question.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-08-27 01:45:06 UTC
Thanks.
Comment 2 Larry the Git Cow gentoo-dev 2021-10-03 21:57:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43058137249b79b215d14190f62a5d66f14de21f

commit 43058137249b79b215d14190f62a5d66f14de21f
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2021-10-03 21:57:25 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-10-03 21:57:25 +0000

    net-fs/nfs-utils: Fix sasl/mit-krb5 automagic
    
    Closes: https://bugs.gentoo.org/810592
    Signed-off-by: David Seifert <soap@gentoo.org>

 net-fs/nfs-utils/nfs-utils-2.5.4-r1.ebuild | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)