Date: Fri, 28 Feb 2014 16:50:01 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: <201402281650.s1SGo1P6008372@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: "O. Hartmann" <ohartman@zedat.fu-berlin.de> Cc: uzimac@da3m0n8t3r.com, bug-followup@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) Date: Fri, 28 Feb 2014 08:46:45 -0800 > On Fri, 28 Feb 2014 00:53:58 -0800 > "Waitman Gobble" <uzimac@da3m0n8t3r.com> wrote: > >> >> 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 > > On FreeBSD 11.0-CURRENT #3 r262562: Thu Feb 27 14:47:54 CET 2014 amd64 > > and with gegl-0.2.0_5, the problem seems to have disappeared a while ago. > > Thanks, I think PR can be closed. > > Oliver > Oops, sorry, I should have checked the port. The messages in the pr did not seem to address the issue.. but I now see that the patch is in /ports/graphics/gegl/files/patch-tools_create-reference.rb Waitman
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402281650.s1SGo1P6008372>