Page 1 of 1

grsecurity-2.2.2-3.0.4-201109011725: constify_plugin.so?

PostPosted: Fri Sep 09, 2011 6:46 pm
by simonbcn
Ubuntu 11.04 64 bits
When I try to compile kernel 3.0.4 with grsecurity-2.2.2-3.0.4-201109011725:
Code: Select all
cc1: error: Cannot load plugin /root/kernel/linux-3.0.4/tools/gcc/constify_plugin.so
/root/kernel/linux-3.0.4/tools/gcc/constify_plugin.so: cannot open shared object file: No such file or directory
make[2]: *** [scripts/mod/empty.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [scripts/mod] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [scripts] Error 2
make: *** Waiting for unfinished jobs....

What's this constify_plugin.so?

Re: grsecurity-2.2.2-3.0.4-201109011725: constify_plugin.so?

PostPosted: Sun Sep 11, 2011 7:02 pm
by PaX Team
simonbcn wrote:What's this constify_plugin.so?
it's a gcc plugin that PaX uses for a certain feature and the above problem is a race condition i'm trying to fix for the Nth time already :P, in the meantime just restart make and it'll work.

Re: grsecurity-2.2.2-3.0.4-201109011725: constify_plugin.so?

PostPosted: Sun Sep 11, 2011 7:38 pm
by simonbcn
PaX Team wrote:
simonbcn wrote:What's this constify_plugin.so?
it's a gcc plugin that PaX uses for a certain feature and the above problem is a race condition i'm trying to fix for the Nth time already :P, in the meantime just restart make and it'll work.


Thanks.