From owner-freebsd-ports@FreeBSD.ORG Wed Jun 6 11:12:57 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4799616A46E for ; Wed, 6 Jun 2007 11:12:57 +0000 (UTC) (envelope-from spreng@socket.ch) Received: from mailhub-lb2.unibe.ch (mailhub-lb2.unibe.ch [130.92.0.83]) by mx1.freebsd.org (Postfix) with ESMTP id F2F3713C46E for ; Wed, 6 Jun 2007 11:12:56 +0000 (UTC) (envelope-from spreng@socket.ch) Received: from localhost (scanhub03.unibe.ch [130.92.5.63]) by mailhub-lb2.unibe.ch (Postfix) with ESMTP id 9CFE1C43A1; Wed, 6 Jun 2007 13:12:55 +0200 (CEST) X-Virus-checked: by University of Bern Received: from mailhub-lb2.unibe.ch ([130.92.0.83]) by localhost (scanhub03.unibe.ch [130.92.5.63]) (amavisd-new, port 10024) with LMTP id IxcLQoLovZsV; Wed, 6 Jun 2007 13:12:53 +0200 (CEST) Received: from hotpot (hotpot.unibe.ch [130.92.7.70]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailhub-lb2.unibe.ch (Postfix) with ESMTP id DABAAC42F3; Wed, 6 Jun 2007 13:12:47 +0200 (CEST) Received: from yukon.unibe.ch (yukon.unibe.ch [130.92.7.23]) by hotpot (Postfix) with ESMTP id 8E9A014A40A3; Wed, 6 Jun 2007 13:12:47 +0200 (CEST) Message-ID: <466696AE.3020307@socket.ch> Date: Wed, 06 Jun 2007 13:12:46 +0200 From: Thomas Spreng User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: David References: <46668B7D.9010802@adestra.com> In-Reply-To: <46668B7D.9010802@adestra.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: Ports Index X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: spreng@socket.ch List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2007 11:12:57 -0000 David wrote: > Hello, > > I have this error when building a port index. > > Updating the ports index ... Generating INDEX.tmp - please > wait..astk-client-1.5.0.1_2: "/usr/ports/shells/bash2" non-existent -- > dependency list incomplete > ===> cad/astk-client failed > > It looks as though bash2 has been removed from the ports collection. > > Is there a fix for this? This has already been discussed yesterday, see the thread 'make index failed'. The problem is that some ports still depend on shells/bash2 which has been removed from the ports, hence the index creation fails. cheers, tom.