Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2000 00:27:32 -0500
From:      Glenn Johnson <glennpj@bayouhome.net>
To:        Peter McGarvey <Peter.McGarvey@telinco.net>
Cc:        Stable@FreeBSD.ORG
Subject:   Re: HELP: installworld fails on ln
Message-ID:  <20000415002732.B1556@gforce.johnson.home>
In-Reply-To: <38F6EDC2.79268991@telinco.net>; from Peter.McGarvey@telinco.net on Fri, Apr 14, 2000 at 11:06:58AM %2B0100
References:  <38F6EDC2.79268991@telinco.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 14, 2000 at 11:06:58AM +0100, Peter McGarvey wrote:

> make buildworld works fine, however, when i do a make installworld it
> craps out (output included below).  Can anyone help.
>
>
> > ===> bin/kill
> > install -c -s -o root -g wheel -m 555   kill /bin
> > install -c -o root -g wheel -m 444 kill.1.gz  /usr/share/man/man1
> > ===> bin/ln    
> > install -c -s -o root -g wheel -m 555   ln /bin
> > install -c -o root -g wheel -m 444 ln.1.gz  /usr/share/man/man1
> > install -c -o root -g wheel -m 444 symlink.7.gz  /usr/share/man/man7
> > /usr/share/man/man1/link.1.gz -> /usr/share/man/man1/ln.1.gz
> > ln: permission denied
> > /bin/link -> /bin/ln
> > *** Error code 126
> > 1 error
> > *** Error code 2
> > 1 error
> > *** Error code 2
> > 1 error
> > *** Error code 2
> > 1 error
> > *** Error code 2
> > 1 error
> > *** Error code 2
> > 1 error

I had this happen to me yesterday at the same point but with a different
error message. I fixed it by cd'ing into /usr/src/bin/ln and doing a
'make clean', followed by a 'make depend', and finally 'make'. I did
a 'make install' to verify that it would install then went back to
/usr/src and did a 'make installworld'.

This worked for me but I make no guarantees.

-- 
Glenn Johnson
glennpj@bayouhome.net


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?20000415002732.B1556>