Date: Thu, 4 Jan 2001 16:47:32 -0800 (PST) From: carl@xena.ipaustralia.gov.au To: freebsd-gnats-submit@FreeBSD.org Subject: misc/24079: make release fails in 4.2-STABLE Message-ID: <200101050047.f050lWT40459@freefall.freebsd.org> Resent-Message-ID: <200101050050.f050o0k42916@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 24079 >Category: misc >Synopsis: make release fails in 4.2-STABLE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 04 16:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Carl Makin >Release: 4.2-STABLE >Organization: IP Australia >Environment: FreeBSD newton.aipo.gov.au 4.2-STABLE FreeBSD 4.2-STABLE #0: Tue Jan 2 16:15:02 EST 2001 carl@newton.aipo.gov.au:/usr/src/sys/compile/NEWTON i386 >Description: A make release on the 4.2-STABLE branch is currently dying with; (cd /usr/src/etc/../share/man; make makedb; ) makewhatis /usr/share/man makewhatis:No such file or directory *** Error code 1 Stop in /usr/src/share/man. *** Error code 1 Stop in /usr/src/etc. *** Error code 1 Stop in /usr/src/release. Also "install -C" (ie compare before install) doesn't seem to work either. A make release on the 4.2-STABLE branch is currently dying with; (cd /usr/src/etc/../share/man; make makedb; ) makewhatis /usr/share/man makewhatis:No such file or directory *** Error code 1 Stop in /usr/src/share/man. *** Error code 1 Stop in /usr/src/etc. *** Error code 1 Stop in /usr/src/release. Also "install -C" (ie compare before install) doesn't seem to work either. >How-To-Repeat: I run make release using the following script. #!/bin/sh # Generate Snaps #BUILDNAME=4.0-RELEASE # # Automatic SNAP versioning: DATE=`date +%Y%m%d` BASE=4.2 BUILDNAME=$BASE-$DATE-STABLE export BUILDNAME echo Buildname $BUILDNAME # CHROOTDIR=/stripe1/release/$BUILDNAME CVSROOT=/net/xena/mirror/FreeBSD/ctm/cvs-cur export CHROOTDIR CVSROOT echo CHROOTDIR $CHROOTDIR echo cvsroot $CVSROOT # If this is a -stable snapshot, then set RELEASETAG=RELENG_4 # WORLD_FLAGS=-j4 #KERNEL_FLAGS=-j4 export WORLD_FLAGS echo world flags $WORLD_FLAGS export RELEASETAG echo release tag $RELEASETAG # export KERNEL_FLAGS # echo kernel flags $KERNEL_FLAGS # Uncomment this to disable the doc.1 target. It is also an ERROR # to set NOPORTS and not set NODOC since docs depend on ports. NODOC=YES NOPORTS=YES export NODOC NOPORTS echo nodoc=yes noports=yes # Set ALLLANG=no if you want the release documentation to be # in English only. ALLLANG=no export ALLLANG echo alllang $ALLLANG echo Starting release build make release >Fix: >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?200101050047.f050lWT40459>