The following reply was made to PR ports/178842; it has been noted by GNATS.
From: "Steve Wills" <[email protected]> To: [email protected], [email protected] 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ruby To unsubscribe, send any mail to "[email protected]"
