From owner-freebsd-sparc64@FreeBSD.ORG Wed Feb 23 21:50:56 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACD3816A4CE for ; Wed, 23 Feb 2005 21:50:56 +0000 (GMT) Received: from elle.res.sprintlink.net (ibogw-fw2.sprintlink.net [199.0.233.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE3A743D1D for ; Wed, 23 Feb 2005 21:50:55 +0000 (GMT) (envelope-from adudek@sprint.net) Received: from iscserv1.res.sprintlink.net (iscserv1.res.sprintlink.net [199.0.237.253])j1NLjLA22676; Wed, 23 Feb 2005 16:45:21 -0500 (EST) Received: from localhost (adudek@localhost) by iscserv1.res.sprintlink.net (8.8.8+Sun/8.6.12) with ESMTP id QAA29671; Wed, 23 Feb 2005 16:50:47 -0500 (EST) X-Authentication-Warning: iscserv1.res.sprintlink.net: adudek owned process doing -bs Date: Wed, 23 Feb 2005 16:50:47 -0500 (EST) From: Aaron Dudek X-X-Sender: adudek@iscserv1 To: Garance A Drosihn In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-sparc@freebsd.org Subject: Re: Problem compiling ruby-1.8.2_2 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2005 21:50:56 -0000 That change seems to have worked. Thanks. Aaron On Wed, 23 Feb 2005, Garance A Drosihn wrote: > At 1:48 PM -0500 2/23/05, Aaron Dudek wrote: >> Everytime I try to compile ruby-1.8.2_2 from source it hangs >> in the same place. I have let it sit overnite hoping that it >> was just being slow. >> It is an ultra 60. >> What else can I provide to help solve this? > > This is a known problem with the latest version of the port-config > for ruby. Several people are working on a fix to it. If you want > to compile ruby right now, you should be able to fix it by changing > the following line in ruby18/Makefile: > > Where you see the line: > .if ${OSVERSION} >= 502102 > > change it to be: > .if ${OSVERSION} >= 502102 && ${ARCH} != "sparc64" > > We do expect to have the ruby-port fixed for real, one way or > another, sometime in the next few days. > > Let me know if that doesn't work. I was testing on a sparc64 > machine running 6.x-current, not 5.3-stable. > > -- > Garance Alistair Drosehn = gad@gilead.netel.rpi.edu > Senior Systems Programmer or gad@freebsd.org > Rensselaer Polytechnic Institute or drosih@rpi.edu > >