Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 513332 - sys-kernel/aufs-sources-3.14.7 fails because tmpfs-ibitmap.patch shall be installed instead of tmpfs-idr.patch
Summary: sys-kernel/aufs-sources-3.14.7 fails because tmpfs-ibitmap.patch shall be ins...
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-15 11:06 UTC by Frank Ridderbusch
Modified: 2014-06-15 16:43 UTC (History)
1 user (show)

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 Frank Ridderbusch 2014-06-15 11:06:40 UTC
Apparently a tmpfs patch was renamed for the patchset of the latest aufs-sources, leading to failed merge. The ebuild appears to be not updated for the new name. 

The aufs-sources-3.14.7.ebuild specifies "AUFS_VERSION=3.14_p20140609". Grepping through the tar archive:

# tar tvJf aufs-sources-3.14_p20140609.tar.xz |grep tmpfs           !1575
-rw-rw-r-- root/root      6391 2014-06-06 14:01 tmpfs-idr.patch

while the older archive yields:

# tar tvJf aufs-sources-3.14_p20140602.tar.xz |grep tmpfs           !1576
-rw-rw-r-- root/root     10974 2014-05-28 08:19 tmpfs-ibitmap.patch

aufs-sources-3.14.7.ebuild still tries to install tmpfs-ibitmap.patch instead of tmpfs-idr.patch in the src_install() function. 

Reproducible: Always

Steps to Reproduce:
1. Emerge the aufs-sources-3.14.7 sources.
2.
3.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2014-06-15 16:41:01 UTC
I thought I would have fixed this. But apparently I only fixed the README file.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2014-06-15 16:43:10 UTC
+  15 Jun 2014; Justin Lecher <jlec@gentoo.org> aufs-sources-3.14.7.ebuild:
+  Fix problem due to renamed tmpfs patch, #513332
+