Problem upgrading from 4.6 to 5.0 - RELEASE (lib.a not found)

2003-01-20 Thread James
I've been running FreeBSD 4.6 since last June, and I decided to upgrade to
5.0 Release.

I read through and followed the instructions listed in /usr/src/UPDATING.
Here is what I did (as per the UPDATING file):

cd /usr/src
make buildworld
make buildkernel KERNCONF=GENERIC
cp src/sys/i386/conf/GENERIC.hints /boot/device.hints
make installkernel KERNCONF=GENERIC
cd src/sys/boot
make install

The problem comes at the above command(s):
cd src/sys/boot ; make install

It goes through various files, but stops and says (I cannot copy and paste
the output, so here it is typed):

...
===> i386/btx/lib
install -c -o root -g wheel -m444   lib.a /usr/lib
install:  lib.a:  No such file or directory
*** Error code 71
...

You guys have been very helpful before, thank you in advance for looking at
it!
Any ideas?
Thanks!
James Turnbull


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Problem upgrading from 4.6 to 5.0 - RELEASE (lib.a not found)

2003-01-20 Thread Scott Robbins
On Mon, Jan 20, 2003 at 06:41:12PM -0800, James wrote:
> I've been running FreeBSD 4.6 since last June, and I decided to upgrade to
> 5.0 Release.
> 
> I read through and followed the instructions listed in /usr/src/UPDATING.
> Here is what I did (as per the UPDATING file):
> 
> cd /usr/src
> make buildworld
> make buildkernel KERNCONF=GENERIC
> cp src/sys/i386/conf/GENERIC.hints /boot/device.hints
> make installkernel KERNCONF=GENERIC
> cd src/sys/boot
> make install
> 
> The problem comes at the above command(s):
> cd src/sys/boot ; make install

Hrrm, is it possible, that since you're in src already, the path is off?

(The error message seems to point in other directions, but I know this has
happened to a few people.  I

 
Just for the heck of it, try 
cd /usr/src/sys/boot

(or cd sys/boot)
> 

-- 

Scott Robbins

PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 D575 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

Buffy: The world is what it is---we fight, we die. Wishing 
doesn't change that. 
Giles: I have to believe in a better world. 
Buffy: Go ahead. I have to live in this one. 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Problem upgrading from 4.6 to 5.0 - RELEASE (lib.a not found)

2003-01-20 Thread James


> On Mon, Jan 20, 2003 at 06:41:12PM -0800, James wrote:
> > I've been running FreeBSD 4.6 since last June, and I decided to upgrade
to
> > 5.0 Release.
> >
> > I read through and followed the instructions listed in
/usr/src/UPDATING.
> > Here is what I did (as per the UPDATING file):
> >
> > cd /usr/src
> > make buildworld
> > make buildkernel KERNCONF=GENERIC
> > cp src/sys/i386/conf/GENERIC.hints /boot/device.hints
> > make installkernel KERNCONF=GENERIC
> > cd src/sys/boot
> > make install
> >
> > The problem comes at the above command(s):
> > cd src/sys/boot ; make install
>
> Hrrm, is it possible, that since you're in src already, the path is off?
>
> (The error message seems to point in other directions, but I know this has
> happened to a few people.  I
>
>
> Just for the heck of it, try
> cd /usr/src/sys/boot
>
> (or cd sys/boot)
> >
>
> --

Scott, thanks for the hints, but I've done that.  :(
I also do a "pwd" just to make sure where I am.
I should have also have said:
I cvsupped to RELEASE 5 yesterday at about 8pm.
I've looked for that file "lib.a" on my HDD, but I can't find it.  I used:
find / -name "lib.a"

Thank you for your quick response, though, Scott, I appreciate it.
Got any more ideas?
Thanks in advance!
James Turnbull


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message