[Bug 197316] www/webkit-gtk2 : Fix build with DEFAULT_VERSIONS=python=3.3
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 25 21:10:47 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197316
--- Comment #6 from commit-hook at 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] 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)
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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gnome
mailing list