From owner-freebsd-stable Fri Apr 14 22:27:39 2000 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.millennium20.com (smtp.thecyberguys.net [209.79.190.13]) by hub.freebsd.org (Postfix) with ESMTP id C7B6C37B5C3 for ; Fri, 14 Apr 2000 22:27:35 -0700 (PDT) (envelope-from glennpj@bayouhome.net) Received: from gforce.johnson.home (1Cust44.tnt2.covington.la.da.uu.net [63.31.31.44]) by smtp.millennium20.com (8.10.0/8.10.0) with SMTP id e3F5Pw612802; Fri, 14 Apr 2000 22:25:59 -0700 Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id AAA01703; Sat, 15 Apr 2000 00:27:32 -0500 (CDT) (envelope-from glenn) From: Glenn Johnson Date: Sat, 15 Apr 2000 00:27:32 -0500 To: Peter McGarvey Cc: Stable@FreeBSD.ORG Subject: Re: HELP: installworld fails on ln Message-ID: <20000415002732.B1556@gforce.johnson.home> References: <38F6EDC2.79268991@telinco.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <38F6EDC2.79268991@telinco.net>; from Peter.McGarvey@telinco.net on Fri, Apr 14, 2000 at 11:06:58AM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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