From owner-freebsd-questions Tue Dec 17 18:32: 1 2002 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 8CD3D37B401 for ; Tue, 17 Dec 2002 18:31:59 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7514A43ED1 for ; Tue, 17 Dec 2002 18:31:58 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a201.otenet.gr [212.205.215.201]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id gBI2Vm1E024118; Wed, 18 Dec 2002 04:31:52 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id gBI2Vi59002064; Wed, 18 Dec 2002 04:31:46 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id gBI2Vis3002063; Wed, 18 Dec 2002 04:31:44 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 18 Dec 2002 04:31:44 +0200 From: Giorgos Keramidas To: Ken Kroel Cc: freebsd-questions@FreeBSD.ORG Subject: Re: buildworld problem on cyrix 166 Message-ID: <20021218023144.GD585@gothmog.gr> References: <20021217212314.489bb9a7.kkroel@cfl.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021217212314.489bb9a7.kkroel@cfl.rr.com> 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 On 2002-12-17 21:23, Ken Kroel wrote: > greetings, > > i am trying to update an old pc and have run into a problem with the "make > buildworld" step. the box is 4.7 release, using a network install. > [...] > *default release=cvs tag=RELENG_4_7. > > next, i made /root/kernel and copied GENERIC into it. > [...] > cc -fpic -DPIC -O -pipe -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses > /../../contrib/ncurses/ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/i > nclude -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -c unctrl.c -o > unctrl.So > cc -fpic -DPIC -O -pipe -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses > /../../contrib/ncurses/ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/i > nclude -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -c /usr/src/li > b/libncurses/../../contrib/ncurses/ncurses/tinfo/access.c -o access.So > cc -fpic -DPIC -O -pipe -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses > /../../contrib/ncurses/ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/i > nclude -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -c /usr/src/li > b/libncurses/../../contrib/ncurses/ncurses/tinfo/add_tries.c -o add_tries.So > cc -fpic -DPIC -O -pipe -I. -I/usr/src/lib/libncurses > -I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses > -I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE > -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -c > /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/alloc_entry.c -o > alloc_entry.So > cc: Internal compiler error: program cc1 got fatal signal 11 > *** Error code 1 > > Stop in /usr/src/lib/libncurses. > *** Error code 1 I'm not sure if this is a problem that is caused by overheated CPUs, but I had similar problems when trying to upgrade a Cyrix-based machine from 4.4-RELEASE to RELENG_4. Removing everything from the /usr/obj/usr/src/lib/libncurses directory and starting a buildworld with -DNOCLEAN to avoid rebuilding the parts that were already under/usr/obj worked for me. I never had problems of this nature when the same machine (the very same hardware) was running with an Intel Pentium 133 cpu :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message