Andreas 'AnZy' Zymny schrieb:
> # portupgrade -arR
> [Updating the pkgdb <format:bdb1_btree> in /var/db/pkg ... - 191
> packages found
> (-6 +6) (...)/usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:467: [BUG]
> Segmentation fault
> ruby 1.8.2 (2004-07-29) [i386-freebsd5]
>
> Abort (core dumped)
> Exit 134
Ja, das Problem haben viele und es wurde hier auch schon öfter
diskutiert. Die bdb Implementierung is buggy, liegt weniger an ruby.
Entweder du hast ein fbsd 5.3, da passiert das nicht mehr, oder du
änderst das verwendete Datenformat ... das geht indem du z.B. folgende
Umgebungsvariable setzt:
export PORTS_DBDRIVER=bdb1_hash
das steht bei mir in der /etc/profile , damit sollte es gehen.
Viele GRüße, Daniel.
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Sun 21 Nov 2004 - 23:26:48 CET