Skip site navigation (1)Skip section navigation (2)
Date:      18 Mar 2001 09:41:03 +0100
From:      Eric Jacoboni <jaco@teaser.fr>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Pbs with make release
Message-ID:  <86lmq3mpuo.fsf@titine.fr.eu.org>

next in thread | raw e-mail | index | archive | help
I try to burn a release CD of the -Stable branch.

I've done a make buildword/buildkernel/installkernel/installworld and
all went ok.

After reading various posts, i've understood that all i have to do is:

# cd /usr/src/release
# make release CHROOTDIR=/usr/local/tmp/release \
               BUILDNAME=4.3-BETA \
               CVSROOT=/usr/src 

as i update the -Stable source with cvsup.

But the make fails with:

=-=-=-=-=-=--=-=
===> etc
rm -rf /tmp/install.16624
mkdir /usr/local/tmp/release//bootstrap
for i in /sbin/mount /sbin/umount /usr/bin/cpio ; \
do  cp -p /usr/local/tmp/release$i /usr/local/tmp/release//bootstrap ;  done
cd /usr/local/tmp/release/usr && rm -rf src &&  cvs -R -d /usr/src co -P src
cvs [checkout aborted]: there is no repository /usr/src/src
*** Error code 1
 
Stop in /usr/src/release.
=-=-=-=-=-=--=-=

Is there something wrong with my command ?
-- 
Éric Jacoboni, né il y a 1288265723 secondes.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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