*BSD News Article 30436


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!munnari.oz.au!bunyip.cc.uq.oz.au!harbinger.cc.monash.edu.au!msuinfo!agate!howland.reston.ans.net!usc!nic-nac.CSU.net!charnel.ecst.csuchico.edu!olivea!koriel!decwrl!pa.dec.com!usenet.pa.dec.com!jkh
From: jkh@morse.ilo.dec.com (Jordan Hubbard)
Newsgroups: comp.os.386bsd.questions
Subject: Re: Upgrading FreeBSD-1.0R(bin) to 1.1R(src)  HOW???
Date: 13 May 1994 13:18:07 GMT
Organization: Digital Equipment Corporation, Galway Ireland
Lines: 37
Distribution: world
Message-ID: <JKH.94May13141807@morse.ilo.dec.com>
References: <ALBERT.94May11180529@tricky.tnt.es.ele.tue.nl>
	<JKH.94May12115553@morse.ilo.dec.com>
	<2qun1n$ngh@netbsd08.dn.itg.telecom.com.au>
NNTP-Posting-Host: morse.ilo.dec.com
In-reply-to: tdwyer@netbsd08.dn.itg.telecom.com.au's message of 13 May 1994 10:01:13 +0800

In article <2qun1n$ngh@netbsd08.dn.itg.telecom.com.au> tdwyer@netbsd08.dn.itg.telecom.com.au (Terry Dwyer) writes:

   and am sorry to say it didn't work.  I sent you mail on the subject a
   couple of days ago (and to hackers), in reply to one of your messages 
   " Worried about 1.1R installation", but didn't get a reply from anyone.  
   I know it got to hackers, because it came back to me.

My apologies, just found your mail in my `to be replied to' folder! :-(

   Here is the gist of my previous message:

   The first part went OK and I rebooted and ran it again as instructed.
   The make world started and by the time I went to bed, it had just got 
   past the libs.  This morning I had alook and it had failed at make.

   cc -O -I /usr/src/usr.bin/make -c /usr/src/usr.bin/make/arch.c

   *** Signal 10

Right.  It looks like your system is suffering from _OTHER_ problem
at this point, and I also have to say that it definately sounds as if
something went wrong much earlier on.  Consider, the first thing the
upgrade script does when coming back up is:

	echo ""
	cd /usr/src
	make bootstrapld

And bootstrapld does:

	cd ${.CURDIR}/lib/csu.i386;	make depend all install ${CLEANDIR} obj
	cd ${.CURDIR}/lib/libc;		make depend all install ${CLEANDIR} obj

Before `make' is even made (that comes later, with the make world
rule).  So when you say that your libs aren't updated, I have to wonder..

					Jordan