From owner-freebsd-questions@FreeBSD.ORG Fri Oct 10 10:23:02 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 596C116A4B3 for ; Fri, 10 Oct 2003 10:23:02 -0700 (PDT) Received: from redtick.homeunix.com (adsl-68-90-158-145.dsl.okcyok.swbell.net [68.90.158.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB4243FA3 for ; Fri, 10 Oct 2003 10:23:01 -0700 (PDT) (envelope-from boxend@redtick.homeunix.com) Received: from boxg.redtick.homeunix.com (boxg.redtick.homeunix.com [192.168.1.150]) by redtick.homeunix.com (8.12.9/8.12.9) with ESMTP id h9AG64gQ000594; Fri, 10 Oct 2003 11:07:48 -0500 (CDT) (envelope-from boxend@redtick.homeunix.com) Received: (from boxend@localhost)h96EsZfw028400; Mon, 6 Oct 2003 09:54:35 -0500 (CDT) Date: Mon, 6 Oct 2003 09:54:35 -0500 (CDT) From: Mark Message-Id: <200310061454.h96EsZfw028400@boxg.redtick.homeunix.com> To: error@redtick.homeunix.com, freebsd-questions@freebsd.org, world@redtick.homeunix.com Subject: make X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: boxend@swbell.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 17:23:02 -0000 while doing a make world on a 4.8 box I get this error ===> gnu/usr.bin/cc/cccp 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/cccp/../cc_tools -I/usr/src/gnu/usr. bin/cc/cccp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cccp/../../../../contrib/gcc - I/usr/src/gnu/usr.bin/cc/cccp/../../../../contrib/gcc/config -D__FBSDID=__RCS ID -c /usr/src/gnu/usr.bin/cc/cccp/../../../../contrib/gcc/cccp.c {standard input}: cc: Assembler messages: {standard input}:7083: Warning: end of file not at end of a line; newline insert ed Internal compiler error: program cc1 got fatal signal 11 *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc/cccp. *** 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. boxs# I waited a day and did a new cvsup, thinking it was a new code error, but I'm still getting the same msg. Any ideas???