I've been trying to use the instructions
   at [1]https://github.com/sciurus/docker-rhel-rpm to build a RHEL kernel
   with aufs integrated. Some recent commits seem to have made the 3.10 branch
   unstable. I documented my findings
   at [2]https://github.com/sciurus/docker-rhel-rpm/issues/8#issuecomment-2771
   1963. The error I'm seeing is
+ /usr/bin/make -s CONFIG_DEBUG_SECTION_MISMATCH=y ARCH=x86_64 V=1 bzImage
#
# configuration written to .config
#
arch/x86/kernel/cpu/perf_event.c: In function 'check_hw_exists':
arch/x86/kernel/cpu/perf_event.c:183: warning: 'val_fail' may be used uninitial
ized in this function
arch/x86/kernel/cpu/perf_event.c:184: warning: 'reg_fail' may be used uninitial
ized in this function
In file included from fs/aufs/aufs.h:46,
                 from fs/aufs/module.c:26:
fs/aufs/file.h: In function 'au_vm_prfile_set':
fs/aufs/file.h:302: error: 'struct vm_area_struct' has no member named 'vm_prfi
le'
RPM build errors:
make[2]: *** [fs/aufs/module.o] Error 1
make[1]: *** [fs/aufs] Error 2
make: *** [fs] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.S1vTVA (%build)
    Bad exit status from /var/tmp/rpm-tmp.S1vTVA (%build)
Child return code was: 1
EXCEPTION: Command failed. See logs for output.
 # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/bu
ild/SPECS/kernel-ml-aufs-3.10.spec']

   Any idea what the proper fix is?
   --
   Ben Mathews

References

   1. https://github.com/sciurus/docker-rhel-rpm
   2. https://github.com/sciurus/docker-rhel-rpm/issues/8#issuecomment-27711963
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk

Reply via email to