Installworld fails building Current from 4.7-R

2002-10-24 Thread Richard Cotrina
Hello : I am getting an strange error when trying to install current ( make installworld ). I cvsup-ed it in my 4.7- Release box, and I sompiling the sources and the kernel without any error messages : # make -j4 buildworld # make buildkernel # make installkernel # reboot All the above finished

Re: Installworld fails building Current from 4.7-R

2002-10-24 Thread Richard Cotrina
PM Subject: Re: Installworld fails building Current from 4.7-R > Hi, > > Did you see the instructions in /usr/src/Makefile and /usr/src/UPDATING? > > This is from /usr/src/Makefile: > > # For individuals wanting to upgrade their sources (even if only a > # delta of a few da

Re: Installworld fails building Current from 4.7-R

2002-10-24 Thread Mike Hunter
On Thu, 24 Oct 2002, Richard Cotrina wrote: > Yes, I did. However make installworld fails as I said. I ran into the same problem going from 4.6 to 5.0-CURRENT. We used truss to see that sh was making funny calls, and concluded that we'd need to run from the kernel to get it working. We instal

Re: Installworld fails building Current from 4.7-R

2002-10-24 Thread Nate Lawson
On Thu, 24 Oct 2002, Mike Hunter wrote: > On Thu, 24 Oct 2002, Richard Cotrina wrote: > > > Yes, I did. However make installworld fails as I said. > > I ran into the same problem going from 4.6 to 5.0-CURRENT. > > We used truss to see that sh was making funny calls, and concluded that > we'd nee

Re: Installworld fails building Current from 4.7-R

2002-10-24 Thread Nate Lawson
[Redirected to current@ with sender's approval] On Thu, 24 Oct 2002, Mike Hunter wrote: > On Thu, 24 Oct 2002, Nate Lawson wrote: > > > That's why there is a "reboot" between installing the new kernel and doing > > installworld. You need to run the new kernel to have the ABI match. > > From my

Re: Installworld fails building Current from 4.7-R

2002-10-24 Thread The Gupta Age
| |I've run into the same problem in the past but manually selected the new |kernel. Should we add the explicit step that you need to load |/boot/kernel/kernel when upgrading? Or has that been fixed? | |-Nate I have posted atleast twice on current to add this info to UPDATING. guess it still ha

Re: Installworld fails building Current from 4.7-R

2002-10-25 Thread M. Warner Losh
What does uname -a say in single user. It should say 5.0, but I'd guess it is saying 4.x. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Installworld fails building Current from 4.7-R

2002-10-24 Thread Craig Rodrigues
Hi, Did you see the instructions in /usr/src/Makefile and /usr/src/UPDATING? This is from /usr/src/Makefile: # For individuals wanting to upgrade their sources (even if only a # delta of a few days): # # 1. `cd /usr/src' (or to the directory containing your source tree). # 2. `make build