Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2001 16:29:46 -0700 (PDT)
From:      Dale Clapperton <dale@tdce.com.au>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/29717: 4.4-PRERELEASE wont installworld due to missing directories
Message-ID:  <200108142329.f7ENTkZ80449@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         29717
>Category:       misc
>Synopsis:       4.4-PRERELEASE wont installworld due to missing directories
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 14 16:30:00 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108142329.f7ENTkZ80449>