Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 513152 - sys-fs/aufs3-3_p20140609 - install: cannot stat ‘/var/tmp/portage/sys-fs/aufs3-3_p20140609/temp/aufs3-standalone/tmpfs-ibitmap.patch’: No such file or directory
Summary: sys-fs/aufs3-3_p20140609 - install: cannot stat ‘/var/tmp/portage/sys-fs/aufs...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-13 20:23 UTC by antu456
Modified: 2014-06-14 09:12 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,7.50 KB, text/plain)
2014-06-13 20:23 UTC, antu456
Details
Output of emerge --info. (emerge-info,4.60 KB, text/plain)
2014-06-13 20:25 UTC, antu456
Details

Note You need to log in before you can comment on or make changes to this bug.
Description antu456 2014-06-13 20:23:04 UTC
Created attachment 378818 [details]
build.log

When I try to emerge aufs3, it fails to emerge and I get the following error:

  CC      /var/tmp/portage/sys-fs/aufs3-3_p20140609/work/aufs3-standalone/fs/aufs/aufs.mod.o
  LD [M]  /var/tmp/portage/sys-fs/aufs3-3_p20140609/work/aufs3-standalone/fs/aufs/aufs.ko
make[1]: Leaving directory `/usr/src/linux-3.15.0-gentoo-r1'
ln -f fs/aufs/aufs.ko aufs.ko
>>> Source compiled.
>>> Test phase [not enabled]: sys-fs/aufs3-3_p20140609

>>> Install aufs3-3_p20140609 into /var/tmp/portage/sys-fs/aufs3-3_p20140609/image/ category sys-fs
 * Installing aufs module
install: cannot stat ‘/var/tmp/portage/sys-fs/aufs3-3_p20140609/temp/aufs3-standalone/tmpfs-ibitmap.patch’: No such file or directory
!!! dodoc: /var/tmp/portage/sys-fs/aufs3-3_p20140609/temp/aufs3-standalone/tmpfs-ibitmap.patch does not exist
 * ERROR: sys-fs/aufs3-3_p20140609::gentoo failed (install phase):
 *   dodoc failed
 * 
 * If you need support, post the output of `emerge --info '=sys-fs/aufs3-3_p20140609::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-fs/aufs3-3_p20140609::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sys-fs/aufs3-3_p20140609/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-fs/aufs3-3_p20140609/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-fs/aufs3-3_p20140609/work/aufs3-standalone'
 * S: '/var/tmp/portage/sys-fs/aufs3-3_p20140609/work/aufs3-standalone'
 * QA Notice: file does not exist:
 * 
 *      dodoc: /var/tmp/portage/sys-fs/aufs3-3_p20140609/temp/aufs3-standalone/tmpfs-ibitmap.patch does not exist

>>> Failed to emerge sys-fs/aufs3-3_p20140609, Log file:

I googled the problem and found this message in a mailing list:

http://permalink.gmane.org/gmane.linux.file-systems.aufs.user/4723

I modified line 163 of aufs3-3_p20140609.ebuild, which was:

dodoc Documentation/filesystems/aufs/README "${T}"/${PN}-standalone/{aufs3-loopback,vfs-ino,tmpfs-ibitmap}.patch

I changed it to:

dodoc Documentation/filesystems/aufs/README "${T}"/${PN}-standalone/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch

Afterwards aufs3 installed correctly.

Steps to reproduce:

# emerge -1av aufs3

Output of emerge --info and build.log are attached, output from emerge -pqv:

# emerge -pqv '=sys-fs/aufs3-3_p20140609::gentoo'
[ebuild   R   ] sys-fs/aufs3-3_p20140609  USE="fuse inotify kernel-patch -debug -doc -hfs -nfs -pax_kernel -ramfs"
Comment 1 antu456 2014-06-13 20:25:48 UTC
Created attachment 378820 [details]
Output of emerge --info.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2014-06-14 09:12:50 UTC
+  14 Jun 2014; Justin Lecher <jlec@gentoo.org> aufs3-3_p20140609.ebuild,
+  files/README.gentoo:
+  Fix broken patch installation due to upstream renaming, #513152
+