From owner-freebsd-questions@FreeBSD.ORG Tue Feb 3 14:22:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D231116A4CF for ; Tue, 3 Feb 2004 14:22:42 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 7CBA043D41 for ; Tue, 3 Feb 2004 14:22:39 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 34393 invoked by uid 1002); 3 Feb 2004 22:22:37 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 3 Feb 2004 22:22:37 -0000 Message-ID: <40201EA3.2040106@freebsd.org> Date: Tue, 03 Feb 2004 15:20:19 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <016f01c3ea33$182e1210$1b01a8c0@itg.ti.com> <20040203124141.GB1588@xor.obsecurity.org> <200402031652.18234.freebsd-questions@webteckies.org> <20040203213646.GB9261@xor.obsecurity.org> In-Reply-To: <20040203213646.GB9261@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Melvyn Sopacua cc: FreeBSD RE Team cc: freebsd-questions@FreeBSD.org Subject: Re: 4 CD ISOs for 5.2 ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2004 22:22:43 -0000 Kris Kennaway wrote: > On Tue, Feb 03, 2004 at 04:52:14PM +0100, Melvyn Sopacua wrote: > >>On Tuesday 03 February 2004 13:41, Kris Kennaway wrote: >> >> >>>Only the first 2 CDs are made available on the FTP site. The other >>>two contain a subset of packages; the full set of packages is >>>available on the FTP site, just not in ISO format. >> >>Regarding the first cd: >>make release >>only creates a 'mini-install', not the 600M iso that is on the site. This one >>misses perl for one and some dependencies fail. > > > AFAIK packages are included by hand. > Correct. We've talked about enhancing the scripts so that this gets included automatically, but it can be problematic since the source location of the packages might be unknown at the time of the build. > >>I followed release(7) and the docs on the site - how can I create the >>"official" disc1 and can that be done, without restarting the entire make >>release process? > > > I don't know more specifics. > > Kris The 'rerelease' target will start up a build where it left off, without cleaning the CHROOTDIR area first. The RELEASENOUPDATE flag will prevent the scripts for doing a cvs update on the tree. Both of these are useful for restarting a paused build. Also, depending on what actions you want to modify or restart, you might need to remove certain makefile marker files at $CHROOTDIR/usr/obj/usr/src/release. Scott