From owner-freebsd-questions Sun Mar 18 5:47: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c007.snv.cp.net (c007-h000.c007.snv.cp.net [209.228.33.206]) by hub.freebsd.org (Postfix) with SMTP id 2E21737B719 for ; Sun, 18 Mar 2001 05:46:58 -0800 (PST) (envelope-from otterr@telocity.com) Received: (cpmta 17089 invoked from network); 18 Mar 2001 05:46:57 -0800 Received: from dsl-216-227-91-85.telocity.com (HELO zoso) (216.227.91.85) by smtp.telocity.com (209.228.33.206) with SMTP; 18 Mar 2001 05:46:57 -0800 X-Sent: 18 Mar 2001 13:46:57 GMT From: "Otter" To: Subject: local repository info [was: Pbs with make release] Date: Sun, 18 Mar 2001 08:38:32 -0500 Message-ID: <000401c0afb0$b9c78720$1401a8c0@zoso> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <15028.39078.166222.692587@guru.mired.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can anyone with a local repository tell me how much space a local repo takes up, compared to the source? Thanks in advance. -Otter > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mike Meyer > Sent: Sunday, March 18, 2001 6:15 AM > To: Eric Jacoboni > Cc: questions@freebsd.org > Subject: Re: Pbs with make release > > > Eric Jacoboni types: > > 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 ? > > No, so long as what's in /usr/src is really a copy of the FreeBSD CVS > repository, and not the src tree that normally lives there. > > To build a release, you *have* to have a local CVS repository. That's > where CVSROOT should point. > > Of course, I haven't actually done this; I've just looked over the > documentation. That makes it pretty clear that you need a real > repository, not just the current sources. > > -- > Mike Meyer http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message