Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 617592

Summary: >=net-fs/nfs-utils-1.3.4 does not build rpc.svcgssd binary
Product: Gentoo Linux Reporter: Róbert Čerňanský <openhs>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
Full build log.
Patch for nfs-utils-1.3.4.ebuild.

Description Róbert Čerňanský 2017-05-05 19:26:24 UTC
Created attachment 471724 [details]
emerge --info

net-fs/nfs-utils-1.3.4 and net-fs/nfs-utils-2.1.1 does not install /usr/sbin/rpc.svcgssd binary.  It however installs /etc/init.d/rpc.svcgssd script which fails when invoked:

# /etc/init.d/rpc.svcgssd start
 * Starting svcgssd ...
 * start-stop-daemon: /usr/sbin/rpc.svcgssd does not exist                [ !! ]
 * ERROR: rpc.svcgssd failed to start

Older - net-fs/nfs-utils-1.3.1-r5 - works fine.

Use flags for nfs-utils are following:

# emerge -pv nfs-utils
[ebuild     UD ] net-fs/nfs-utils-1.3.4::gentoo [2.1.1::gentoo] USE="caps ipv6 kerberos libmount nfsv4 tcpd uuid -nfsdcld -nfsidmap -nfsv41 (-selinux)" 0 KiB
Comment 1 Róbert Čerňanský 2017-05-05 19:34:36 UTC
Created attachment 471726 [details]
Full build log.
Comment 2 Róbert Čerňanský 2017-05-06 05:32:39 UTC
Created attachment 471776 [details, diff]
Patch for nfs-utils-1.3.4.ebuild.

Upstream changed build option --enable-svcgss so that it is disabled by default now.  This patch explicitly enables svcgss when kerberos use flag is specified.
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2017-05-11 09:26:02 UTC

*** This bug has been marked as a duplicate of bug 614542 ***