From owner-freebsd-bugs Fri Oct 1 12: 0:36 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E78115245 for ; Fri, 1 Oct 1999 12:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA92726; Fri, 1 Oct 1999 12:00:02 -0700 (PDT) (envelope-from gnats@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 To: FreeBSD-gnats-submit@freebsd.org Cc: jkh@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/14078: -stable 'make release' does not work on -current environment Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 1 12:00:01 PDT 1999 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message