[Bug 197316] www/webkit-gtk2 : Fix build with DEFAULT_VERSIONS=python=3.3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 28 02:50:35 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197316

--- Comment #8 from commit-hook at freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Thu Jul 28 02:50:29 UTC 2016
New revision: 419205
URL: https://svnweb.freebsd.org/changeset/ports/419205

Log:
  MFH: r419064

  www/webkit-gtk{2,3}: use ASCII quotes to unbreak python3 build

    GEN      DerivedSources/WebCore/XMLViewerCSS.h
    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/local/lib/python3.4/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)
  gmake: *** [GNUmakefile:82114: DerivedSources/WebCore/XMLViewerCSS.h] Error 1
  gmake: *** Waiting for unfinished jobs....
  Traceback (most recent call last):
    File "./Source/JavaScriptCore/inspector/scripts/jsmin.py", line 237, in
<module>
      minifier.minify()
    File "./Source/JavaScriptCore/inspector/scripts/jsmin.py", line 106, in
minify
      previous = read(1)
    File "/usr/local/lib/python3.4/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 696:
ordinal not in range(128)
  gmake: *** [GNUmakefile:82119: DerivedSources/WebCore/XMLViewerJS.h] Error 1
  offlineasm: offset extractor
DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h successfully generated.

  PR:           197316
  Submitted by: olivier at cochard.me
  Approved by:  maintainer timeout (1.5 years)
  Approved by:  ports-secteam (feld)

Changes:
_U  branches/2016Q3/
  branches/2016Q3/www/webkit-gtk2/Makefile
  branches/2016Q3/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.css
  branches/2016Q3/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.js
  branches/2016Q3/www/webkit-gtk3/Makefile
  branches/2016Q3/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.css
  branches/2016Q3/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.js

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-gnome mailing list