Re: portupgrade crash on 4.9-stable

2004-11-18 Thread Michael Nottebrock
On Thursday, 18. November 2004 01:31, Michael Nottebrock wrote: On Thursday, 18. November 2004 00:03, Ronald Klop wrote: But the real problem is the segfault with ruby, which can be reliably reproduced ad infinitum. About the ruby thing. Try deinstall/reinstall of ruby and portupgrade

portupgrade crash on 4.9-stable

2004-11-17 Thread Brian Szymanski
Hi, I'm having a problem with portupgrade on 4.9: # portupgrade -f sudo\* Updating the ports index ... Generating INDEX.tmp - please wait.. Done. done [Updating the portsdb format:bdb1_btree in /usr/ports ... - 11962 port entries found

Re: portupgrade crash on 4.9-stable

2004-11-17 Thread Ricardo Oliva
Hi Brian, Just add: ENV['PORTS_DBDRIVER'] = 'bdb1_hash' to your /usr/local/etc/pkgtools.conf. Ran into that yesterday and came across a page on the web that helped me. Good luck. Cheers -- Ricardo Oliva Core Systems Administrator Zoology Department University of British Columbia Ph.:

Re: portupgrade crash on 4.9-stable

2004-11-17 Thread Ronald Klop
On Wed, 17 Nov 2004 16:21:18 -0500 (EST), Brian Szymanski [EMAIL PROTECTED] wrote: Hi, I'm having a problem with portupgrade on 4.9: # portupgrade -f sudo\* Updating the ports index ... Generating INDEX.tmp - please wait.. Done. done [Updating the portsdb format:bdb1_btree in /usr/ports ... -

Re: portupgrade crash on 4.9-stable

2004-11-17 Thread Doug White
On Wed, 17 Nov 2004, Ricardo Oliva wrote: Hi Brian, Just add: ENV['PORTS_DBDRIVER'] = 'bdb1_hash' to your /usr/local/etc/pkgtools.conf. Ran into that yesterday and came across a page on the web that helped me. This probably causes the db files to get regenerated -- the segfault comes

Re: portupgrade crash on 4.9-stable

2004-11-17 Thread Ricardo Oliva
portsdb -Uu is the command. You have a few files involved: /var/db/pkg/pkgdb.db /usr/ports/INDEX /usr/ports/INDEX.db Don't really know which is which. Cheers -- Ricardo Oliva Core Systems Administrator Zoology Department University of British Columbia Ph.: 604-822-3882 E-mail: [EMAIL

Re: portupgrade crash on 4.9-stable

2004-11-17 Thread Michael Nottebrock
On Thursday, 18. November 2004 00:03, Ronald Klop wrote: But the real problem is the segfault with ruby, which can be reliably reproduced ad infinitum. About the ruby thing. Try deinstall/reinstall of ruby and portupgrade manually and try again. (This is my best guess.) Known problem - the

Re: portupgrade crash on 4.9-stable

2004-11-17 Thread Brian Szymanski
Sweet, that did the trick. Thanks a bundle... Cheers, Brian Hi Brian, Just add: ENV['PORTS_DBDRIVER'] = 'bdb1_hash' to your /usr/local/etc/pkgtools.conf. Ran into that yesterday and came across a page on the web that helped me. Good luck. Cheers -- Ricardo Oliva Core Systems

RE: portupgrade crash on 4.9-stable

2004-11-17 Thread Mauricio Brunstein
] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Szymanski Sent: Wednesday, November 17, 2004 6:21 PM To: [EMAIL PROTECTED] Subject: portupgrade crash on 4.9-stable Hi, I'm having a problem with portupgrade on 4.9: # portupgrade -f sudo\* Updating the ports index ... Generating INDEX.tmp - please wait