ports/175603: graphics/gegl: ./tools/create-reference.rb:331:in `block (2 levels) in <main>': invalid byte sequence in US-ASCII (ArgumentError)

Waitman Gobble uzimac at da3m0n8t3r.com
Fri Feb 28 09:50:02 UTC 2014


The following reply was made to PR ports/175603; it has been noted by GNATS.

From: "Waitman Gobble" <uzimac at da3m0n8t3r.com>
To: bug-followup at FreeBSD.org
Cc: ohartman at zedat.fu-berlin.de
Subject: Re: ports/175603: graphics/gegl: ./tools/create-reference.rb:331:in
 `block (2 levels) in <main>': invalid byte sequence in US-ASCII
 (ArgumentError)
Date: Fri, 28 Feb 2014 00:53:58 -0800

 Hi,
 
 If this issue persists I believe the proper correction is adding two lines:
 
 Encoding.default_external = Encoding::UTF_8
 Encoding.default_internal = Encoding::UTF_8
 
 to the top of tools/create-reference.rb, just before
 the 'class Argument' line. This solves the build problem 'invalid byte
 sequence in US-ASCII' which was reported.
 
 Thank you,
 
 --
 Waitman Gobble
 +1.5108307975
 
 
 


More information about the freebsd-gnome mailing list