From owner-freebsd-stable Tue Feb 16 8:44:48 1999 Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA07674 for ; Tue, 16 Feb 1999 08:44:44 -0800 (PST) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id RAA03854; Tue, 16 Feb 1999 17:43:48 +0100 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id RAA13058; Tue, 16 Feb 1999 17:41:22 +0100 (MET) Received: from telss1.telspace.alcatel.fr (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with SMTP id RAA12196; Tue, 16 Feb 1999 17:28:02 +0100 (MET) Received: from telspace.alcatel.fr (nairobi.telspace.alcatel.fr) by telss1.telspace.alcatel.fr (4.1/SMI-4.1) id AA13140; Tue, 16 Feb 99 17:36:41 +0100 Message-Id: <36C99FC1.B16B99BE@telspace.alcatel.fr> Date: Tue, 16 Feb 1999 17:41:37 +0100 From: HERBELOT Thierry Organization: Alcatel Telspace X-Mailer: Mozilla 4.5 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en Mime-Version: 1.0 To: "John A. Hengstler" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: RELEN_3 broke References: <000201be59c3$ec1cd580$83a3ded1@trout.heicomm.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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