From owner-freebsd-questions@FreeBSD.ORG Thu Jun 7 02:37:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E93FF16A421 for ; Thu, 7 Jun 2007 02:37:13 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id D732813C44B for ; Thu, 7 Jun 2007 02:37:13 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 2E5061A3C19; Wed, 6 Jun 2007 19:38:33 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 355BF5119F; Wed, 6 Jun 2007 22:37:13 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 2128AC207; Wed, 6 Jun 2007 22:37:13 -0400 (EDT) Date: Wed, 6 Jun 2007 22:37:13 -0400 From: Kris Kennaway To: Warren Liddell Message-ID: <20070607023713.GA18127@rot13.obsecurity.org> References: <7.0.1.0.0.20070607094934.01ace6e0@maydias.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7.0.1.0.0.20070607094934.01ace6e0@maydias.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Portupgrade error with multiple distinfo files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2007 02:37:14 -0000 On Thu, Jun 07, 2007 at 09:51:18AM +1000, Warren Liddell wrote: > Quite a lrge portion of my packages are failing in portupgrade due to > either the ports distinfo file apparently being out of date OR the > pckage is spelt incorectly, when i had only just finished running a > CVS to update it all... Below is a snippet of an error with 1 of the ports. > > =========================== > > > ==> Vulnerability check disabled, database not found > => libXext-1.0.3.tar.gz is not in /usr/ports/x11/libXext/distinfo. > => Either /usr/ports/x11/libXext/distinfo is out of date, or > => libXext-1.0.3.tar.gz is spelled incorrectly. > *** Error code 1 You have an incomplete ports tree or some kind of local changes in e.g. /etc/make.conf. Kris