From owner-freebsd-questions@FreeBSD.ORG Mon Jun 20 12:43:18 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 305A916A41C for ; Mon, 20 Jun 2005 12:43:18 +0000 (GMT) (envelope-from tos@teleplan.no) Received: from amsfep16-int.chello.nl (amsfep16-int.chello.nl [213.46.243.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8134C43D1F for ; Mon, 20 Jun 2005 12:43:16 +0000 (GMT) (envelope-from tos@teleplan.no) Received: from tos ([84.118.23.89]) by amsfep16-int.chello.nl (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050620124314.HYSE16988.amsfep16-int.chello.nl@tos> for ; Mon, 20 Jun 2005 14:43:14 +0200 From: "Tom Skoglund" To: Date: Mon, 20 Jun 2005 14:45:13 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcVzHZiE/69D7nteTCaEPlQ8PK9yawAAS5OQAJ207yA= X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 In-Reply-To: Message-Id: <20050620124314.HYSE16988.amsfep16-int.chello.nl@tos> Subject: RE: Release build 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: Mon, 20 Jun 2005 12:43:18 -0000 Just bumping this to see if someone out there might have a clue. Check the archive or something to find the mail with the scripts and log. Cheers, Tom On Fri, 2005-06-17 at 11:31 +0200, Tom Skoglund wrote: > Hi, > > I have inherited the responsibility for creating the releases for an > application we develop. I have studied the release script we have been > using and of course release(7), but still some small problems remain. > > The entire world/kernel build process seems to work fine, but creating > the CD's and ISO's fail. It has only created one cdrom dir (disc1) and > tries to start making the ISO for the bootonly disc, and of course > fails. I could of course fix this manually, or tweak the release > makefile to my needs, but I'd really want this script to work. > > I have attached a couple of scripts and part of a release log. This log > does not contain any info from the world/kernel build phase. > > Any help would be much appreciated. > > > -Tom