Bug 243066 - net-fs/nfs-utils-1.1.4 fails to install /etc/idmapd.conf
Bug#: 243066 Product:  Gentoo Linux Version: 2008.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: WONTFIX Assigned To: net-fs@gentoo.org Reported By: Storklerk@ariolc.dyndns.org
Component: Ebuilds
URL: 
Summary: net-fs/nfs-utils-1.1.4 fails to install /etc/idmapd.conf
Keywords:  
Status Whiteboard: 
Opened: 2008-10-21 16:59 0000
Description:   Opened: 2008-10-21 16:59 0000
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 From SpanKY 2008-10-26 08:43:30 0000 -------
libnfsidmap provides the file now