Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 636942 - net-fs/nfs-utils-2.2.1[-nfsidmap] is missing a dependency on sys-apps/keyutils
Summary: net-fs/nfs-utils-2.2.1[-nfsidmap] is missing a dependency on sys-apps/keyutils
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-09 06:13 UTC by Matt Whitlock
Modified: 2017-11-09 09:51 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 Matt Whitlock 2017-11-09 06:13:01 UTC
net-fs/nfs-utils-2.2.1[-nfsidmap] build fails with:

Making all in nfsidmap
make[2]: Entering directory '/var/tmp/portage/net-fs/nfs-utils-2.2.1/work/nfs-utils-2.2.1/utils/nfsidmap'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../support/include  -I/usr/include/tirpc -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes  -pipe -march=native -O3 -ggdb -pipe -c -o nfsidmap.o nfsidmap.c
nfsidmap.c:12:22: fatal error: keyutils.h: No such file or directory
 #include <keyutils.h>
                      ^
compilation terminated.
make[2]: *** [Makefile:514: nfsidmap.o] Error 1
make[2]: Leaving directory '/var/tmp/portage/net-fs/nfs-utils-2.2.1/work/nfs-utils-2.2.1/utils/nfsidmap'
make[1]: *** [Makefile:449: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-fs/nfs-utils-2.2.1/work/nfs-utils-2.2.1/utils'
make: *** [Makefile:474: all-recursive] Error 1


Emerging sys-apps/keyutils allows net-fs/nfs-utils-2.2.1[-nfsidmap] build to complete successfully.

Suggest that net-fs/nfs-utils should RDEPEND on sys-apps/keyutils unconditionally or dependency on sys-apps/keyutils should be eliminated if USE="-nfsidmap".
Comment 1 Larry the Git Cow gentoo-dev 2017-11-09 09:51:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3c089ece9bc2ff9d76d8ecb9dc5b5cedbbcf21

commit 2a3c089ece9bc2ff9d76d8ecb9dc5b5cedbbcf21
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2017-11-09 09:50:39 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2017-11-09 09:51:11 +0000

    net-fs/nfs-utils: Fixed dependency on sys-apps/keyutils
    
    Closes: https://bugs.gentoo.org/636942
    Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-fs/nfs-utils/nfs-utils-2.2.1.ebuild     | 4 +---
 net-fs/nfs-utils/nfs-utils-2.2.2_rc1.ebuild | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)