From owner-freebsd-current@FreeBSD.ORG Wed Aug 29 14:43:10 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83C4816A41A for ; Wed, 29 Aug 2007 14:43:10 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.freebsd.org (Postfix) with ESMTP id 6058313C46C for ; Wed, 29 Aug 2007 14:43:10 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout1.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l7TEh8HR010588 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 29 Aug 2007 07:43:08 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l7TEh7Hl010955 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 29 Aug 2007 07:43:08 -0700 Message-ID: <46D58604.2090909@u.washington.edu> Date: Wed, 29 Aug 2007 07:43:16 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: eculp@encontacto.net References: <20070829092607.qb6nfkwuxw88sw80@intranet.encontacto.net> In-Reply-To: <20070829092607.qb6nfkwuxw88sw80@intranet.encontacto.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.8.29.71924 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: freebsd-current Subject: Re: make release problems with sysutils/mkisofs and sysutils/cdrtools distfile X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2007 14:43:10 -0000 eculp@encontacto.net wrote: > I've been trying to make release, a 7.0 snap on a new current box and > yesterday made it to mkisofs that doesn't seem to be in ports any > longer so I installed it but didn't ask about it yesterday and today I > got to it not finding the dist file for cdrtools. Could there be a > make problem in src/release or could I be doing something wrong? > > Thanks, > > ed Memory serves me correctly you have to have sysutils/cdrtools in order to run make release (otherwise you can't make the ISO). I'd check the handbook though to make sure. -Garrett