From owner-freebsd-questions Tue Dec 17 18:19:57 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 D7C3937B404 for ; Tue, 17 Dec 2002 18:19:54 -0800 (PST) Received: from smtp-server3.tampabay.rr.com (smtp-server3.tampabay.rr.com [65.32.1.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE74E43F05 for ; Tue, 17 Dec 2002 18:19:47 -0800 (PST) (envelope-from kkroel@cfl.rr.com) Received: from fbsd.kroel.home (40.79.35.65.cfl.rr.com [65.35.79.40]) by smtp-server3.tampabay.rr.com (8.12.2/8.12.2) with SMTP id gBI2Jdtm021423 for ; Tue, 17 Dec 2002 21:19:39 -0500 (EST) Date: Tue, 17 Dec 2002 21:23:14 -0500 From: Ken Kroel To: freebsd-questions@FreeBSD.ORG Subject: buildworld problem on cyrix 166 Message-Id: <20021217212314.489bb9a7.kkroel@cfl.rr.com> X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 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. i installed the base system, cvsup and all the source. i then ran cvsup with the standard supfile changing only the server name and the tag line to: *default release=cvs tag=RELENG_4_7. next, i made /root/kernel and copied GENERIC into it. then i made a copy of GENERIC: CYRIX1 (in preparation of building a new kernel) and put a link to CYRIX1 in/usr/src/sys/i386/conf. finally, i ran make buildworld and i get the following error (i tried attaching the full gzipped output, but it never made it to the list. i can send it directly if someone needs it or try it again to the list if neccessary): 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 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. it fails repeatedly (over the course of several days) in this same place. according to dmesg the cpu (p166/64mb ram) is: CPU: Cyrix 6x86 (486-class CPU) Origin = "CyrixInstead" DIR=0x2231 Stepping=2 Revision=2 google turned up nothing, so any ideas or suggestions are appreciated. TIA ken ------------------------------------------------------------------------ "Those who don't understand UNIX are condemned to reinvent it, poorly." --Henry Spencer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message