From owner-freebsd-questions@FreeBSD.ORG Sun Oct 16 00:46:40 2005 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 E751E16A41F for ; Sun, 16 Oct 2005 00:46:40 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7971543D48 for ; Sun, 16 Oct 2005 00:46:40 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so522024qbd for ; Sat, 15 Oct 2005 17:46:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=bokExMUk0+YudC5JS6p+4itRmyEqGIuifKztdipdH2SuJa3Tl5IYta6KGyISGeZJFEhdoHdY9Lgl/FqCNaJkK9YTm1yb/ftSKNtJue7hIWXRmdVURy/F1CZwkQA+yeAf3QzXeAn0qDoZKSoLRt+YoQ2DXYA4VQ8C1NpeHwJC7zo= Received: by 10.65.98.6 with SMTP id a6mr847083qbm; Sat, 15 Oct 2005 17:46:39 -0700 (PDT) Received: by 10.65.155.8 with HTTP; Sat, 15 Oct 2005 17:46:39 -0700 (PDT) Message-ID: Date: Sat, 15 Oct 2005 20:46:39 -0400 From: John DeStefano To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: portupgrade stale dependencies 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: Sun, 16 Oct 2005 00:46:41 -0000 I'm trying to use portupgrade to update my installed ports. I ran into trouble with dependencies with ImageMagick and xorg-libraries, and I then followed the suggestion in UPDATING to delete XFree86 the imake-4 packages, and install the full xorg port. After all that, I got more dependency errors: 'Stale dependency: aalib-1.4.r5_1 --> imake-4.3.0_1 -- manually run 'pkgdb -F' to fix, or specify -O to force.' 'pkgdb -O' returned an invalid option error, and 'pkgdb -o aalib-1.4.r5_1' returned 'graphics/aalib'. I then ran 'pkgdb -F' to try and fix this (and many, many other) stale dependencies, but the error I got when trying to ru= n portupgrade afterward simply changed the stale dependency error to ' aalib-1.4.r5_1 --> XFree86-libraries-4.3.0_6'. How does one get around these dependency errors without destroying a system= ? Any good resources on dealing with this? I keep reading that I should just run 'pkgdb -F' but that only gets one so far. Thanks, ~John