From owner-freebsd-hackers Sat Mar 6 0:27:25 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id DF2291512D for ; Sat, 6 Mar 1999 00:27:23 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: (from uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id JAA12340 for FreeBSD-hackers@freebsd.org; Sat, 6 Mar 1999 09:24:27 +0100 (MET) Received: (from wilko@localhost) by yedi.iaf.nl (8.8.8/8.6.12) id JAA02163 for FreeBSD-hackers@freebsd.org; Sat, 6 Mar 1999 09:26:54 +0100 (CET) From: Wilko Bulte Message-Id: <199903060826.JAA02163@yedi.iaf.nl> Subject: making release on 2.2.8-stable tree To: FreeBSD-hackers@freebsd.org (FreeBSD hackers list) Date: Sat, 6 Mar 1999 09:26:54 +0100 (CET) X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-pgp-info: PGP public key at 'finger wilko@freefall.freebsd.org' X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, Maybe I'm missing something but: I keep a cvssupped 2.2.8-stable tree around of which I want to create a couple of CDs. make buildworld ran just fine, but make release in src/release does not: for i in /sbin/mount /sbin/umount /usr/bin/cpio ; do cp -p /usr/release$i /usr/release//bootstrap ; done cd /usr/release/usr && rm -rf src && cvs -R -d /usr/src/CVS co -P src cvs [checkout aborted]: /usr/src/CVS/CVSROOT: No such file or directory *** Error code 1 I pointed make to src/CVS: time make release CHROOTDIR=/usr/release BUILDNAME=2.2.8-stable-6-mar-99 CVSROOT=/usr/src/CVS 2>&1 | tee ../LOG because it refused to run otherwise. Given the references to CVSROOT in the makefile this sounds logical. But: from the error above I it seems you need a full CVS repository (which I obviously don't have). Is this really true?? Wilko _ ______________________________________________________________________ | / o / / _ Arnhem, The Netherlands |/|/ / / /( (_) Bulte WWW : http://www.tcja.nl ______________________________________________ Powered by FreeBSD __________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message