From owner-freebsd-ports@FreeBSD.ORG Mon Jun 19 10:29:12 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A160E16A479 for ; Mon, 19 Jun 2006 10:29:12 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from relay-er5.mbrd.ru (relay-er5.mbrd.ru [194.117.71.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E77C43D48 for ; Mon, 19 Jun 2006 10:29:11 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from msd.mbrd.ru ([172.16.33.193]) by relay-er5.mbrd.ru with esmtpa (Exim 4.x) id 1FsH0C-000A6C-Gs; Mon, 19 Jun 2006 14:29:04 +0400 Message-ID: <44967C6F.3010902@FreeBSD.org> Date: Mon, 19 Jun 2006 14:29:03 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Jiawei Ye References: <44966D63.5090804@FreeBSD.org> <44967583.2050108@FreeBSD.org> <44967645.50507@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 0.93.2.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd ports Subject: Re: latest portupgrade problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 10:29:12 -0000 Jiawei Ye wrote: > On 6/19/06, Sergey Matveychuk wrote: >> What driver was in the line: >> [Rebuilding the pkgdb in /var/db/pkg...] >> ^^^^^^^^ here >> >> -- >> Dixi. >> Sem. > It has been dbm_hash for quite a while already. If the db was built > with a 1.85 driver, changing the driver will result in rebuilding the > db. But since I have not changed the driver for more than a month, it > should not happen at all. It should be bdb_btree if you built portupgrade WITH_BDB4 and bdb1_btree otherwise. It should fall to dbm driver if they both failed. So looks like bdb driver never works. BTW. I'll make a new port portupgrade-devel and back out portupgrade port back to 2.1.1 (most stable now and fixes all critical bugs) version. But people should help me to test the new port. -- Dixi. Sem.