From owner-freebsd-questions@FreeBSD.ORG Mon Feb 28 15:44:59 2005 Return-Path: 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 A81C816A4CE for ; Mon, 28 Feb 2005 15:44:59 +0000 (GMT) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B93443D49 for ; Mon, 28 Feb 2005 15:44:58 +0000 (GMT) (envelope-from Ewald.Jenisch@oekb.at) Received: from Unknown [143.245.2.191] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (5.0); Mo, 28 Feb 2005 16:42:31 +0100 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL01.oekb.co.at with Microsoft SMTPSVC(5.0.2195.6713); Mon, 28 Feb 2005 16:42:31 +0100 Received: from aurora.oekb.co.at (localhost.oekb.co.at [127.0.0.1]) by aurora.oekb.co.at (8.13.1/8.13.1) with ESMTP id j1SFgU5W051983 for ; Mon, 28 Feb 2005 16:42:30 +0100 (CET) (envelope-from ej@aurora.oekb.co.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.13.1/8.13.1/Submit) id j1SFgUrk051982 for freebsd-questions@freebsd.org; Mon, 28 Feb 2005 16:42:30 +0100 (CET) (envelope-from ej) Date: Mon, 28 Feb 2005 16:42:30 +0100 From: Ewald Jenisch To: freebsd-questions@freebsd.org Message-ID: <20050228154230.GA51957@aurora.oekb.co.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-OriginalArrivalTime: 28 Feb 2005 15:42:31.0487 (UTC) FILETIME=[1D681CF0:01C51DAC] Subject: portsdb -Uu -> Stop. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 15:44:59 -0000 Hi, today I cvsup-ed one of my 5.3 systems by using the same procedure as many times before: cvsup -g -L 2 ./ports-supfile pkgdb -F portsdb -Uu The first two steps (cvsup, pkgdb) went OK without error, but during portsdb -Uu I get an error as follows: # portsdb -Uu Updating the ports index ... Generating INDEX.tmp - please wait..apsfilter-7.2.6 : "/usr/ports/print/acroread5" non-existent -- dependency list incomplete ===> print/apsfilter failed *** Error code 1 1 error ******************************************************************** Before reporting this error, verify that you are running a supported version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you have a complete and up-to-date ports collection. (INDEX builds are not supported with partial or out-of-date ports collections -- in particular, if you are using cvsup, you must cvsup the "ports-all" collection, and have no "refuse" files.) If that is the case, then report the failure to ports@FreeBSD.org together with relevant details of your ports configuration (including FreeBSD version, your architecture, your environment, and your /etc/make.conf settings, especially compiler flags and WITH/WITHOUT settings). Note: the latest pre-generated version of INDEX may be fetched automatically with "make fetchindex". ******************************************************************** *** Error code 1 Stop in /usr/ports. *** Error code 1 Stop in /usr/ports. failed to generate INDEX! portsdb: index generation error What can I do against this error? Thanks much in advance for any clue, -ewald