Date: Mon, 02 Jul 2001 16:29:25 -0700 From: W Gerald Hicks <gehicks@pacbell.net> To: CRG <carlos.garcia@veridian.com> Cc: FreeBSD Question List <freebsd-questions@freebsd.org> Subject: Re: Question on making a custom release Message-ID: <0GFV006RQD9B8K@mta1.snfc21.pbi.net> In-Reply-To: <20010702230007.339D13E28@bazooka.unixfreak.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <carlos.garcia@veridian.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0GFV006RQD9B8K>