From nobody  Tue Jan  7 17:26:35 1997
Received: (from nobody@localhost)
          by freefall.freebsd.org (8.8.4/8.8.4) id RAA01734;
          Tue, 7 Jan 1997 17:26:35 -0800 (PST)
Message-Id: <199701080126.RAA01734@freefall.freebsd.org>
Date: Tue, 7 Jan 1997 17:26:35 -0800 (PST)
From: dennisg@seanet.com
To: freebsd-gnats-submit@freebsd.org
Subject: make release fails on 2.2beta
X-Send-Pr-Version: www-1.0

>Number:         2411
>Category:       misc
>Synopsis:       make release fails on 2.2beta
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan  7 17:30:02 PST 1997
>Closed-Date:    Sun Jan 12 20:46:30 MET 1997
>Last-Modified:  Sun Jan 12 20:47:39 MET 1997
>Originator:     Dennis Groves
>Release:        2.2beta
>Organization:
>Environment:
FreeBSD dennisg 2.2-BETA_A FreeBSD 2.2-BETA_A #0: Mon Jan  6 10:26:41 PST 1997     root@dennisg.seanet.com:/usr/src/sys/compile/CUSTOM  i386

>Description:
the followng is a snippit from the make file.

.if !defined(RELEASETAG)
        cd ${CHROOTDIR}/usr && rm -rf src && \
                cvs -d ${CVSROOT} co -P src

this fails with -P no a valid *cvs* option.  I don't know why because it is a valid co option
it's pupose is to prune the tree.
>How-To-Repeat:
make release
>Fix:
?????
>Release-Note:
>Audit-Trail:

From: Nate Williams <nate@mt.sri.com>
To: dennisg@seanet.com
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: misc/2411: make release fails on 2.2beta
Date: Tue, 7 Jan 1997 22:21:16 -0700 (MST)

 dennisg@seanet.com writes:
 > 
 > >Number:         2411
 > >Category:       misc
 > >Synopsis:       make release fails on 2.2beta
 > >Confidential:   no
 > >Severity:       non-critical
 > >Priority:       low
 > >Responsible:    freebsd-bugs
 > >State:          open
 > >Class:          sw-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Tue Jan  7 17:30:02 PST 1997
 > >Last-Modified:
 > >Originator:     Dennis Groves
 > >Organization:
 > >Release:        2.2beta
 > >Environment:
 > FreeBSD dennisg 2.2-BETA_A FreeBSD 2.2-BETA_A #0: Mon Jan  6 10:26:41 PST 1997     root@dennisg.seanet.com:/usr/src/sys/compile/CUSTOM  i386
 > 
 > >Description:
 > the followng is a snippit from the make file.
 > 
 > .if !defined(RELEASETAG)
 >         cd ${CHROOTDIR}/usr && rm -rf src && \
 >                 cvs -d ${CVSROOT} co -P src
 > 
 > this fails with -P no a valid *cvs* option.  I don't know why because
 > it is a valid co option it's pupose is to prune the tree.
 
 Is CVSROOT defined in your environment?  Since it's a local variable, it
 must be defined before you run the command.
 
State-Changed-From-To: open->closed 
State-Changed-By: joerg 
State-Changed-When: Sun Jan 12 20:46:30 MET 1997 
State-Changed-Why:  
Looks like the originator had $CVSROOT not set.  make relase 
definately works as expected, the BETA wouldn't ahve been possible 
at all otherwise. 

>Unformatted:
