Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Sep 2004 14:43:05 -0400
From:      Garance A Drosihn <drosih@rpi.edu>
To:        Michael Barrett <mike.freebsd@daboyz.org>, freebsd-ports@freebsd.org
Subject:   Re: portversion -v causes ruby to core dump
Message-ID:  <p0611040ebd665402f99c@[128.113.24.47]>
In-Reply-To: <20040909075828.GA83562@daboyz.org>
References:  <20040909075828.GA83562@daboyz.org>

next in thread | previous in thread | raw e-mail | index | archive | help
At 12:58 AM -0700 9/9/04, Michael Barrett wrote:
>
>         /var/db/pkg/portupgrade-20040701_3
>         /var/db/pkg/ruby-1.8.2.p2_1
>         /var/db/pkg/ruby18-bdb1-0.2.2
>
>         If anyone can shed any light on what might be causing this
>         issue, that'd be great.  I use portversion/portupgrade all the
>         time, so it'd really suck to stop using these tools now.
>
>         THanks in advance for your help.

Many people are reporting this same problem.  (not everyone, but
it is hitting a lot of people).  Try adding the following two
lines to /usr/local/etc/pkgtools.conf :

   ENV['PKG_DBDRIVER'] = "bdb_hash"
   ENV['PORTS_DBDRIVER'] = "bdb_hash"

Add them down where other environment variables are set, such as
   ENV['PORTSDIR'] ||= '/usr/ports'

See if that helps you.

-- 
Garance Alistair Drosehn            =   gad@gilead.netel.rpi.edu
Senior Systems Programmer           or  gad@freebsd.org
Rensselaer Polytechnic Institute    or  drosih@rpi.edu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p0611040ebd665402f99c>