Date: Mon, 18 Feb 2002 18:43:26 -0500 From: "Tim Radigan" <rad2921@cup.edu> To: <freebsd-questions@freebsd.org> Subject: cc_int causes buildworld to fail Message-ID: <000001c1b8d6$115f3990$1401a8c0@nrwrkxp01>
next in thread | raw e-mail | index | archive | help
i have recently come across a problem when moving from 4.2-RELEASE to 4.3-RELEASE.. i cvsup'd the source tree last week, and once again today.. the only thing that changed today was the ports, but that's it.. no source was transferred.. it seems to check out ok but when i run make buildworld, it fails when building cc_int.. the only contents of the make.conf file is: CFLAGS= -O -pipe i copied the /usr/src/etc/defaults/make.conf to /etc/defaults/make.conf and i'm using the defaults for that file.. here is where it dies on me: (pasting from script) ===> cc_int 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/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 -DTARGET_NAME=\"i386-unknown-freebsd\" -DIN_GCC -I/usr/obj/usr/src/i386/usr/include -c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/c-aux-info.c -o c-aux-info.o . . . { cut to save on space } . . 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/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 -DTARGET_NAME=\"i386-unknown-freebsd\" -DIN_GCC -I/usr/obj/usr/src/i386/usr/include -c ../cc_tools/insn-opinit.c -o insn-opinit.o 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/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 -DTARGET_NAME=\"i386-unknown-freebsd\" -DIN_GCC -I/usr/obj/usr/src/i386/usr/include -c ../cc_tools/insn-output.c -o insn-output.o cc: Internal compiler error: program cc1 got fatal signal 11{standard input}: Assembler messages: *** Error code 1 {standard input}:16651: Warning: Stop in /usr/src/gnu/usr.bin/cc/cc_int. end of file not at end of a line; newline inserted*** Error code 1 Stop in /usr/src/gnu/usr.bin/cc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. home# {standard input}:19669: Error: Unknown pseudo-op: `.' <-- end of script output -> if anyone has any ideas on how or why this is happening, it'd be helpful.. i can't seem to figure it out for the life of me.. i have looked in the mailing archives, freebsd web sites, and i have come up with nothing.. tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000001c1b8d6$115f3990$1401a8c0>