From owner-freebsd-questions@FreeBSD.ORG Fri Feb 10 18:42:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5C1BB16A420 for ; Fri, 10 Feb 2006 18:42:24 +0000 (GMT) (envelope-from andrew.chace@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDEE143D45 for ; Fri, 10 Feb 2006 18:42:23 +0000 (GMT) (envelope-from andrew.chace@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so492786nzo for ; Fri, 10 Feb 2006 10:42:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=eP67IfwbSXAj95v6IDJfDMWJY8tqTUmKcp8IxZnGH2FUupYqKe0E+fPUeBXmMvePWpUFTWNv+zMwQFlT3QIslsdrqpwcmnMtz1Cdfrn04DSSmr66IGbIXb3gPKKpemEU5os9JOzojNqCLNbxgBFhOWlT7MJuhKz/iPX9BJAhmpY= Received: by 10.36.100.20 with SMTP id x20mr9069353nzb; Fri, 10 Feb 2006 10:42:22 -0800 (PST) Received: from netvista.network ( [71.214.192.222]) by mx.gmail.com with ESMTP id 6sm3071891nzn.2006.02.10.10.42.21; Fri, 10 Feb 2006 10:42:21 -0800 (PST) From: Andrew To: Robert Huff In-Reply-To: <17388.49778.982280.245532@jerusalem.litteratus.org> References: <1139589051.2185.8.camel@netvista.network> <17388.49778.982280.245532@jerusalem.litteratus.org> Content-Type: text/plain Date: Fri, 10 Feb 2006 12:41:58 -0600 Message-Id: <1139596918.58491.3.camel@netvista.network> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: stale dependencies in pkgdb 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: Fri, 10 Feb 2006 18:42:24 -0000 On Fri, 2006-02-10 at 11:42 -0500, Robert Huff wrote: > Andrew writes: > > > I've run "pkgdb -F" as portupgrade suggests, deleting stale > > dependencies, but they seem to keep reappearing. > > I'm not an expert on pkgdb, but I'm pretty sure that's the way > it works. > You need to fix, not delete, the stale dependencies. This may > take some effort the first time around. > Beyond that, I question the wisdom of any "automatic" > solution. There are definitely times when I do _not_ want to accept > the fixes proposed by pkgdb -F. I guess what is unclear to me is how I go about fixing the stale dependencies. I was under the impression that portupgrade would take care of the dependencies for a particular port, and the "stale dependency" was just an error in the package database (pkgdb). Is this not the case? Thank-you, Andrew