Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2001 13:03:15 +0200
From:      Anders Andersson <anders@codefactory.se>
To:        Tony Maher <tonym@angis.org.au>
Cc:        stable@freebsd.org
Subject:   Re: installworld failure (install of sbin/init)
Message-ID:  <20010801130315.B1045@jellyfish.codefactory.se>
In-Reply-To: <200108011101.VAA01143@morgan.angis.su.OZ.AU>
References:  <200108011101.VAA01143@morgan.angis.su.OZ.AU>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 01, 2001 at 09:01:12PM +1000, Tony Maher wrote:
> 
> Just did buldworld, kernel, installworld cycle but there was one small
> problem in installworld
> 
> o-----------------------------------------------------------------------o
> ===> sbin/init
> install -c -s -o root -g wheel -m 500  -fschg -b -B.bak init /sbin
> install: illegal option -- b
> usage: install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1
> file2
>        install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1
> ...
>              fileN directory
>        install -d [-v] [-g group] [-m mode] [-o owner] directory ...
> *** Error code 64
> 
> Stop in /usr/src/sbin/init.
> o-----------------------------------------------------------------------o
> 
> Checking CVS I thought maybe I had cvsupped and got the init Makefile
> change and not the changes to (x)install but this does not appear to be the
> case.  A second cvsup after the install did not get anything for xinstall
> and the manpage for install shows the new -b and -B (as does runningthe new
> install).
> 
> Does installworld use the old install?
> 
> In any case  removing the "-b -B.bak" in sbin/init/Makefile and reinstalling
> solved the problem for me.

Or as I did, 

cd /usr/src/usr.bin/xinstall && make install

and then installworld works.

-- 
Anders Andersson		anders@codefactory.se
CodeFactory AB			http://www.codefactory.se/
Office: +46 (0)31 711 99 35	Cell: +46 (0)70 587 53 35

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?20010801130315.B1045>