From owner-freebsd-questions@FreeBSD.ORG Mon Jan 31 03:35:08 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FC2616A4CE for ; Mon, 31 Jan 2005 03:35:08 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A1D443D54 for ; Mon, 31 Jan 2005 03:35:08 +0000 (GMT) (envelope-from FreeBSD@insightbb.com) Received: from [192.168.1.239] (12-202-28-183.client.insightbb.com[12.202.28.183]) by sccimhc92.asp.att.net (sccimhc92) with ESMTP id <20050131033507i9200q3pe1e>; Mon, 31 Jan 2005 03:35:07 +0000 From: Steven Friedrich To: freebsd-questions@freebsd.org Date: Sun, 30 Jan 2005 22:35:07 -0500 User-Agent: KMail/1.7.2 References: <200501302225.21582.FreeBSD@insightbb.com> In-Reply-To: <200501302225.21582.FreeBSD@insightbb.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501302235.07342.FreeBSD@insightbb.com> Subject: Re: Barry fails if using bdb1_hash (was Barry fails if using) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 03:35:08 -0000 On Sunday 30 January 2005 10:25 pm, Steven Friedrich wrote: > I've added the following to pkgtools.conf to eliminate portsdb and pkgdb > rebuilds: > pkgtools.conf: ENV['PORTS_DBDRIVER'] ||= 'bdb1_hash' > pkgtools.conf: ENV['PKG_DBDRIVER'] ||= 'bdb1_hash' > > I originally just added the ports var, but i frequently experienced pkgdb > rebuilds and adding the second var solved it. I originally added the first > line even though i am tracking stable and i was supposedly cured. > > anyway, now port barry complains and i believe it's because it only > supports a btree db, not a hashed one. > > can anybody confirm or care? -- i386 FreeBSD 4.11-STABLE