- Code: Select all
In file included from /usr/src/linux/linux-3.5/arch/x86/include/asm/uaccess.h:10:0,
from include/linux/uaccess.h:5,
from include/linux/crypto.h:26,
from arch/x86/kernel/asm-offsets.c:8:
include/linux/sched.h: In function ‘pax_get_flags’:
include/linux/sched.h:1660:17: error: ‘struct mm_struct’ has no member named ‘pax_flags’
include/linux/sched.h: In function ‘pax_set_flags’:
include/linux/sched.h:1669:10: error: ‘struct mm_struct’ has no member named ‘pax_flags’
make[3]: *** [arch/x86/kernel/asm-offsets.s] Error 1
make[2]: *** [prepare0] Error 2
make[2]: Leaving directory `/usr/src/linux/linux-3.5'
make[1]: *** [debian/stamp/conf/kernel-conf] Error 2
make[1]: Leaving directory `/usr/src/linux/linux-3.5'
make: *** [debian/stamp/conf/minimal_debian] Error 2
Failed to create a ./debian directory: at /usr/bin/make-kpkg line 984.
edit: I'm an idiot haha I had set the file system integration to 'none' by accident. That's solved it.