From owner-freebsd-questions Mon Jul 2 16:31:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta1.snfc21.pbi.net (mta1.snfc21.pbi.net [206.13.28.122]) by hub.freebsd.org (Postfix) with ESMTP id 164DE37B403 for ; Mon, 2 Jul 2001 16:31:01 -0700 (PDT) (envelope-from gehicks@pacbell.net) Received: from mac ([64.166.86.37]) by mta1.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0GFV006ROD9B8K@mta1.snfc21.pbi.net> for freebsd-questions@freebsd.org; Mon, 2 Jul 2001 16:29:35 -0700 (PDT) Date: Mon, 02 Jul 2001 16:29:25 -0700 From: W Gerald Hicks Subject: Re: Question on making a custom release In-reply-to: <20010702230007.339D13E28@bazooka.unixfreak.org> To: CRG Cc: FreeBSD Question List Message-id: <0GFV006RQD9B8K@mta1.snfc21.pbi.net> MIME-version: 1.0 (Apple Message framework v388) X-Mailer: Apple Mail (2.388) Content-type: text/plain; format=flowed; charset=us-ascii Content-transfer-encoding: 7bit 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 Also, be careful not to get too creative with the 'BUILDNAME'. That leading '4.3-' is important for uname and quite a few behaviors that depend on it. Learned the hard way ;-) Cheers, W Gerald Hicks gehicks@pacbell.net On Monday, July 2, 2001, at 04:00 PM, Dima Dorfman wrote: > [ 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message