From owner-freebsd-questions@FreeBSD.ORG Mon Oct 6 09:33:39 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 4E30316A4B3 for ; Mon, 6 Oct 2003 09:33:39 -0700 (PDT) Received: from ss055.bos.hosting.com (ss055.bos.hosting.com [64.55.166.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7DC343FAF for ; Mon, 6 Oct 2003 09:33:32 -0700 (PDT) (envelope-from mark.b@chillicothehospital.org) Received: from 22bsh (7iron.chipshot.net [65.174.154.15]) by ss055.bos.hosting.com (8.12.9/8.12.9) with ESMTP id h96GXScR019663 for ; Mon, 6 Oct 2003 12:33:31 -0400 (EDT) From: mark.b@chillicothehospital.org To: freebsd-questions@freebsd.org Date: Mon, 06 Oct 2003 11:37:47 -0500 MIME-Version: 1.0 Message-ID: <3F81540B.6284.C3AA45@localhost> Priority: normal X-mailer: Pegasus Mail for Windows (v4.02) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Subject: make world error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 16:33:39 -0000 On a make world on a 4.8 box, this is the error msg ===> 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=__RCSID -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 inserted 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. #end error I waited a day did a new cvsup, thinking it was a new code errror, but I get the same msg. Any ideas??