Date: Tue, 17 Dec 2002 21:23:14 -0500 From: Ken Kroel <kkroel@cfl.rr.com> To: freebsd-questions@FreeBSD.ORG Subject: buildworld problem on cyrix 166 Message-ID: <20021217212314.489bb9a7.kkroel@cfl.rr.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021217212314.489bb9a7.kkroel>