Page 1 of 1

Compile error on Debian Wheezy with 3.11.1

PostPosted: Tue Sep 17, 2013 9:50 am
by andrej81
I've just tried to complie Linux 3.11.1 with the newest grsecurity patch for but it failed with the following:

Code: Select all
  CC [M]  net/sched/cls_flow.o
  CC [M]  net/sched/em_cmp.o
  CC [M]  net/sched/em_nbyte.o
  CC [M]  net/sched/em_u32.o
  CC [M]  net/sched/em_meta.o
  CC [M]  net/sched/em_text.o
  CC [M]  net/sctp/sm_statetable.o
  CC [M]  net/sctp/sm_statefuns.o
  CC [M]  net/sctp/sm_sideeffect.o
  CC [M]  net/sctp/protocol.o
net/sctp/protocol.c:1045:23: error: sctp_af_inet causes a section type conflict with sctp_pf_inet
net/sctp/protocol.c:974:23: note: ‘sctp_pf_inet’ was declared here
make[3]: *** [net/sctp/protocol.o] Error 1
make[2]: *** [net/sctp] Error 2
make[1]: *** [net] Error 2
make[1]: Leaving directory `/usr/src/linux-3.11.1'
make: *** [debian/stamp/build/kernel] Error 2


The basic kernel config I've used is working fine and only fails when it's grsec patched.

.config: http://pastebin.com/0sxmBB1H

Re: Compile error on Debian Wheezy with 3.11.1

PostPosted: Thu Sep 19, 2013 7:14 am
by PaX Team
this should be fixed in the latest patch already.