Bug 30416

Summary: make installworld fails within isdn4bsd
Product: Base System Reporter: so <so>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: so
Priority: Normal    
Version: 4.4-PRERELEASE   
Hardware: Any   
OS: Any   

Description so 2001-09-07 15:00:01 UTC
The subdirectories of /usr/share/examples/isdn/ are not created. Subsequent
attempts to install files there fail.

Fix: 

Create the subdirectories /usr/share/examples/isdn/{contrib,v21,i4brunppp}
before trying to install anything there.
How-To-Repeat: Install 4.4RC1 or any other version before the last i4b merge.
cvsup
make buildworld
make installworld
Comment 1 Peter Pentchev freebsd_committer freebsd_triage 2001-09-07 15:18:48 UTC
State Changed
From-To: open->feedback

Are you sure that updating your source tree to something 
after Fri Aug 10 does not fix the problem? 
The directories have been created ever since rev 1.188.2.18 of 
src/etc/BSD.usr.dist (and I have them on my laptop to prove it ;) 

If your sources are newer than Aug 10, have you done a mergemaster 
before the 'make installworld'?  In the somewhat unlikely case 
that 'installworld' should use your installed versions instead of 
the ones in the source tree, a mergemaster should provide you with 
the new, corrected mtree files.  However, I think this is not 
the case, since the 'installworld' target invokes 'hierarchy', 
and the 'distrib-dirs' target in etc/ seems to use the source 
tree versions of the mtree files..  Still, worth a try.
Comment 2 so 2001-09-07 16:04:42 UTC
CVSupped again this morning (about six hours ago). make buildworld, 
mergemaster, make installworld: the problem persists.

Checking the mtree files right now.

HTH
-Christoph Sold
Comment 3 Peter Pentchev 2001-09-07 16:12:57 UTC
On Fri, Sep 07, 2001 at 08:10:04AM -0700, Christoph Sold wrote:
> The following reply was made to PR kern/30416; it has been noted by GNATS.
> 
> From: Christoph Sold <so@i-clue.de>
> To: freebsd-gnats-submit@FreeBSD.org, so@i-clue.de
> Cc:  
> Subject: Re: kern/30416: make installworld fails within isdn4bsd
> Date: Fri, 07 Sep 2001 17:04:42 +0200
> 
>  CVSupped again this morning (about six hours ago). make buildworld, 
>  mergemaster, make installworld: the problem persists.
>  
>  Checking the mtree files right now.

Can you post the output of 'ident src/etc/mtree/*' ?

G'luck,
Peter

-- 
I am jealous of the first word in this sentence.
Comment 4 so 2001-09-07 16:28:12 UTC
Peter Pentchev wrote:

>On Fri, Sep 07, 2001 at 08:10:04AM -0700, Christoph Sold wrote:
>
>>The following reply was made to PR kern/30416; it has been noted by GNATS.
>>
>>From: Christoph Sold <so@i-clue.de>
>>To: freebsd-gnats-submit@FreeBSD.org, so@i-clue.de
>>Cc:  
>>Subject: Re: kern/30416: make installworld fails within isdn4bsd
>>Date: Fri, 07 Sep 2001 17:04:42 +0200
>>
>> CVSupped again this morning (about six hours ago). make buildworld, 
>> mergemaster, make installworld: the problem persists.
>> 
>> Checking the mtree files right now.
>>
>
>Can you post the output of 'ident src/etc/mtree/*' ?
>

# ident /etc/mtree
ident warning: no id keywords in /etc/mtree
# ident /usr/src/etc/mtree
ident warning: no id keywords in /usr/src/etc/mtree
Comment 5 so 2001-09-07 16:46:30 UTC
Peter Pentchev wrote:

>On Fri, Sep 07, 2001 at 08:10:04AM -0700, Christoph Sold wrote:
>
>>The following reply was made to PR kern/30416; it has been noted by GNATS.
>>
>>From: Christoph Sold <so@i-clue.de>
>>To: freebsd-gnats-submit@FreeBSD.org, so@i-clue.de
>>Cc:  
>>Subject: Re: kern/30416: make installworld fails within isdn4bsd
>>Date: Fri, 07 Sep 2001 17:04:42 +0200
>>
>> CVSupped again this morning (about six hours ago). make buildworld, 
>> mergemaster, make installworld: the problem persists.
>> 
>> Checking the mtree files right now.
>>
>
>Can you post the output of 'ident src/etc/mtree/*' ?
>

Stupid me shoudl read and understand before acting. Here's the output again.

/usr/src/etc/mtree/BSD.include.dist:
     $FreeBSD: src/etc/mtree/BSD.include.dist,v 1.32.2.6 2001/08/01 
20:37:03 obrien Exp $

/usr/src/etc/mtree/BSD.local.dist:
     $FreeBSD: src/etc/mtree/BSD.local.dist,v 1.55.2.5 2001/08/01 
20:37:03 obrien Exp $

/usr/src/etc/mtree/BSD.release.dist:
     $FreeBSD: src/etc/mtree/BSD.release.dist,v 1.6.2.2 2001/08/01 
20:37:03 obrien Exp $

