From owner-freebsd-questions@FreeBSD.ORG Fri Nov 11 10:46:05 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F73E1065673 for ; Fri, 11 Nov 2011 10:46:05 +0000 (UTC) (envelope-from Traiano.Welcome@mtnbusiness.co.za) Received: from smtprelay01.ops.mtnbusiness.co.za (smtprelay01.ops.mtnbusiness.co.za [41.181.93.235]) by mx1.freebsd.org (Postfix) with ESMTP id 204D78FC0C for ; Fri, 11 Nov 2011 10:46:05 +0000 (UTC) Received: from [196.30.97.135] (helo=CPT-EXCH01.int.mtnbusiness.net) by smtprelay01.ops.mtnbusiness.co.za with esmtp (ULTRA Special SMTP Internal Alpha) (envelope-from ) id 1ROocT-0005zG-S6; Fri, 11 Nov 2011 12:46:01 +0200 Received: from CPT-EXCH01.int.mtnbusiness.net ([196.30.97.135]) by cpt-exch01 ([196.7.22.110]) with mapi id 14.01.0218.012; Fri, 11 Nov 2011 12:45:16 +0200 From: Traiano Welcome To: Damien Fleuriot , freebsd questions Thread-Topic: FreeBSD make buildworld fail: cc: Internal error: Killed: 9 (program cc1) Thread-Index: AQHMoF7/BuMOiBkzAkqMSC4RULU8zQ== Date: Fri, 11 Nov 2011 10:45:15 +0000 Message-ID: In-Reply-To: <4EBBCEEA.4040604@my.gd> Accept-Language: en-US, en-ZA Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.0.0.100825 x-originating-ip: [196.30.72.139] Content-Type: text/plain; charset="us-ascii" Content-ID: <9D795D9BC6777341AB442B3EC14F3422@int.mtnbusiness.net> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: Subject: Re: FreeBSD make buildworld fail: cc: Internal error: Killed: 9 (program cc1) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2011 10:46:05 -0000 Hi Damien /etc/make.conf as follows (with your recently suggested changes added): SUP_UPDATE=3D yes SUP=3D /usr/bin/csup SUPFLAGS=3D -zgL 2 SUPHOST=3D cvsup2.za.freebsd.org SUPFILE=3D /etc/cvsup/stable-supfile PORTSSUPFILE=3D /etc/cvsup/ports-supfile DOCSUPFILE=3D /etc/cvsup/doc-supfile # ENABLE_SUID_K5SU=3DYES # added by use.perl 2011-11-09 12:33:48 PERL_VERSION=3D5.10.1 And I don't seem to have a src.conf anywhere on my filesystem ... Hmmm. On 2011/11/10 3:17 PM, "Damien Fleuriot" wrote: >On 11/10/11 11:05 AM, Traiano Welcome wrote: >> Hi All >>=20 >> I'm trying to upgrade from FreeBSD 8.0-RELEASE #0 to FreeBSD 8.2 or >> better. My upgrade sequence would be as follows: >>=20 >> 0. cd /usr/src/;make cleanworld (and in extreme cases rm -rf /usr/src/* >> and rm -rf /usr/obj) >> 1. csup -L 2 stable supfile. >> 2. cd /usr/src; make buildworld && make buildkernel && make >>installkernel >> && make installworld && reboot >> 3. mergemaster -p && make installworld && mergemaster && reboot >>=20 > >Your upgrade steps are wrong, although this has nothing to do with your >buildworld failing. > >1/ make buildworld (automatically cleans up anyway) >2/ make buildkernel >3/ make installkernel >4/ mergemaster -p >5/ reboot (single user if possible) >6/ make installworld >7/ mergemaster -F >8/ reboot >9/ optional, make delete-old > > > >Why use csup manually ? >Set your variables in /etc/make.conf and just run "make update" from >/usr/src. > > >Here are mine: >SUP_UPDATE=3D yes >SUP=3D /usr/bin/csup >SUPFLAGS=3D -zgL 2 >SUPHOST=3D cvsup1.fr.freebsd.org >SUPFILE=3D /etc/cvsup/stable-supfile >PORTSSUPFILE=3D /etc/cvsup/ports-supfile >DOCSUPFILE=3D /etc/cvsup/doc-supfile > > >=3D=3D> Post your src.conf and make.conf, your problem might be there. > > >As a last resort, I would suggest synching sources with 8.1 and trying >to build it, to see if you still encounter the problem. >_______________________________________________ >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"