From matusita@jp.FreeBSD.org Fri Oct  1 11:55:31 1999
Return-Path: <matusita@jp.FreeBSD.org>
Received: from martini.ics.es.osaka-u.ac.jp (martini.ics.es.osaka-u.ac.jp [133.1.12.150])
	by hub.freebsd.org (Postfix) with ESMTP
	id 162511535E; Fri,  1 Oct 1999 11:55:18 -0700 (PDT)
	(envelope-from matusita@jp.FreeBSD.org)
Received: from localhost (localhost [127.0.0.1])
	by martini.ics.es.osaka-u.ac.jp (8.9.3/3.7W/INO-1.0v8-SLAVE) with ESMTP id DAA56098;
	Sat, 2 Oct 1999 03:55:14 +0900 (JST)
Message-Id: <19991002035511U.matusita@jp.FreeBSD.org>
Date: Sat, 02 Oct 1999 03:55:11 +0900
From: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jkh@freebsd.org
Subject: -stable 'make release' does not work on -current environment
X-Send-Pr-Version: 3.2

>Number:         14078
>Category:       bin
>Synopsis:       -stable 'make release' does not work on -current environment
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct  1 12:00:01 PDT 1999
>Closed-Date:    Sat Jun 16 05:26:53 PDT 2001
>Last-Modified:  Sat Jun 16 05:27:27 PDT 2001
>Originator:     Makoto MATSUSHITA
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Japan FreeBSD Users' Group
>Environment:

	current 4.0-CURRENT

>Description:

	src/release/Makefile (both -stable and -current) says:

DISTRIBUTIONS?= ${BIN_DISTS} ${OTHER_DISTS} ${COMPAT_DISTS} ${CRYPTO_DISTS}

	and environment variable 'DISTRIBUTIONS' is defined before
	running make under chroot-ed environment.

	However, this situation isn't happy for building a -stable on
	-current environment. 'DISTRIBUTIONS' definition is different
	each other (krb4 and compat3x is only for -current, and krb is
	only for -stable), so such 'make release' should be failed.

	I want to build both -stable/-current in a same host, and I
	think it is reasonable if building environment is -current.

>How-To-Repeat:

	try to 'make release' to build -stable on -current machine.

>Fix:
	
	I don't know it is the right fix, but a proposal:

	Stop defining 'DISTRIBUTIONS' environment variable in a shell
	script for release engineering.	Both -stable/-current of
	src/release/Makefile should be modified to do so.

>Release-Note:
>Audit-Trail:

From: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: bin/14078: -stable 'make release' does not work on -current
 environment
Date: Wed, 27 Sep 2000 13:57:40 +0900

 GNATS admin, please close this PR. I was a young boy when I sent this PR.
 
 There is a very way to solve the problem. That is, "write your own
 shell script to adapt such situations." No helps are needed :-)
 
 -- -
 Makoto `MAR' MATSUSHITA
 
State-Changed-From-To: open->closed 
State-Changed-By: schweikh 
State-Changed-When: Sat Jun 16 05:26:53 PDT 2001 
State-Changed-Why:  
If this problem still exists, please use the freebsd-current@freebsd.org 
mailing list to discuss these matters. PRs should be used only for              STABLE and RELEASE (i.e. non-current) problems. 

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