Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 452406 - sys-kernel/aufs-sources-3.7.2 - fs/aufs/file.h: In function 'au_vm_prfile_set': fs/aufs/file.h:289:5: error: 'struct vm_area_struct' has no member named 'vm_prfile'
Summary: sys-kernel/aufs-sources-3.7.2 - fs/aufs/file.h: In function 'au_vm_prfile_set...
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: 2013-01-15 20:34 UTC by Chris Slycord
Modified: 2013-01-18 12:06 UTC (History)
0 users

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


Attachments
3.7.2-aufs.config (3.7.2-aufs.config,84.69 KB, text/plain)
2013-01-15 20:35 UTC, Chris Slycord
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Slycord 2013-01-15 20:34:10 UTC
CC      fs/aufs/module.o
In file included from fs/aufs/aufs.h:45:0,
                 from fs/aufs/module.c:25:
fs/aufs/file.h: In function 'au_vm_prfile_set':
fs/aufs/file.h:289:5: error: 'struct vm_area_struct' has no member named 'vm_prfile'
make[2]: *** [fs/aufs/module.o] Error 1
make[1]: *** [fs/aufs] Error 2
make: *** [fs] Error 2


Reproducible: Always
Comment 1 Chris Slycord 2013-01-15 20:35:50 UTC
Created attachment 335746 [details]
3.7.2-aufs.config

Kernel configuration file from broken install
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2013-01-16 16:21:19 UTC
Are you using USE=module? Otherwise you can't build it as module.
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2013-01-16 20:07:32 UTC
+  16 Jan 2013; Justin Lecher <jlec@gentoo.org> aufs-sources-3.6.10.ebuild,
+  aufs-sources-3.6.11.ebuild, aufs-sources-3.7.1.ebuild,
+  aufs-sources-3.7.2.ebuild:
+  Change from tristate to bool with USE=-modules, #452406
+
Comment 4 Chris Slycord 2013-01-17 23:09:58 UTC
I still have the same error after syncing, re-emerging aufs-sources, and then attempting a run of make using the kernel config I uploaded before.
Comment 5 Chris Slycord 2013-01-18 00:45:03 UTC
The issue here is that the kernel option CONFIG_AUFS_PROC_MAP only works when the kernel has some patch that is not included in the standalone version of aufs. This kernel option should probably be hidden if we are going to default to not including the associated patch.
Comment 6 Justin Lecher (RETIRED) gentoo-dev 2013-01-18 12:06:13 UTC
+*aufs-sources-3.7.3 (18 Jan 2013)
+
+  18 Jan 2013; Justin Lecher <jlec@gentoo.org> aufs-sources-3.7.1.ebuild,
+  aufs-sources-3.7.2.ebuild, +aufs-sources-3.7.3.ebuild, metadata.xml:
+  Correct patch version, #452754; Version Bump; include support for proc maps,
+  #452406
+