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 16:50:01 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: "O. Hartmann" <ohartman at zedat.fu-berlin.de>
Cc: uzimac at da3m0n8t3r.com, bug-followup at 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 at 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
More information about the freebsd-gnome
mailing list