Date: Wed, 18 Dec 2002 04:31:44 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Ken Kroel <kkroel@cfl.rr.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: buildworld problem on cyrix 166 Message-ID: <20021218023144.GD585@gothmog.gr> In-Reply-To: <20021217212314.489bb9a7.kkroel@cfl.rr.com> References: <20021217212314.489bb9a7.kkroel@cfl.rr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-12-17 21:23, Ken Kroel <kkroel@cfl.rr.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021218023144.GD585>