Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 243066 - net-fs/nfs-utils-1.1.4 fails to install /etc/idmapd.conf
Summary: net-fs/nfs-utils-1.1.4 fails to install /etc/idmapd.conf
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Network Filesystems
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-21 16:59 UTC by Torsten Kaiser
Modified: 2008-10-26 08:43 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 Torsten Kaiser 2008-10-21 16:59:34 UTC
Both the -1.1.3 and the -1.1.4 ebuilds contain the following line:
       use !nonfsv4 && doins utils/idmapd/idmapd.conf

But trying to emerge the -1.1.4 version I get the following error:
ake[2]: Leaving directory `/var/tmp/portage/net-fs/nfs-utils-1.1.4/work/nfs-utils-1.1.4'
make[1]: Leaving directory `/var/tmp/portage/net-fs/nfs-utils-1.1.4/work/nfs-utils-1.1.4'
install: cannot stat `utils/idmapd/idmapd.conf': No such file or directory
>>> Completed installing nfs-utils-1.1.4 into /var/tmp/portage/net-fs/nfs-utils-1.1.4/image/

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment


It seems that utils/idmapd/idmapd.conf was removed from the source tarball:

# tar -tzf /usr/portage/distfiles/nfs-utils-1.1.3.tar.gz |grep conf
nfs-utils-1.1.3/config.sub
nfs-utils-1.1.3/support/include/config.h.in
nfs-utils-1.1.3/configure.ac
nfs-utils-1.1.3/config.guess
nfs-utils-1.1.3/configure
nfs-utils-1.1.3/utils/idmapd/idmapd.conf
nfs-utils-1.1.3/utils/idmapd/idmapd.conf.man
# tar -tjf /usr/portage/distfiles/nfs-utils-1.1.4.tar.bz2 |grep conf
nfs-utils-1.1.4/configure
nfs-utils-1.1.4/support/include/config.h.in
nfs-utils-1.1.4/config.guess
nfs-utils-1.1.4/configure.ac
nfs-utils-1.1.4/config.sub
nfs-utils-1.1.4/utils/idmapd/idmapd.conf.man


Reproducible: Always

Steps to Reproduce:
1. have the default, unmodified /etc/idmapd.conf installed
2. upgrade from nfs-utils-1.1.3 to -1.1.4
3. find that /etc/idmapd.conf is now missing
Comment 1 SpanKY gentoo-dev 2008-10-26 08:43:30 UTC
libnfsidmap provides the file now