From nobody@FreeBSD.org  Wed Aug  1 16:42:18 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 1188137B403
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  1 Aug 2001 16:42:18 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f71NgIP94375;
	Wed, 1 Aug 2001 16:42:18 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200108012342.f71NgIP94375@freefall.freebsd.org>
Date: Wed, 1 Aug 2001 16:42:18 -0700 (PDT)
From: "Antonio D'souza" <quik@quikbox.ca>
To: freebsd-gnats-submit@FreeBSD.org
Subject: make installworld fails when trying to install 'init' into /sbin
X-Send-Pr-Version: www-1.0

>Number:         29374
>Category:       bin
>Synopsis:       make installworld fails when trying to install 'init' into /sbin
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 01 16:50:01 PDT 2001
>Closed-Date:    Thu Aug 2 06:12:19 PDT 2001
>Last-Modified:  Thu Aug 02 06:14:09 PDT 2001
>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.
>Fix:

>Release-Note:
>Audit-Trail:

From: Peter Pentchev <roam@orbitel.bg>
To: Antonio D'souza <quik@quikbox.ca>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: bin/29374: make installworld fails when trying to install 'init' into /sbin
Date: Thu, 2 Aug 2001 13:49:22 +0300

 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 
State-Changed-By: roam 
State-Changed-When: Thu Aug 2 06:12:19 PDT 2001 
State-Changed-Why:  
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 :) 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29374 
>Unformatted:
