Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 498314 - sys-kernel/aufs-sources triggers repoman warnings because of epatch use in src_unpack
Summary: sys-kernel/aufs-sources triggers repoman warnings because of epatch use in sr...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-17 03:29 UTC by Patrick Lauer
Modified: 2014-01-17 07:02 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 Patrick Lauer gentoo-dev 2014-01-17 03:29:26 UTC
ebuild.minorsyn               4
   sys-kernel/aufs-sources/aufs-sources-3.10.26.ebuild: 'epatch' call should be moved to src_prepare from line: 51
   sys-kernel/aufs-sources/aufs-sources-3.10.27.ebuild: 'epatch' call should be moved to src_prepare from line: 51
   sys-kernel/aufs-sources/aufs-sources-3.12.7.ebuild: 'epatch' call should be moved to src_prepare from line: 51
   sys-kernel/aufs-sources/aufs-sources-3.12.8.ebuild: 'epatch' call should be moved to src_prepare from line: 51

The part it complains about is:

        unpack ${AUFS_TARBALL}

        epatch "${FILESDIR}"/${P}-mmap-aufs3.patch

        kernel-2_src_unpack
}

I'm not quite sure why that is needed, but it'd be nice to avoid spurious repoman warnings ...
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2014-01-17 07:02:00 UTC
I need to patch the patches and this has to be done before the usual kernel patching machinery starts. it's technically not convenient to do it differently and it doesn't harm either.