Date: Tue, 16 Feb 1999 17:41:37 +0100 From: HERBELOT Thierry <Thierry.Herbelot@alcatel.fr> To: "John A. Hengstler" <john@hei.net> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: RELEN_3 broke Message-ID: <36C99FC1.B16B99BE@telspace.alcatel.fr> References: <000201be59c3$ec1cd580$83a3ded1@trout.heicomm.net>
next in thread | previous in thread | raw e-mail | index | archive | help
I remember there was a discussion on the subject on the -current list (you could look in the archive). It seems you have to first make an aout-to-elf with the sources for 3.0-RELEASE (cvsup with the right tag), then update the sources to go to 3.1-Stable (then in Elf) - don't ask why, I don't remember. I have avoided this by reinstalling a 3.1-Beta in a spare partition of my other disk and then upgraded to 3.1-Stable (this way, you'll have less problems syncing your /etc tree) HTH TfH PS : don't wonder why nobody helps you on this upgrade (source upgrading from 2.2 to 3.1 is a very tricky part) "John A. Hengstler" wrote: > > Greetings, > > I really need help with this. I am trying to update my 2.2.8 box to > 3.0-stable. I have posted this same message twice before with no responses. > > I perform a make aout-to-elf-build and after several hours it stops at this > same spot. It appears that this is on the elf build. Already performed > the aout build... I have cvsup'ed several times and restart the process and > still stops in the same place. > > Suggestions, would be well appreciated. > > Thanks > > John Hengstler > HEI Communications > > cc -O -pipe -I/usr/src/lib/libmd -I/usr/obj/elf/usr/src/tmp/usr/include -c > md5hl.c -o md5hl.o > building standard md library > ranlib libmd.a > cc -fpic -DPIC -O -pipe -I/usr/src/lib/libmd -I/usr/obj/elf/usr/src/tmp/usr/ > include -c /usr/src/lib/libmd/md2c.c -o md2c.So > cc -fpic -DPIC -O -pipe -I/usr/src/lib/libmd -I/usr/obj/elf/usr/src/tmp/usr/ > include -c /usr/src/lib/libmd/md4c.c -o md4c.So > cc -fpic -DPIC -O -pipe -I/usr/src/lib/libmd -I/usr/obj/elf/usr/src/tmp/usr/ > include -c /usr/src/lib/libmd/md5c.c -o md5c.So > cc -fpic -DPIC -O -pipe -I/usr/src/lib/libmd -I/usr/obj/elf/usr/src/tmp/usr/ > include -c md2hl.c -o md2hl.So > cc -fpic -DPIC -O -pipe -I/usr/src/lib/libmd -I/usr/obj/elf/usr/src/tmp/usr/ > include -c md4hl.c -o md4hl.So > cc -fpic -DPIC -O -pipe -I/usr/src/lib/libmd -I/usr/obj/elf/usr/src/tmp/usr/ > include -c md5hl.c -o md5hl.So > building shared library libmd.so.2 > install -C -o root -g wheel -m 444 /usr/src/lib/libmd/md2.h > /usr/obj/elf/usr/src/tmp/usr/include > install -C -o root -g wheel -m 444 /usr/src/lib/libmd/md4.h > /usr/obj/elf/usr/src/tmp/usr/include > install -C -o root -g wheel -m 444 /usr/src/lib/libmd/md5.h > /usr/obj/elf/usr/src/tmp/usr/include > install -c -o root -g wheel -m 444 libmd.a > /usr/obj/elf/usr/src/tmp/usr/lib > install -c -o root -g wheel -m 444 libmd.so.2 > /usr/obj/elf/usr/src/tmp/usr/lib > ln -sf libmd.so.2 /usr/obj/elf/usr/src/tmp/usr/lib/libmd.so > cd /usr/src/lib/libmytinfo; make all; make -B install > cc -O -pipe -Wall -I/usr/src/lib/libmytinfo -I/usr/obj/elf/usr/src/tmp/usr/i > nclude -c /usr/src/lib/libmytinfo/addstr.c -o addstr.o > cc -O -pipe -Wall -I/usr/src/lib/libmytinfo -I/usr/obj/elf/usr/src/tmp/usr/i > nclude -c /usr/src/lib/libmytinfo/readcaps.c -o readcaps.o > cc -static -O -pipe -Wall -I/usr/src/lib/libmytinfo -I/usr/obj/elf/usr/src/t > mp/usr/include -o mkcaplist /usr/src/lib/libmytinfo/mkcaplist.c readcaps.o > ./mkcaplist -n 1000 /usr/src/lib/libmytinfo/cap_list > caplist.c > Segmentation fault - core dumped > *** Error code 139 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36C99FC1.B16B99BE>