DragonFly BSD
DragonFly kernel List (threaded) for 2004-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Buildworld dying


From: Walter Venable <weaseal@xxxxxxxxxxxxxxxxxx>
Date: Thu, 23 Sep 2004 12:36:09 -0400

Matthew Dillon wrote:
:Here's the last bit of my buildworld, cvsup'd today around 12PM EST.
:
:...
:-DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -DPREFIX1=\"/usr\" :-DPREFIX2=\"/usr\" -DSTACK_PROTECTOR -DHAVE_STDLIB_H -DHAVE_STRING_H :-DGENERATOR_FILE -I. -c :/usr/src/gnu/usr.bin/cc34/cc_tools/genextract/..//../../../../contrib/gcc-3.4/gcc/errors.c :-o errors.no
:*** Error code 1
:
:Stop in /usr/src/gnu/usr.bin/cc34/cc_tools/genextract.
:*** Error code 1


    The actual error message that caused the make to abort wasn't listed,
    which means you probably were running a buildworld -j N, or mis-patched
    the output.  Try updating your sources and doing another buildworld (be
    sure NOT to use the -j option).

-Matt



Ok, my most recent cvsup is from 9/22 about 9PM. I have still not got a successful buildworld; here are the last few lines of my buildworld this time:

cc -O -pipe -march=pentium -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DINET6 -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -c /usr/src/lib/libc/../libc/gmon/gmon.c -o gmon.o
cc -O -pipe -march=pentium -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DINET6 -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -c /usr/src/lib/libc/../libc/gmon/mcount.c -o mcount.o
cc -O -pipe -march=pentium -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DINET6 -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -c /usr/src/lib/libc/../libc/locale/ansi.c -o ansi.o
cc: Internal compiler error: program cc1 got fatal signal 4
*** Error code 1


Stop in /usr/src/lib/libc.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]