From owner-freebsd-questions Mon Feb 18 15:43:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 1cal-exch2.cup.edu (1cal-exch2.cup.edu [158.83.1.34]) by hub.freebsd.org (Postfix) with ESMTP id AC58837B400 for ; Mon, 18 Feb 2002 15:43:35 -0800 (PST) Received: from nrwrkxp01 ([204.171.188.124]) by 1cal-exch2.cup.edu with Microsoft SMTPSVC(5.0.2195.3779); Mon, 18 Feb 2002 18:43:29 -0500 From: "Tim Radigan" To: Subject: cc_int causes buildworld to fail Date: Mon, 18 Feb 2002 18:43:26 -0500 Organization: California University of Pennsylvania Message-ID: <000001c1b8d6$115f3990$1401a8c0@nrwrkxp01> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 18 Feb 2002 23:43:29.0765 (UTC) FILETIME=[11686150:01C1B8D6] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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