Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 1999 02:35:38 +0400 (MSD)
From:      Alex Povolotsky <tarkhil@asteroid.svib.ru>
To:        stable@freebsd.org
Subject:   Cannot make release on STABLE?
Message-ID:  <14286.64442.391742.421109@shuttle.svib.ru>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14286.64442.391742.421109>