Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2016 21:10:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 197316] www/webkit-gtk2 : Fix build with DEFAULT_VERSIONS=python=3.3
Message-ID:  <bug-197316-6497-Qbl571Smxi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197316-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197316-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197316

--- Comment #6 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Mon Jul 25 21:09:59 UTC 2016
New revision: 419064
URL: https://svnweb.freebsd.org/changeset/ports/419064

Log:
  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] Err=
or 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 =3D 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] Erro=
r 1
  offlineasm: offset extractor
DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h successfully generated.

  PR:           197316
  Submitted by: olivier@cochard.me
  Approved by:  maintainer timeout (1.5 years)
  MFH:          2016Q3

Changes:
  head/www/webkit-gtk2/Makefile
  head/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.css
  head/www/webkit-gtk2/files/patch-Source_WebCore_xml_XMLViewer.js
  head/www/webkit-gtk3/Makefile
  head/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.css
  head/www/webkit-gtk3/files/patch-Source_WebCore_xml_XMLViewer.js

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197316-6497-Qbl571Smxi>