Date: Sat, 1 Jun 2013 15:50:01 GMT From: "Steve Wills" <swills@FreeBSD.org> To: ruby@FreeBSD.org Subject: Re: ports/178842: www/rubygem-actionpack make fails with ruby 2.0 Message-ID: <201306011550.r51Fo1xW097777@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178842; it has been noted by GNATS. From: "Steve Wills" <swills@FreeBSD.org> To: bug-followup@FreeBSD.org, josephc123@gmail.com Cc: Subject: Re: ports/178842: www/rubygem-actionpack make fails with ruby 2.0 Date: Sat, 1 Jun 2013 11:42:53 -0400 This is a language issue. I haven't decided what the right way to solve it is yet. The problem is FreeBSD doesn't set a language by default, so ruby assumes ASCII. Try setting the environment variable LC_ALL=en_US.UTF-8 (or whatever language you prefer) before building. Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306011550.r51Fo1xW097777>