From owner-cvs-all@FreeBSD.ORG Mon Aug 22 04:06:51 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D4BE1065672; Mon, 22 Aug 2011 04:06:51 +0000 (UTC) (envelope-from ache@vniz.net) Received: from vniz.net (vniz.net [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id EA31C8FC14; Mon, 22 Aug 2011 04:06:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vniz.net (8.14.5/8.14.5) with ESMTP id p7M46n2E010665; Mon, 22 Aug 2011 08:06:49 +0400 (MSK) (envelope-from ache@vniz.net) Received: (from ache@localhost) by localhost (8.14.5/8.14.5/Submit) id p7M46n7j010664; Mon, 22 Aug 2011 08:06:49 +0400 (MSK) (envelope-from ache) Date: Mon, 22 Aug 2011 08:06:49 +0400 From: Andrey Chernov To: Steve Wills , Stanislav Sedov , ports-committers@FreeBSD.ORG, cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20110822040649.GA10645@vniz.net> Mail-Followup-To: Andrey Chernov , Steve Wills , Stanislav Sedov , ports-committers@FreeBSD.ORG, cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <201108180805.p7I85ow2002308@repoman.freebsd.org> <20110821104221.GA60534@vniz.net> <20110821110216.GA4989@vniz.net> <4E512A16.6090305@FreeBSD.org> <20110822034706.GA86704@vniz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110822034706.GA86704@vniz.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: Re: cvs commit: ports/ports-mgmt/portupgrade Makefile distinfo ports/ports-mgmt/portupgrade/files patch-bin-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2011 04:06:51 -0000 On Mon, Aug 22, 2011 at 07:47:06AM +0400, Andrey Chernov wrote: > Thanx, it seems that two mentioned problems are gone, but I found 3rd one: > pkg_deinstall always aborts with error wich causing base rebuilding every > time: > > # pkg_deinstall /var/db/pkg/ruby18-bdb51-0.6.6 > ---> Deinstalling 'ruby18-bdb51-0.6.6' > [Updating the pkgdb in /var/db/pkg ... - 536 packages > found (-1 +0) (...) error] Remove and try again. > [Rebuilding the pkgdb in /var/db/pkg ... - 536 packages > found (-0 +536) ....... And this is clearly not db-5.1 backend fault. Using ruby-1.8: pkg_deinstall /var/db/pkg/ruby19-bdb51-0.6.6 [Updating the pkgdb in /var/db/pkg ... - 537 packages found (-2 +3) (...)... done] ---> Deinstalling 'ruby19-bdb51-0.6.6' [Updating the pkgdb in /var/db/pkg ... - 536 packages found (-1 +0) (...) done] -- http://ache.vniz.net/