From owner-freebsd-questions@FreeBSD.ORG Mon Sep 6 18:11:46 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 B30D516A4CE for ; Mon, 6 Sep 2004 18:11:46 +0000 (GMT) Received: from makeworld.com (makeworld.com [198.92.228.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61BFD43D55 for ; Mon, 6 Sep 2004 18:11:46 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id C37466348; Mon, 6 Sep 2004 13:11:45 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15431-01; Mon, 6 Sep 2004 13:11:40 -0500 (CDT) Received: from [198.92.228.34] (racerx.makeworld.com [198.92.228.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 57B0A62C3; Mon, 6 Sep 2004 13:11:39 -0500 (CDT) Message-ID: <413CA85B.9080500@makeworld.com> Date: Mon, 06 Sep 2004 13:11:39 -0500 From: Chris User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040903) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dustin References: <5878D00B313A8D4E8D00B7E3082FC693067A1B@FF01.marsik.org> In-Reply-To: <5878D00B313A8D4E8D00B7E3082FC693067A1B@FF01.marsik.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at makeworld.com - Isn't it ironic cc: freebsd-questions@freebsd.org Subject: Re: Post Install Configuration Issues (ruby18 error) 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, 06 Sep 2004 18:11:46 -0000 Dustin wrote: > It's a fresh install of FreeBSD 5.2.1 REL, installed the "kern-developer" mode of install, immediately after install did the following: > > -installed cvsup-without-gui > -updated ports tree using cvsup > -attempted to install portupgrade from port and received following error: > > > Ruby18 error > dependency warning: used openssl version contains known vulnerabilities > pleas update or define either WITH_OPENSSL_BASE or WITH_OPENSSL_PORT > *** Error code 1 > > > > I then installed ruby18 from port using "make install clean", and then installed portupgrade, this time I received no errors. > > > > Then I attempted to run "portsdb -uU", and received the following errors: > > > > core dumped ruby18 portsdb > > > > What am I doing wrong here? > > > > -Dustin This is an ongoing issue with portsdb/ruby. The way I see it, there are some easy fixes out there 0. install portindex 1. cvsup (as you did) 2. run portindex - this takes a while the 1st time. 3. run portindexdb 4. pkgdb -afuF (or what ever parms you use) 5. portversion -vL= (this dumps out the ports that need updating) 6. portupgrade -a (or what ever parms you use. Another way: - this changes the default database (btriev) to hash setenv PORTS_DBDRIVER bdb1_hash then run your portdb -u In fact, I opted for this one. I now run my ports tree updating scripts as I did BEFORE these issues. -- Best regards, Chris The organization of any program reflects the organization of the people who developed it.