From owner-freebsd-questions@FreeBSD.ORG Mon Oct 11 15:04:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 614E616A4CE for ; Mon, 11 Oct 2004 15:04:54 +0000 (GMT) Received: from unsane.co.uk (unsane.co.uk [82.152.23.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id B34AC43D1F for ; Mon, 11 Oct 2004 15:04:53 +0000 (GMT) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (localhost [127.0.0.1]) by unsane.co.uk (8.12.11/8.12.10) with ESMTP id i9BF5HNK097563 for ; Mon, 11 Oct 2004 16:05:17 +0100 (BST) (envelope-from jhary@unsane.co.uk) Received: from localhost (jhary@localhost) by unsane.co.uk (8.13.1/8.12.10/Submit) with ESMTP id i9BF5He8097560 for ; Mon, 11 Oct 2004 16:05:17 +0100 (BST) (envelope-from jhary@unsane.co.uk) Date: Mon, 11 Oct 2004 16:05:17 +0100 (BST) From: Vince Hoffman To: freebsd-questions@freebsd.org Message-ID: <20041011143307.Q94319@unsane.co.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: portupgrade problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 15:04:54 -0000 Hi all, Got a port upgrade problem here, ruby is dumping core during a portsdb -uU (and thus any time it tries to update the portsdb. only noticed it today but i did upgrade ruby recently so i tried following the emergency recovery part in /usr/port/UPDATING and did pkg_delete portupgrade-\* pkg_delete -r ruby-\* then cd /usr/ports/sysutils/portupgrade make install clean but no joy, i still get the same error ---------cut portupgrade error test---------- [/root/cvsup-files] [13:59] #portsdb -uU Updating the ports index ... Generating INDEX.tmp - please wait..test: <: unexpected operator Warning: Duplicate INDEX entry: freeciv-gtk2-1.14.1 Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.2 Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5 Done. done [Updating the portsdb in /usr/ports ... - 11732 port entries found .........1000.........2000.........3000.........4000.........5000.........6000.........7000.........8000..../usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:587: [BUG] Bus Error ruby 1.8.2 (2004-07-29) [i386-freebsd5] Abort (core dumped) ------------------end of port upgrade error text---------- uname -a FreeBSD lobster.unsane.co.uk 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #2: Fri Sep 17 21:45:48 BST 2004 toor@lobster.unsane.co.uk:/usr/obj/usr/src/sys/UNSANE i386 (14:40:05 <~>) 0 $ ruby -v ruby 1.8.2 (2004-07-29) [i386-freebsd5] any suggestions welcome Vince