From nobody@FreeBSD.org  Tue Aug 14 16:29:46 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 8C50437B40E
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 14 Aug 2001 16:29:46 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f7ENTkZ80449;
	Tue, 14 Aug 2001 16:29:46 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200108142329.f7ENTkZ80449@freefall.freebsd.org>
Date: Tue, 14 Aug 2001 16:29:46 -0700 (PDT)
From: Dale Clapperton <dale@tdce.com.au>
To: freebsd-gnats-submit@FreeBSD.org
Subject: 4.4-PRERELEASE wont installworld due to missing directories
X-Send-Pr-Version: www-1.0

>Number:         29717
>Category:       misc
>Synopsis:       4.4-PRERELEASE wont installworld due to missing directories
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 14 16:30:00 PDT 2001
>Closed-Date:    Wed Aug 15 00:53:46 PDT 2001
>Last-Modified:  Wed Aug 15 00:55:48 PDT 2001
>Originator:     Dale Clapperton
>Release:        4.4-PRERELEASE
>Organization:
TTL
>Environment:
FreeBSD shaft.tdce.com.au 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #2: Tue Aug 14 19:17:44 EST 2001     dale@shaft.tdce.com.au:/usr/obj/usr/src/sys/SHAFT1  i386
>Description:
On two different servers which were cvsupped to 4.4-PRERELEASE, a make installworld would repeatedly fail, like so:
~~~~
install -c -o root -g wheel -m 644 isdn/isdnd_acct
/usr/share/examples/isdn/isdnd_acct
install -c -o root -g wheel -m 644 isdn/contrib/README
/usr/share/examples/isdn/contrib/README
install: /usr/share/examples/isdn/contrib/README: No such file or
directory
*** Error code 71

Stop in /usr/src/share/examples.
*** Error code 1
~~~~

Manually creating two directories fixes the problem and the installworld runs as normal.
>How-To-Repeat:
cvsup a 4.3-STABLE machine to 4.4-PRERELEASE, and attempt to make installworld.  If the directories /usr/share/examples/isdn/contrib and /usr/share/examples/isdn/v21 are absent (as they were on the two servers in question, this may or may not be the case on other servers) the installworld will fail.
>Fix:
mkdir -p /usr/share/examples/isdn/contrib
mkdir -p /usr/share/examples/isdn/v21
>Release-Note:
>Audit-Trail:

From: Kris Kennaway <kris@obsecurity.org>
To: Dale Clapperton <dale@tdce.com.au>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: misc/29717: 4.4-PRERELEASE wont installworld due to missing directories
Date: Tue, 14 Aug 2001 21:08:15 -0700

 --d6Gm4EdcadzBjdND
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 I think this was already fixed.  Generally you should bring up things
 like this on the -stable mailing list instead of the PR database,
 because they're usually transient failures resulting from an
 incomplete MFC.
 
 Please cvsup again and confirm whether or not this problem remains.
 
 Kris
 
 --d6Gm4EdcadzBjdND
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.6 (FreeBSD)
 Comment: For info see http://www.gnupg.org
 
 iD8DBQE7efWuWry0BWjoQKURAgURAJ41rSqPwSEBsNVmbFSVXFkaLWmXogCfaLkb
 P0ajFTn+X7IXHLV/i2gAxLc=
 =mLvs
 -----END PGP SIGNATURE-----
 
 --d6Gm4EdcadzBjdND--
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Wed Aug 15 00:53:46 PDT 2001 
State-Changed-Why:  
Already fixed in src/etc/mtree/BSD.usr.dist,v 1.188.2.18. 

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