From owner-freebsd-questions@FreeBSD.ORG Thu Sep 15 19:00:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0007316A41F for ; Thu, 15 Sep 2005 19:00:04 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id E20E343D72 for ; Thu, 15 Sep 2005 18:59:57 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id B636F99776E; Thu, 15 Sep 2005 20:59:55 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 36820-05; Thu, 15 Sep 2005 20:59:45 +0200 (CEST) Received: from [80.98.133.57] (catv-50628539.catv.broadband.hu [80.98.133.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 2DE3099778D; Thu, 15 Sep 2005 20:59:45 +0200 (CEST) Message-ID: <4329C49A.5020103@t-hosting.hu> Date: Thu, 15 Sep 2005 20:59:38 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Beecher Rintoul References: <200509151034.16505.akbeech@gmail.com> In-Reply-To: <200509151034.16505.akbeech@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at t-hosting.hu Cc: freebsd-questions@freebsd.org Subject: Re: make release problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:00:05 -0000 Beecher Rintoul wrote: >I just did a release snapshot and everything worked except the last steps >creating the CD iso files. they simply don't exist. All of the supporting >files are in place and I can do a mkisofs and create a bootable working disk. >Can someone shed some light on how to get the script working? Here is the >last part of make release: > >Setting up FTP distribution area >0 blocks >0 blocks >touch ftp.1 >Building CDROM live filesystem image >0 blocks >0 blocks >0 blocks >0 blocks >0 blocks >0 blocks >0 blocks >0 blocks >Setting up CDROM boot area >touch cdrom.1 >Building CDROM disc1 filesystem image >0 blocks >0 blocks >Building CDROM disc2 filesystem image >touch cdrom.2 >Building bootonly CDROM filesystem image >touch cdrom.3 >Release done > >TIA > >Beech > > > Did You set MAKE_ISOS like "make MAKE_ISOS=YES release"? Cheers, Gabor Kovesdan