Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 243066
Alias:
Product:
Component:
Status: RESOLVED
Resolution: WONTFIX
Assigned To: Network Filesystems <net-fs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Torsten Kaiser <Storklerk@ariolc.dyndns.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 243066 depends on: Show dependency tree
Bug 243066 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug