Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jan 2014 16:45:10 +0100
From:      John Marino <freebsd.contact@marino.st>
To:        freebsd-ports@freebsd.org,  "mbeis@xs4all.nl >> Marco Beishuizen" <mbeis@xs4all.nl>
Subject:   Re: how to install ruby18
Message-ID:  <52C82C86.9060603@marino.st>
In-Reply-To: <alpine.BSF.2.00.1401041631000.30757@localhost>
References:  <alpine.BSF.2.00.1401041517590.30757@localhost> <52C81A22.5030501@marino.st> <alpine.BSF.2.00.1401041529480.30757@localhost> <52C81E78.4020209@marino.st> <alpine.BSF.2.00.1401041631000.30757@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
On 1/4/2014 16:33, Marco Beishuizen wrote:
> On Sat, 4 Jan 2014, the wise John Marino wrote:
> 
>> Ruby18 is gone forever, and unsupported, so that's not the best option.
>> DragonFly had these same type errors with ruby19, until we redefined
>> GEM_ENV in bsd.ruby.mk
>>
>> -GEM_ENV?=                LC_CTYPE=UTF-8
>> +GEM_ENV+=                LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8
>>
>> Maybe setting GEM_ENV in your make.conf and rebuilding all the ruby
>> stuff would fix it for you too.  Shot in the dark.
> 
> Tried both changing /usr/ports/Mk/bsd.ruby.mk and setting GEM_ENV in
> make.conf and rebuilding the ruby stuff, but this had no effect.
> 
> Thanks for the tip anyway.

I suspect Mat's comment was closer to the problem, "That error may come
from a non us-ascii character in portupgrade's configuration files."

My fix was build-time, but you can build it, so it was a different
issue.  Try following Mat's tip.
John



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52C82C86.9060603>