From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 12:13:08 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 F012C16A422 for ; Mon, 20 Feb 2006 12:13:08 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50D9843D45 for ; Mon, 20 Feb 2006 12:13:07 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id m22so865383nzf for ; Mon, 20 Feb 2006 04:13:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dGulde4I6UOoc+oDqptv3OQumXLqXPKwaduoxMIbeRgl4b79ic9mwwFdz1McSRtTapavJmkCmDMFzJjtMWryGtBufy3dCnBL7YYLAoPW40DDD9JE0/thrifV1MRU17cWGha+CuawNTpuV1tLqC+tT0KbAGDRveldM3v+mmAR/8E= Received: by 10.36.68.16 with SMTP id q16mr5553187nza; Mon, 20 Feb 2006 04:13:06 -0800 (PST) Received: by 10.37.20.11 with HTTP; Mon, 20 Feb 2006 04:13:06 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 15:13:06 +0300 From: "Andrew Pantyukhin" To: "Chandan Haldar" In-Reply-To: <43F99F17.1040407@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43F96644.3070306@gmail.com> <43F99F17.1040407@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: 6.0 stable: linuxpluginwrapper port build failure 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: Mon, 20 Feb 2006 12:13:09 -0000 On 2/20/06, Chandan Haldar wrote: > Thanks a lot for the direction. All goes well until portupgrade asks me > to run 'pkgdb -F', > which asks me to resolve stale dependencies. I have a large number of > ports installed and > the dependencies seem somewhat intractable for manual resolution. Is > this the only way > to resolve the stale dependencies or am I as usual missing something :-( > ? From the pkgdb > manpage I could not understand the implication of the score and how that > helps me > select a new dependency... If you have some spare time, consider reinstalling all the ports. # pkg_delete -a # cd /usr/ports/sysutils/portupgrade # make install clean # portinstall firefox mplayer whatever (You only need to portinstall the leaf ports, everything else will be installed by dependencies, naturally) pkgdb -F is not a complicated process, but you'll have to learn things like 'fam and gamin do the same thing' or 'I don't have something, but I have something-core'. Pkgdb tries to guess, but it does a poor job at that.