[Webkit-unassigned] [Bug 128971] New: [GTK] webkit 2.3.5 build failure with python 3.3.4

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 18 07:07:24 PST 2014


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

           Summary: [GTK] webkit 2.3.5 build failure with python 3.3.4
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: prlw1 at cam.ac.uk


Trying to build webkit 2.3.5 with python 3.3.4, I see

  GEN      DerivedSources/WebCore/XMLViewerJS.h
Traceback (most recent call last):
  File "./Source/JavaScriptCore/inspector/scripts/cssmin.py", line 44, in <module>
    sys.stdout.write(cssminify(sys.stdin.read()))
  File "/usr/pkg/lib/python3.3/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 642: ordinal not in range(128)
GNUmakefile:81815: recipe for target 'DerivedSources/WebCore/XMLViewerCSS.h' failed


(Also, GNU bison 3.0.2 isn't happy with

DerivedSources/WebCore/CSSGrammar.y:62.1-12: warning: deprecated directive, use '%pure-parser' [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list