Opened 11 years ago
Closed 11 years ago
#4745 closed enhancement (fixed)
user notes for gegl-0.2.0
Reported by: | Waitman Gobble | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.5 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | gegl, gimp |
Cc: |
Description
If the build fails with '../tools/create-reference.rb:331:in `block (2 levels) in <main>': invalid byte sequence in US-ASCII (ArgumentError)', you can add the following lines to the top of tools/create-reference.rb and issue the make command to complete the build process.
Encoding.default_external = Encoding::UTF_8 Encoding.default_internal = Encoding::UTF_8
just before the 'class Argument' line.
User notes for http://wiki.linuxfromscratch.org/blfs/wiki/gegl
Change History (3)
comment:1 by , 11 years ago
Milestone: | 7.6 → 7.5 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 11 years ago
I think I've got this fixed as of revision 12808.
Leaving open until the fix verified.
Note:
See TracTickets
for help on using tickets.
One way or another, this needs to be fixed for 7.5. My thoughts are on -dev.