From owner-cvs-all@FreeBSD.ORG Sat Sep 17 22:13:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9224A16A41F; Sat, 17 Sep 2005 22:13:38 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd4mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F53043D46; Sat, 17 Sep 2005 22:13:38 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd5mr7so.prod.shaw.ca (pd5mr7so-qfe3.prod.shaw.ca [10.0.141.183]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IMZ00CE8F2PO720@l-daemon>; Sat, 17 Sep 2005 16:13:37 -0600 (MDT) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd5mr7so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IMZ00LWXF2PFUC0@pd5mr7so.prod.shaw.ca>; Sat, 17 Sep 2005 16:13:37 -0600 (MDT) Received: from [192.168.0.60] (S0106006067227a4a.vc.shawcable.net [24.87.209.6]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IMZ00I02F2ORC@l-daemon>; Sat, 17 Sep 2005 16:13:37 -0600 (MDT) Date: Sat, 17 Sep 2005 15:13:32 -0700 From: Colin Percival In-reply-to: <20050917220320.GA36715@submonkey.net> To: Ceri Davies Message-id: <432C950C.5050301@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en X-Enigmail-Version: 0.92.0.0 References: <200509171609.j8HG9tS9035379@repoman.freebsd.org> <20050917220320.GA36715@submonkey.net> User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050724) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/portsnap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 22:13:38 -0000 Ceri Davies wrote: > On Sat, Sep 17, 2005 at 04:09:55PM +0000, Colin Percival wrote: >> Update to version 0.9.5. This is identical to 0.9.4 except for a fix >> which makes make_index not coredump when it encounters a circular >> dependency in the ports tree. > > That's wonderful, except it leaves me with a zero-length INDEX. The > core dump got me halfway through the audio/ category at least, and was > actually better in that respect. > > Any fix in the works? A few ports people are looking at this and trying to decide how best to fix the port in question. As a more long-term fix, I'm going to add extra checks on my portsnap build server to stop new INDEX files from being distributed until they are correct. Right now people get an INDEX built from the most recent tree on which "make describes" succeeded; once the current breakage ends, I'm going to change that to giving people an INDEX from the most recent tree where "make describes" succeeded _and_ produced a file which portsnap's make_index manages to turn into an INDEX without any errors. Colin Percival