Compiler error when doing make buildworld

Chuck Swiger cswiger at mac.com
Wed May 11 09:06:26 PDT 2005


Juan Fco Rodriguez Hervella wrote:
> cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/src/i386/usr\" -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1obj/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1obj/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc/config -I/usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc/objc -I.  -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc/objc/objc-act.c
> /usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc/objc/objc-act.c: In function `really_start_method':
> /usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc/objc/objc-act.c:7819: internal compiler error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions
> 
> PS: If I remove the -O option, it does compile!

If you try doing a "make clean", and then try remaking the world using -O, 
does it fail in the same place, or in a different place?  If the problem is 
not 100% reproducable, you've likely got a hardware problem like poor cooling 
or bad RAM which is failing under the stress of building world....

-- 
-Chuck


More information about the freebsd-questions mailing list