From owner-freebsd-questions@FreeBSD.ORG Mon Oct 6 11:30:27 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 5825616A4B3 for ; Mon, 6 Oct 2003 11:30:27 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4306643FE3 for ; Mon, 6 Oct 2003 11:30:24 -0700 (PDT) (envelope-from jason@ec.rr.com) Received: from ec.rr.com (cpe-024-211-231-149.ec.rr.com [24.211.231.149]) h96IQNkt008406; Mon, 6 Oct 2003 14:26:23 -0400 (EDT) Message-ID: <3F81DF34.60302@ec.rr.com> Date: Mon, 06 Oct 2003 14:31:32 -0700 From: jason User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: mark.b@chillicothehospital.org References: <3F81540B.6284.C3AA45@localhost> In-Reply-To: <3F81540B.6284.C3AA45@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: 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 18:30:27 -0000 Sometimes it hard to find the cause, but most problems I have had have been with the make.conf file. Keep relaxing the settings in it(02->0 or no 0 at all, and remove extra stuff) until it works. Or just subtistute the default in place of your regular make.conf and try a build. mark.b@chillicothehospital.org wrote: >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?? > > > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > >