From owner-freebsd-questions@FreeBSD.ORG Mon Feb 28 18:35:31 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 D714A16A4CE for ; Mon, 28 Feb 2005 18:35:31 +0000 (GMT) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A97643D55 for ; Mon, 28 Feb 2005 18:35:31 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 25811 invoked from network); 28 Feb 2005 18:35:29 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 28 Feb 2005 18:35:29 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 7341E49; Mon, 28 Feb 2005 13:35:28 -0500 (EST) Sender: lowell@be-well.ilk.org To: Ewald Jenisch References: <20050228154230.GA51957@aurora.oekb.co.at> From: Lowell Gilbert Date: 28 Feb 2005 13:35:28 -0500 In-Reply-To: <20050228154230.GA51957@aurora.oekb.co.at> Message-ID: <44is4cwn0v.fsf@be-well.ilk.org> Lines: 38 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: portsdb -Uu -> Stop. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 18:35:32 -0000 Ewald Jenisch writes: > 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 The current version of the apsfilter port should be looking at /usr/ports/print/acroread instead of .../acroread5. > ******************************************************************** > 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). The makefile you have in /usr/ports/print/apsfilter is at least a week or two out of date, so double-check against the problems in this message.