From owner-freebsd-tcltk@FreeBSD.ORG Mon Mar 11 13:56:57 2013 Return-Path: Delivered-To: tcltk@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 10F03DF0 for ; Mon, 11 Mar 2013 13:56:57 +0000 (UTC) (envelope-from jeroen@dckd.nl) Received: from positron.soleus.nu (positron.soleus.nu [IPv6:2a02:898:62:f6::63]) by mx1.freebsd.org (Postfix) with ESMTP id CFBB536B for ; Mon, 11 Mar 2013 13:56:56 +0000 (UTC) Received: from [10.145.99.226] (unknown [137.54.24.101]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by positron.soleus.nu (Postfix) with ESMTPSA id 86FB7F8023 for ; Mon, 11 Mar 2013 14:56:47 +0100 (CET) From: Jeroen van der Ham Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Problem with dependencies of tcl and tcl-modules Message-Id: <40477AA2-8C00-491F-B1D7-34E9F08CB6D4@dckd.nl> Date: Mon, 11 Mar 2013 09:56:46 -0400 To: tcltk@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) X-Mailer: Apple Mail (2.1499) X-BeenThere: freebsd-tcltk@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Tcl/Tk discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 13:56:57 -0000 Hi, I was cleaning up my pkgdb and ran into the following issue. My ports tree is up to date, I've updated to the latest version of = tcl-8.5. According to pkgdb tcl-modules is obsoleted, however it is = still required by tcl-8.5.13. Jeroen. > [jeroen@zaphod] /usr/ports% sudo make update = [14:53] > -------------------------------------------------------------- > >>> Running portsnap > -------------------------------------------------------------- > Looking up portsnap.FreeBSD.org mirrors... 6 mirrors found. > Fetching snapshot tag from ec2-eu-west-1.portsnap.freebsd.org... done. > Latest snapshot on server matches what we already have. > No updates needed. > Ports tree is already up to date. > [jeroen@zaphod] /usr/ports% sudo portupgrade tcl-8.5.13 = [14:53] > [Updating the portsdb in /usr/ports ... - 24222 = port entries found = .........1000.........2000.........3000.........4000.........5000.........= 6000.........7000.........8000.........9000.........10000.........11000...= ......12000.........13000.........14000.........15000.........16000.......= ..17000.........18000.........19000.........20000.........21000.........22= 000.........23000.........24000.. ..... done] > [jeroen@zaphod] /usr/ports% sudo pkgdb -F = [14:54] > ---> Checking the package registry database > Stale origin: 'lang/tcl-modules': perhaps moved or obsoleted. > -> The port 'lang/tcl-modules' was removed on 2013-02-06 because: > "Modules are now part of the base Tcl distributions" > -> Hint: tcl-modules-8.5.13 is required by the following package(s): > tcl-8.5.13 > -> Hint: checking for overwritten files... > -> No files installed by tcl-modules-8.5.13 have been overwritten by = other packages. > Deinstall tcl-modules-8.5.13 ? [no] yes > ---> Deinstalling 'tcl-modules-8.5.13' > pkg_delete: package 'tcl-modules-8.5.13' is required by these other = packages > and may not be deinstalled: > tcl-8.5.13 > ** Listing the failed packages (-:ignored / *:skipped / !:failed) > ! tcl-modules-8.5.13 (pkg_delete failed) > Command failed [exit code 1]: /usr/local/sbin/pkg_deinstall = tcl-modules-8.5.13 > [jeroen@zaphod] /usr/ports%