[Bug 197316] www/webkit-gtk2 : Fix build with DEFAULT_VERSIONS=python=3.3
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 4 10:09:31 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197316
Bug ID: 197316
Summary: www/webkit-gtk2 : Fix build with
DEFAULT_VERSIONS=python=3.3
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: gnome at FreeBSD.org
Reporter: olivier at cochard.me
Flags: maintainer-feedback?(gnome at FreeBSD.org)
Assignee: gnome at FreeBSD.org
Created attachment 152545
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152545&action=edit
patch for building webkit-gtk2 with python 3.3
Here is a patch that fix build of webkit-gtk2 with python 3.3.
Without this patch there is this error message during build:
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.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:81947: recipe for target 'DerivedSources/WebCore/XMLViewerCSS.h'
failed
gmake[1]: *** [DerivedSources/WebCore/XMLViewerCSS.h] Error 1
gmake[1]: Leaving directory
'/wrkdirs/usr/ports/www/webkit-gtk2/work/webkitgtk-2.4.8'
*** Error code 1
Then I've used the patch proposed (but not accepted) here:
https://bugs.webkit.org/show_bug.cgi?id=128971
--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer gnome at FreeBSD.org
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gnome
mailing list