Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge gcc-3.2.3-r1 fails (maybe propolice problem)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc
View previous topic :: View next topic  
Author Message
deuce
n00b
n00b


Joined: 11 Dec 2002
Posts: 56

PostPosted: Mon Sep 15, 2003 1:31 am    Post subject: emerge gcc-3.2.3-r1 fails (maybe propolice problem) Reply with quote

I was just running emerge -u world, and it failed with the following error during compilation of gcc-3.2.3-r1:

Code:
gcc -c -DIN_GCC    -O -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc -I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/. -I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/config -I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/../include /var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/protector.c -o protector.o
/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/protector.c:40:23: insn-attr.h: No such file or directory
/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/protector.c: In function `rtl_epilogue':
/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/protector.c:772: warning: unused variable `flag_have_return'
gcc -c -DIN_GCC    -O -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc -I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/. -I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/config -I/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/../include /var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/ggc-page.c -o ggc-page.o
/usr/include/bits/sigset.h: At top level:
/var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/gcc/protector.c:82: warning: `debuginsn' defined but not used
make[2]: *** [protector.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/gcc-3.2.3-r1/work/build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/var/tmp/portage/gcc-3.2.3-r1/work/build/gcc'
make: *** [bootstrap-lean] Error 2

!!! ERROR: sys-devel/gcc-3.2.3-r1 failed.
!!! Function src_compile, Line 371, Exitcode 2
!!! (no error message)


I believe this is an error from the propolice stack protection. Has anyone else experienced a problem with this?
Back to top
View user's profile Send private message
bazik
Retired Dev
Retired Dev


Joined: 22 Jul 2002
Posts: 277
Location: Behind you.

PostPosted: Mon Sep 15, 2003 7:05 am    Post subject: Reply with quote

What are your CFLAGS / CXXFLAGS ?
Back to top
View user's profile Send private message
deuce
n00b
n00b


Joined: 11 Dec 2002
Posts: 56

PostPosted: Mon Sep 15, 2003 3:29 pm    Post subject: Reply with quote

MAKEOPTS="-j3"
CFLAGS="-mcpu=v9 -mtune=v9 -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"

Running the emerge a second time was successful... Could this be a case of a parallel make failure? It is rather specific that it could not find the file insn-attr.h though.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum