Date: Wed, 23 Feb 2005 14:44:56 -0500 From: Garance A Drosihn <drosih@rpi.edu> To: Aaron Dudek <adudek@sprint.net>, freebsd-sparc@freebsd.org Subject: Re: Problem compiling ruby-1.8.2_2 Message-ID: <p06210221be428c82b4e7@[128.113.24.47]> In-Reply-To: <Pine.GSO.4.61.0502231348150.1159@raistlin.sprintlink.net> References: <Pine.GSO.4.61.0502231348150.1159@raistlin.sprintlink.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p06210221be428c82b4e7>