/usr/src/etc/mtree/BSD.root.dist:
     $FreeBSD: src/etc/mtree/BSD.root.dist,v 1.45.2.2 2001/08/01 
20:37:03 obrien Exp $

/usr/src/etc/mtree/BSD.usr.dist:
     $FreeBSD: src/etc/mtree/BSD.usr.dist,v 1.188.2.17 2001/08/01 
20:37:03 obrien Exp $

/usr/src/etc/mtree/BSD.var.dist:
     $FreeBSD: src/etc/mtree/BSD.var.dist,v 1.43.2.3 2001/08/02 22:36:34 
assar Exp $

/usr/src/etc/mtree/BSD.x11-4.dist:
     $FreeBSD: src/etc/mtree/BSD.x11-4.dist,v 1.13.2.5 2001/08/01 
20:37:03 obrien Exp $

/usr/src/etc/mtree/BSD.x11.dist:
     $FreeBSD: src/etc/mtree/BSD.x11.dist,v 1.9.2.5 2001/08/01 20:37:03 
obrien Exp $

/usr/src/etc/mtree/README:
     $FreeBSD: src/etc/mtree/README,v 1.4.2.1 2001/01/11 13:06:22 dougb 
Exp $
Comment 6 Peter Pentchev 2001-09-08 08:58:16 UTC
On Fri, Sep 07, 2001 at 05:46:30PM +0200, Christoph Sold wrote:
> Peter Pentchev wrote:
> 
> >On Fri, Sep 07, 2001 at 08:10:04AM -0700, Christoph Sold wrote:
> >
> >>The following reply was made to PR kern/30416; it has been noted by GNATS.
> >>
> >>From: Christoph Sold <so@i-clue.de>
> >>To: freebsd-gnats-submit@FreeBSD.org, so@i-clue.de
> >>Cc:  
> >>Subject: Re: kern/30416: make installworld fails within isdn4bsd
> >>Date: Fri, 07 Sep 2001 17:04:42 +0200
> >>
> >> CVSupped again this morning (about six hours ago). make buildworld, 
> >> mergemaster, make installworld: the problem persists.
> >> 
> >> Checking the mtree files right now.
> >>
> >
> >Can you post the output of 'ident src/etc/mtree/*' ?
> >

[snip]

> /usr/src/etc/mtree/BSD.usr.dist:
>      $FreeBSD: src/etc/mtree/BSD.usr.dist,v 1.188.2.17 2001/08/01 
> 20:37:03 obrien Exp $

And therein lies the problem.  As I explained in one of my previous
messages, the current revision of BSD.usr.dist in the RELENG_4 branch
is 1.188.2.18, as witnessed by:

http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/mtree/BSD.usr.dist

or, if you only want to see the RELENG_4 branch,

http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/mtree/BSD.usr.dist?only_with_tag=RELENG_4

It would seem that something is wrong with either your CVSup settings,
or the mirror that you are updating your sources from.

G'luck,
Peter

-- 
If this sentence didn't exist, somebody would have invented it.
Comment 7 so 2001-09-09 13:37:45 UTC
Peter Pentchev wrote:

>On Fri, Sep 07, 2001 at 05:46:30PM +0200, Christoph Sold wrote:
>
>>Peter Pentchev wrote:
>>
>>>On Fri, Sep 07, 2001 at 08:10:04AM -0700, Christoph Sold wrote:
>>>
>>>>The following reply was made to PR kern/30416; it has been noted by GNATS.
>>>>
>>>>From: Christoph Sold <so@i-clue.de>
>>>>To: freebsd-gnats-submit@FreeBSD.org, so@i-clue.de
>>>>Cc:  
>>>>Subject: Re: kern/30416: make installworld fails within isdn4bsd
>>>>Date: Fri, 07 Sep 2001 17:04:42 +0200
>>>>
>>>>CVSupped again this morning (about six hours ago). make buildworld, 
>>>>mergemaster, make installworld: the problem persists.
>>>>
>>>>Checking the mtree files right now.
>>>>
>>>Can you post the output of 'ident src/etc/mtree/*' ?
>>>
>
>[snip]
>
>>/usr/src/etc/mtree/BSD.usr.dist:
>>     $FreeBSD: src/etc/mtree/BSD.usr.dist,v 1.188.2.17 2001/08/01 
>>20:37:03 obrien Exp $
>>
>
>And therein lies the problem.  As I explained in one of my previous
>messages, the current revision of BSD.usr.dist in the RELENG_4 branch
>is 1.188.2.18, as witnessed by:
>
>http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/mtree/BSD.usr.dist
>
>or, if you only want to see the RELENG_4 branch,
>
>http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/mtree/BSD.usr.dist?only_with_tag=RELENG_4
>
>It would seem that something is wrong with either your CVSup settings,
>or the mirror that you are updating your sources from.
>
Well, problem found. A shell script set the date wrongly to the very 
same day everytime. Please close the PR, It was my failure (I set the 
*default date option wrong. Pilot error.)Thanks for all your help.

-Christoph Sold
Comment 8 Kris Kennaway freebsd_committer freebsd_triage 2001-09-10 00:50:44 UTC
State Changed
From-To: feedback->closed

Submitter reports problem solved