From owner-freebsd-current@FreeBSD.ORG Thu Oct 14 19:18:05 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64E7016A4CE; Thu, 14 Oct 2004 19:18:05 +0000 (GMT) Received: from web.portaone.com (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96FAD43D1D; Thu, 14 Oct 2004 19:18:04 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [193.28.87.100] ([193.28.87.100]) (authenticated bits=0) by web.portaone.com (8.12.11/8.12.11) with ESMTP id i9EJI1e7099299 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Oct 2004 21:18:02 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <416ED0E0.60805@portaone.com> Date: Thu, 14 Oct 2004 22:17:52 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Oliver Eikemeier Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit cc: re@FreeBSD.ORG cc: "current@freebsd.org" cc: portmgr@FreeBSD.ORG Subject: Critical 5.3-RELEASE bug: pkg_delete -r (recursive removal) doesn't work properly anymore X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2004 19:18:05 -0000 FreeBSD notebook 5.3-BETA5 FreeBSD 5.3-BETA5 #23: Mon Sep 20 12:35:40 EEST 2004 root@notebook:/usr/src/sys/i386/compile/NOTEBOOK i386 I can no longer delete package and all its dependencies, it seems that pkg_delete have been b0rken recently, so that it no longer schedules deletes in correct dependency order, like it used to do! $ sudo pkg_delete -r /var/db/pkg/xmlcatmgr-2.0.b1/ pkg_delete: package 'docbook-1.3' is required by these other packages and may not be deinstalled: sgmlformat-1.7_2 pkg_delete: package 'docbook-241_2' is required by these other packages and may not be deinstalled: docbook-1.3 sgmlformat-1.7_2 pkg_delete: package 'docbook-3.0_2' is required by these other packages and may not be deinstalled: docbook-1.3 sgmlformat-1.7_2 pkg_delete: package 'docbook-3.1_2' is required by these other packages and may not be deinstalled: docbook-1.3 sgmlformat-1.7_2 pkg_delete: package 'docbook-4.0_2' is required by these other packages and may not be deinstalled: docbook-1.3 sgmlformat-1.7_2 pkg_delete: package 'docbook-4.1_2' is required by these other packages and may not be deinstalled: docbook-1.3 sgmlformat-1.7_2 pkg_delete: package 'docbook-xml-4.2_1' is required by these other packages and may not be deinstalled: docbook-1.3 pkg_delete: package 'linuxdoc-1.1_1' is required by these other packages and may not be deinstalled: sgmlformat-1.7_2 pkg_delete: package 'iso8879-1986_2' is required by these other packages and may not be deinstalled: docbook-1.3 docbook-241_2 docbook-3.0_2 docbook-3.1_2 docbook-4.0_2 docbook-4.1_2 linuxdoc-1.1_1 sgmlformat-1.7_2 pkg_delete: package 'xmlcatmgr-2.0.b1' is required by these other packages and may not be deinstalled: docbook-1.3 docbook-241_2 docbook-3.0_2 docbook-3.1_2 docbook-4.0_2 docbook-4.1_2 docbook-xml-4.2_1 iso8879-1986_2 linuxdoc-1.1_1 Please fix. -Maxim