Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 09:50:02 GMT
From:      "Waitman Gobble" <uzimac@da3m0n8t3r.com>
To:        gnome@FreeBSD.org
Subject:   Re: ports/175603: graphics/gegl: ./tools/create-reference.rb:331:in `block (2 levels) in <main>': invalid byte sequence in US-ASCII (ArgumentError)
Message-ID:  <201402280950.s1S9o2Yj079193@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/175603; it has been noted by GNATS.

From: "Waitman Gobble" <uzimac@da3m0n8t3r.com>
To: bug-followup@FreeBSD.org
Cc: ohartman@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
 
 
 



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