From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 02:24:20 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 55F1C1065673 for ; Mon, 31 Mar 2008 02:24:20 +0000 (UTC) (envelope-from ejcerejo@optonline.net) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.4.197]) by mx1.freebsd.org (Postfix) with ESMTP id 2082D8FC19 for ; Mon, 31 Mar 2008 02:24:20 +0000 (UTC) (envelope-from ejcerejo@optonline.net) Received: from localhost (ool-44c03822.dyn.optonline.net [68.192.56.34]) by mta2.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with SMTP id <0JYK00H5KPCJ2SL0@mta2.srv.hcvlny.cv.net> for FreeBSD-questions@FreeBSD.org; Sun, 30 Mar 2008 22:24:19 -0400 (EDT) Date: Sun, 30 Mar 2008 22:24:19 -0400 From: Eduardo Cerejo To: FreeBSD-questions@FreeBSD.org Message-id: <20080330222419.060f69b5.ejcerejo@optonline.net> MIME-version: 1.0 X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Cc: Subject: Cyclic dependencies = pain in the butt 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, 31 Mar 2008 02:24:20 -0000 After running pkgdb -F I'm getting endless cyclic dependencies, so many of them that I completely gave up. The last one goes like this: ---> 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): What does this mean? Is there another way to fix this than to figure this out? How am I suppose to know what depends on what? I thought portupgrade would do that automatically.