| Summary: | make installworld fails when trying to install 'init' into /sbin | ||
|---|---|---|---|
| Product: | Base System | Reporter: | quik <quik> |
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
On Wed, Aug 01, 2001 at 04:42:18PM -0700, Antonio D'souza wrote:
>
> >Number: 29374
> >Category: bin
> >Synopsis: make installworld fails when trying to install 'init' into /sbin
> >Originator: Antonio D'souza
> >Release: 4.3-stable
> >Organization:
> University of Waterloo
> >Environment:
> FreeBSD quikbox.ca 4.3-STABLE
> FreeBSD 4.3-STABLE #1: Wed May i386 unknown
> >Description:
> Partway through running 'make buildworld' I get this error:
>
> ===> sbin/init
> install -C -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.
> >How-To-Repeat:
> with the sources as of Aug 1, 2001 around noon, try to buiild and install the world.
I believe this was fixed when install(1) was added to the bootstrap
tools later. Can you try to cvsup and rebuild?
G'luck,
Peter
--
Nostalgia ain't what it used to be.
State Changed From-To: open->closed The originator confirmed that this was a transient build failure, resolved when install(1) was added to the bootstrap utils. In the future, please report such transient build failures in -stable to the freebsd-stable@FreeBSD.org mailing list; there is no real need to file a PR for that :) |
Partway through running 'make buildworld' I get this error: ===> sbin/init install -C -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. How-To-Repeat: with the sources as of Aug 1, 2001 around noon, try to buiild and install the world.