Date: Mon, 22 Aug 2011 08:06:49 +0400 From: Andrey Chernov <ache@FreeBSD.ORG> To: Steve Wills <swills@FreeBSD.ORG>, Stanislav Sedov <stas@FreeBSD.ORG>, ports-committers@FreeBSD.ORG, cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/ports-mgmt/portupgrade Makefile distinfo ports/ports-mgmt/portupgrade/files patch-bin-Makefile Message-ID: <20110822040649.GA10645@vniz.net> In-Reply-To: <20110822034706.GA86704@vniz.net> References: <201108180805.p7I85ow2002308@repoman.freebsd.org> <20110821104221.GA60534@vniz.net> <20110821110216.GA4989@vniz.net> <4E512A16.6090305@FreeBSD.org> <20110822034706.GA86704@vniz.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <format:bdb_btree> in /var/db/pkg ... - 536 packages > found (-1 +0) (...) error] Remove and try again. > [Rebuilding the pkgdb <format:bdb_btree> 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 <format:bdb_btree> in /var/db/pkg ... - 537 packages found (-2 +3) (...)... done] ---> Deinstalling 'ruby19-bdb51-0.6.6' [Updating the pkgdb <format:bdb_btree> in /var/db/pkg ... - 536 packages found (-1 +0) (...) done] -- http://ache.vniz.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110822040649.GA10645>