Opened 10 years ago

Closed 10 years ago

#4745 closed enhancement (fixed)

user notes for gegl-0.2.0

Reported by: Waitman Gobble Owned by: ken@…
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 ken@…, 10 years ago

Milestone: 7.67.5
Owner: changed from blfs-book@… to ken@…
Status: newassigned

One way or another, this needs to be fixed for 7.5. My thoughts are on -dev.

comment:2 by bdubbs@…, 10 years ago

I think I've got this fixed as of revision 12808.

Leaving open until the fix verified.

comment:3 by ken@…, 10 years ago

Resolution: fixed
Status: assignedclosed

Looks good here.

Note: See TracTickets for help on using tickets.