On 23/05/05, Jim C. Nasby <[EMAIL PROTECTED]> wrote: > After updating my ports tree I'm getting this: > > [EMAIL PROTECTED]:40]/usr/ports/sysutils/portupgrade:157>sudo portupgrade -a > [Updating the pkgdb <format:bdb1_btree> in /var/db/pkg ... - 354 packages > found (-3 +2) > (...)/usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:466: [BUG] Segmentation fault > ruby 1.8.2 (2004-12-25) [i386-freebsd4] > > I've tried manually reinstalling both ruby and portupgrade to no avail.
Try to add the following lines to your /usr/local/etc/pkgtools.conf ENV['PKG_DBDRIVER'] ||= 'dbm_hash' ENV['PORTS_DBDRIVER'] ||= 'dbm_hash' and after it run these 2 commands pkgdb -F portsdb -u to re-create the databases. Regards -- Renato Botelho ICQ: 54596223 AIM: RBGargaBR _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
