atom feed5 messages in org.freebsd.freebsd-stableruby and portupgrade
FromSent OnAttachments
whitevampJan 18, 2005 6:10 am 
Kirill PonomarewJan 18, 2005 6:10 am 
Mark AndrewsJan 18, 2005 6:37 am 
Renato BotelhoJan 19, 2005 10:37 am 
Renato BotelhoJan 19, 2005 10:46 am 
Subject:ruby and portupgrade
From:Renato Botelho (rbga@gmail.com)
Date:Jan 19, 2005 10:37:08 am
List:org.freebsd.freebsd-stable

On Tue, 18 Jan 2005 03:01:46 -0800, whitevamp <whit@vampextream.com> wrote:

1. what would be causeing this?? 2. how do i fix this?

I had a problem like this today on one box, and I fixed it doing it:

Insert these two lines on /usr/local/etc/pkgtools.conf

ENV['PKG_DBDRIVER'] ||= 'dbm_hash' ENV['PORTS_DBDRIVER'] ||= 'dbm_hash'

Rebuild your pkgdb.db using `pkgdb -fu`

Rebuild your INDEX.db using `portsdb -u`

After I did it all worked fine!