Page 1 of 1

compile problem -- grsecurity-2.1.14-2.6.30.4-200908090749

PostPosted: Wed Aug 12, 2009 4:48 pm
by ddd
I'm running amd64 UP. I get this message when I compile:

LD vmlinux.o
MODPOST vmlinux.o
WARNING: modpost: Found 3541 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD vmlinux
arch/x86/kernel/built-in.o: In function `debug':
(.kprobes.text+0x83): undefined reference to `per_cpu__cpu_number'
arch/x86/kernel/built-in.o: In function `int3':
(.kprobes.text+0xc3): undefined reference to `per_cpu__cpu_number'
make[1]: *** [vmlinux] Error 1
make[1]: Leaving directory `/usr/src/linux-2.6.30'
make: *** [debian/stamp/build/kernel] Error 2

Re: compile problem -- grsecurity-2.1.14-2.6.30.4-200908090749

PostPosted: Wed Aug 12, 2009 6:55 pm
by Grach
Try "make clean && make".

Re: compile problem -- grsecurity-2.1.14-2.6.30.4-200908090749

PostPosted: Thu Aug 13, 2009 4:08 am
by PaX Team
ddd wrote:I'm running amd64 UP. I get this message when I compile:
it was already fixed in the last PaX test patch.

Re: compile problem -- grsecurity-2.1.14-2.6.30.4-200908090749

PostPosted: Thu Aug 13, 2009 1:06 pm
by specs
I suppose the grsecurity-2.1.14-2.6.29.6-200907301952.patch is the same as the grsecurity-2.1.14-2.6.30.4-200908090749 with interdiff between test21 and test22.