From owner-freebsd-questions Mon Jul 2 16: 0:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id A0E0937B401 for ; Mon, 2 Jul 2001 16:00:08 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id 339D13E28; Mon, 2 Jul 2001 16:00:07 -0700 (PDT) To: CRG Cc: freebsd-questions@freebsd.org Subject: Re: Question on making a custom release In-Reply-To: <3B40F8C6.3435A871@veridian.com>; from carlos.garcia@veridian.com on "Mon, 02 Jul 2001 17:42:14 -0500" Date: Mon, 02 Jul 2001 16:00:07 -0700 From: Dima Dorfman Message-Id: <20010702230007.339D13E28@bazooka.unixfreak.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [ Please don't cross-post to so many lists! I'm dropping everything except -questions. ] CRG writes: > Then I: > setenv CVSROOT /usr/local/cvstree > cd /usr/src > make buildworld > cd /usr/src/release > make release BUILDNAME=4.3-CUSTOM CHROOTDIR=/usr/local/latest43/release > CVSROOT=/usr/local/cvstree NOPORTS=1 NODOC=1 You also need ``RELEASETAG=RELENG_4'' if you want a 4-STABLE release. If you were trying to build a -CURRENT release, you need to be doing that from a -CURRENT tree and on a -CURRENT host. From the looks of it, you wanted the former (a 4-STABLE release). > -------------------------------------------------------------- > >>> elf make world completed on Tue Jul 3 04:37:59 GMT 2001 > (started Tue Jul 3 02:41:43 GMT 2001) > -------------------------------------------------------------- > + touch /tmp/.world_done > + cd /usr/src/release/sysinstall > cd: can't cd to /usr/src/release/sysinstall > jett# > *** Error code 2 > > Stop in /usr/src/release. > > I want to know which /usr/src/release/sysinstall? > The one created in /usr/local/cvstree?, /usr/local/latest43/release?, or > my > /usr/src/release/sysinstall on my host machine. You don't provide enough context to tell, but I'm guessing it wants the one in your checked out copy. Fix the problem I mentioned above and it should work. Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message