From owner-freebsd-stable Thu Sep 2 15:37:28 1999 Delivered-To: freebsd-stable@freebsd.org Received: from asteroid.svib.ru (asteroid.svib.ru [195.151.166.145]) by hub.freebsd.org (Postfix) with ESMTP id ADD8D14D55 for ; Thu, 2 Sep 1999 15:37:23 -0700 (PDT) (envelope-from tarkhil@asteroid.svib.ru) Received: from shuttle.svib.ru ([212.46.6.124]) by asteroid.svib.ru (8.9.3/8.9.3) with ESMTP id CAA56787 for ; Fri, 3 Sep 1999 02:35:45 +0400 (MSD) (envelope-from tarkhil@asteroid.svib.ru) Received: (from tarkhil@localhost) by shuttle.svib.ru (8.9.3/8.8.8) id CAA08992; Fri, 3 Sep 1999 02:35:42 +0400 (MSD) (envelope-from tarkhil) From: Alex Povolotsky MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14286.64442.391742.421109@shuttle.svib.ru> Date: Fri, 3 Sep 1999 02:35:38 +0400 (MSD) To: stable@freebsd.org Subject: Cannot make release on STABLE? X-Mailer: VM 6.71 under 21.1 "20 Minutes to Nikko" XEmacs Lucid (patch 2) X-URL: http://freebsd.svib.ru Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! I'm trying to make release on stable, with the following script === cut === #!/bin/csh setenv CHROOTDIR /data/stable setenv CVSROOT /data/ncvs setenv BUILDNAME 3.2-`date "+%Y%m%d"`-STABLE setenv RELEASETAG RELENG_3 echo Building $BUILDNAME setenv PAPERSIZE a4 #setenv RELEASENOUPDATE ( make release && echo "stable rebuilt OK" | mail \ 35442@pager.multi-page.ru ) || echo "Failed to rebuild stable" | mail \ 35442@pager.multi-page.ru === cut === but build always fails with cd /usr/doc/en_US.ISO_8859-1 ; make afterdistribute DESTDIR=/R/stage/trees/bin ===> en_US.ISO_8859-1/articles cd /usr/doc/en_US.ISO_8859-1/articles ; make afterdistribute DESTDIR=/R/stage/tr ees/bin ===> en_US.ISO_8859-1/articles/diskless-x make: don't know how to make distribute. Stop *** Error code 2 Stop. What could I do wrong? -- Alexander B. Povolotsky [ICQ 18277558] [2:5020/145] [http://freebsd.svib.ru] [tarkhil@asteroid.svib.ru] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message