hello there
I have a lot of compiling errors and failures when i try to emerge openoffice, firefox, or even emerge --update world (on glibc for example)
messages are often something like :
dag.c: In function `Clear_prerequisites':
dag.c:572: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:
http://bugs.gentoo.org/> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[2]: *** [dag.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/openoffice-1.1.4-r1/work/dmake'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/openoffice-1.1.4-r1/work/dmake'
make: *** [all] Error 2
!!! ERROR: app-office/openoffice-1.1.4-r1 failed.
!!! Function src_compile, Line 421, Exitcode 2
!!! (no error message)
I tried several make.conf settings but i always get this on 50% of sources i try to compile with emerge. Sometimes it doesn't even start to download sources and compile but says "segmentation fault" right after i type emerge xxx
should i provide some kind of log for you to help me or do you know a direction i could follow ?
here's my make.conf :
CFLAGS="-mcpu=7450 -mtune=7450 -O2 -maltivec -mabi=altivec -fno-strict-aliasing -fsigned-char -pipe"
CHOST="powerpc-unknown-linux-gnu"
CXXFLAGS="${CFLAGS}"
USE="gnome gtk alsa hal oss cdr -kde -qt"
ALSA_CARDS="emu10k1,via82xx"
CONFIG_PROTECT="-*"
PS : forgot to tell that something like "aclocal" is often mentionned while it's compiling, what is aclocal ? i found something about it but what i am i supposed to do with it ?