[Webkit-unassigned] [Bug 190258] New: Gtk build fails with python 3 if LANG and LC_TYPE are unset

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 3 12:52:02 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=190258

            Bug ID: 190258
           Summary: Gtk build fails with python 3 if LANG and LC_TYPE are
                    unset
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mgorse at suse.com
                CC: lforschler at apple.com

Building the gtk port still fails using Python 3 if LANG or LC_TYPE do not specify UTF-8. I'm seeing tracebacks such as the following:
Traceback (most recent call last):
  File "/home/mgorse/src/WebKit/Source/JavaScriptCore/Scripts/generateIntlCanonicalizeLanguage.py", line 197, in <module>
    registry.parse(registryFile)
  File "/home/mgorse/src/WebKit/Source/JavaScriptCore/Scripts/generateIntlCanonicalizeLanguage.py", line 63, in parse
    for line in file:
  File "/usr/lib64/python3.6/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 866: ordinal not in range(128)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181003/7dfbd5a9/attachment.html>


More information about the webkit-unassigned mailing list