I just did a buildworld on a clean, freshly installed 6.1-RELEASE system with no problems using the source tree that came on disk 1.
I've seen gcc bugs like this as a result of setting an optimization flag too agressively. There's a good chance your prior make world created a gcc binary that is broken. Now your in a catch-22. Nuke and repave. Ted >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Mark Busby >Sent: Wednesday, May 17, 2006 12:46 PM >To: help help >Subject: buildworld errors > > >While upgrading from 6.1 pr1 to 6.1 release, I got this msg 3 >days ago, waited, csvup again this morning but still the same >error on buildworld. > Thanks for the flames! > > > ===> gnu/usr.bin/cc/cc (all) >cc -O2 -fno-strict-aliasing -pipe -DIN_GCC -DHAVE_CONFIG_H >-DPREFIX=\"/usr\" >-I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools >-I/usr/src/gnu/usr.bin/cc/cc/../cc_tools >-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc >-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config >-DDEFAULT_TARGET_VERSION=\"3.4.4\" >-DDEFAULT_TARGET_MACHINE=\"\" -c >/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/gcc.c >/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/gcc.c: In >function `fatal_error': >/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/gcc.c:5974: >internal compiler error: in print_reg, at config/i386/i386.c:7116 >Please submit a full bug report, >with preprocessed source if appropriate. >{standard input}: Assembler messages: >{standard input}:3778: Warning: end of file not at end of a >line; newline inserted >{standard input}:4088: Error: unbalanced parenthesis in operand 1. >*** Error code 1 > Stop in /usr/src/gnu/usr.bin/cc/cc. >*** Error code 1 > Stop in /usr/src/gnu/usr.bin/cc. >*** Error code 1 > Stop in /usr/src/gnu/usr.bin. >*** Error code 1 > Stop in /usr/src/gnu. >*** Error code 1 > Stop in /usr/src. >*** Error code 1 > Stop in /usr/src. >*** Error code 1 > Stop in /usr/src. > >_______________________________________________ >[email protected] mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to >"[EMAIL PROTECTED]" > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.1.392 / Virus Database: 268.6.0/341 - Release Date: 5/16/2006 > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
