Hello All,

I am trying to do make buildworld after a fresh cvsup on a freebsd 7 box and running into some issues. I appologize if I am flooding the list with output but I want to make sure I send as much information as possible.

Initially I had this error:

cc -O2 -fno-strict-aliasing -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/
usr/obj/usr/src/tmp/usr\" -I/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/
cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/
usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc -I/usr/src/gnu/
usr.bin/cc/cc_int/../../../../contrib/gcc/config -I/usr/src/gnu/
usr.bin/cc/cc_int/../../../../contrib/gcclibs/include -I/usr/src/gnu/
usr.bin/cc/cc_int/../../../../contrib/gcclibs/libcpp/include -I/usr/
src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/libdecnumber  -I/
usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/cc/
cc_int/../../../../contrib/gcc/tree-ssa-ccp.c


{standard input}: Assembler messages:
{standard input}:0: Warning: end of file not at end of a line; newline inserted
cc: Internal error: Killed: 9 (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
*** Error code 1
{standard input}: Assembler messages:
{standard input}:1939: Warning: end of file not at end of a line; newline inserted
{standard input}:2129: Error: expecting operand after ','; got nothing
cc: Internal error: Killed: 9 (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
*** Error code 1
2 errors
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error


with this make.conf:

# added by use.perl 2009-07-01 16:17:52
PERL_VERSION=5.8.9
PYTHON_DEFAULT_VERSION=python2.4
BATCH=YES
WITHOUT_X11=YES
SKIP_DNS_CHECK=YES
CRYPT_DES=0
WITH_PORT_REPLACES_BASE_BIND8=YES
WITH_PORT_REPLACES_BASE_BIND9=YES
WITHOUT_ALT_CONFIG_PREFIX=YES
WITH_OPENSSL_PORT=YES
X11BASE=${LOCALBASE}


Then I replaced that make.conf with a completely clean make.conf and got this error:

cc -O2 -fno-strict-aliasing -pipe  -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=
\"/usr\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/
src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/
cc_int/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/
cc_int/../../../../contrib/gcc/config -I/usr/src/gnu/usr.bin/cc/
cc_int/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/
cc_int/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/
usr.bin/cc/cc_int/../../../../contrib/gcclibs/libdecnumber  -c ../
cc_tools/insn-attrtab.c
{standard input}: Assembler messages:
{standard input}:24478: Warning: end of file not at end of a line; newline inserted
{standard input}:25877: Error: unknown pseudo-op: `.'
cc: Internal error: Killed: 9 (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cc/cc_int.
*** 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.


These errors happened consistently multiple times. Usually with hardware failure my experience is it is inconsistent when it breaks. I have no reason to suspect hardware failure with this machine. While I am not ruling it out, it seems unlikely.

$ uname -a
FreeBSD xxx.xxx.xxx 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Thu Jul 2 16:07:38 UTC 2009 r...@xxx/xxx/xxxx:/usr/obj/usr/src/sys/XXX amd64


Thoughts?

I am not on this list so please cc me in your replies.

Thanks!
-=Tom


--
Using Opera's revolutionary email client: http://www.opera.com/mail/
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to