From owner-freebsd-questions@FreeBSD.ORG Wed Apr 2 13:37:31 2008 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0DDE1065675 for ; Wed, 2 Apr 2008 13:37:31 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id 7E01D8FC1B for ; Wed, 2 Apr 2008 13:37:31 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id C7BD128455; Wed, 2 Apr 2008 09:37:30 -0400 (EDT) To: Eduardo Cerejo References: <20080401220032.ff3de0d9.ejcerejo@optonline.net> From: Lowell Gilbert Date: Wed, 02 Apr 2008 09:37:30 -0400 In-Reply-To: <20080401220032.ff3de0d9.ejcerejo@optonline.net> (Eduardo Cerejo's message of "Tue\, 01 Apr 2008 22\:00\:32 -0400") Message-ID: <44bq4s1ip1.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD-questions@FreeBSD.org Subject: Re: pkgdb -F question 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: Wed, 02 Apr 2008 13:37:31 -0000 Eduardo Cerejo writes: > ---> Checking the package registry database > Cyclic dependencies: gnome-desktop-2.22.0 -> nautilus-2.22.1 -> eel-2.22.1 -> py25-gnome-2.22.0 -> tracker-0.6.2_2 -> (gnome-desktop-2.22.0) > Unlink which dependency? (? to help): > > Can someone help me with this, I'm totally confused with this! How do I find out which one to unlink? You can trace it through the Makefiles if you want. In this case, I suspect (but am too lazy to check) that the last dependency is the one to remove. I got into one of these cases recently, and took the lazy approach of just removing all the dependencies and rebuilding their ports to get them right.