From owner-freebsd-stable Fri Aug 25 11:23:14 2000 Delivered-To: freebsd-stable@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id F034137B43E; Fri, 25 Aug 2000 11:23:10 -0700 (PDT) Received: by pawn.primelocation.net (Postfix, from userid 1016) id 60F2B9B05; Fri, 25 Aug 2000 14:23:10 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id 41228BA03; Fri, 25 Aug 2000 14:23:10 -0400 (EDT) Date: Fri, 25 Aug 2000 14:23:10 -0400 (EDT) From: "Chris D. Faulhaber" X-Sender: cdf.lists@pawn.primelocation.net To: Smith@ian.org Cc: freebsd-stable@FreeBSD.ORG, alex@FreeBSD.org Subject: Re: make release problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 25 Aug 2000 Smith@ian.org wrote: > I am trying to make a release cd and I am having problems. > > I cvsuped to the latest of -stable, then did a 'make buildworld' > and a 'make buildkernel' in /usr/src. Then I went to > /usr/src/release and ran... > > make release \ > BUILDNAME=4.1-STABLE \ > CHROOTDIR=/usr/release \ > RELEASETAG=RELENG_4 \ > CVSROOT=/home/ncvs > > Everything goes fine for hours and hours and hours... and then > stops here. Output is below... > > ----------------- > > install -C -o root -g wheel -m 444 book.html > usage: install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 > install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 ... > fileN directory > install -d [-v] [-g group] [-m mode] [-o owner] directory ... > *** Error code 64 > > Stop in /usr/doc/de_DE.ISO_8859-1/books/handbook. > *** Error code 1 > This is due to a non-existent doc/de_DE.ISO_8859-1/books/handbook/Makefile.inc which should contain: DESTDIR?= ${DOCDIR}/de_DE.ISO_8859-1/books/${.CURDIR:T} in order to set DESTDIR (which the above command obviously does not have). Until this is fixed, your best bet is to build your release with NODOC set. ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message