From owner-freebsd-questions@FreeBSD.ORG Sat Apr 2 01:53:49 2005 Return-Path: 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 BC01B16A4CE for ; Sat, 2 Apr 2005 01:53:49 +0000 (GMT) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BBB943D1D for ; Sat, 2 Apr 2005 01:53:49 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from ringworm.mechee.com ([4.27.46.32])0.04 <0IEA007P4QLNP2G2@vms040.mailsrvcs.net> for freebsd-questions@freebsd.org; Fri, 01 Apr 2005 19:53:49 -0600 (CST) Received: by ringworm.mechee.com (Postfix, from userid 1001) id 61D442CE76F; Fri, 01 Apr 2005 12:37:32 -0800 (PST) Date: Fri, 01 Apr 2005 12:37:31 -0800 From: "Michael C. Shultz" In-reply-to: <424D7859.4040209@munat.com> To: freebsd-questions@freebsd.org Message-id: <200504011237.31858.ringworm01@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <424D7859.4040209@munat.com> User-Agent: KMail/1.8 Subject: Re: circular depenencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2005 01:53:49 -0000 On Friday 01 April 2005 08:35 am, Ben Munat wrote: > I'm upgrading using portmanager and it doesn't completely finish... > from the output: > > checkForOldDepencies 0.2.9_3 skip: gstreamer-plugins-ogg-0.8.8_2 has > a dependency gstreamer-plugins-core-0.8_1 that needs to be updated > first > checkForOldDepencies 0.2.9_3 skip: gstreamer-plugins-vorbis-0.8.8_2 > has a dependency gstreamer-plugins-core-0.8_1 that needs to be > updated first > checkForOldDepencies 0.2.9_3 skip: gstreamer-plugins-a52dec-0.8.8_2 > has a dependency gstreamer-plugins-core-0.8_1 that needs to be > updated first > checkForOldDepencies 0.2.9_3 skip: gstreamer-plugins-core-0.8_1 has a > dependency gstreamer-plugins-ogg-0.8.8_2 that needs to be updated > first checkForOldDepencies 0.2.9_3 skip: > gstreamer-plugins-mad-0.8.8_2 has a dependency > gstreamer-plugins-core-0.8_1 that needs to be updated first > checkForOldDepencies 0.2.9_3 skip: gstreamer-plugins-libpng-0.8.8_2 > has a dependency gstreamer-plugins-core-0.8_1 that needs to be > updated first > > How can I resolve this? > > Ben pkg_delete -f /var/db/pkg/gstreamer-plugins-* then rerun portmanager -u, it will pull the gstreamer stuff back in, in the correct order. -Mike