Skip to content

Instantly share code, notes, and snippets.

@ss23
Created October 23, 2011 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ss23/1307236 to your computer and use it in GitHub Desktop.
Save ss23/1307236 to your computer and use it in GitHub Desktop.
Failed kernel compilation
(chroot) Crisp linux # make -j5
CHK include/linux/version.h
CHK include/generated/utsrelease.h
CALL scripts/checksyscalls.sh
CHK include/generated/compile.h
LD grsecurity/built-in.o
grsecurity/grsec_disabled.o: In function `gr_is_capable':
grsec_disabled.c:(.text+0x160): multiple definition of `gr_is_capable'
grsecurity/grsec_exec.o:grsec_exec.c:(.text+0x10): first defined here
grsecurity/grsec_disabled.o: In function `gr_is_capable_nolog':
grsec_disabled.c:(.text+0x170): multiple definition of `gr_is_capable_nolog'
grsecurity/grsec_exec.o:grsec_exec.c:(.text+0x20): first defined here
make[1]: *** [grsecurity/built-in.o] Error 1
make: *** [grsecurity] Error 2
make: *** Waiting for unfinished jobs....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment