Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Feb 2015 10:09:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 197316] www/webkit-gtk2 : Fix build with DEFAULT_VERSIONS=python=3.3
Message-ID:  <bug-197316-6497-sSyewp4dXt@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
olivier@cochard.me has reassigned Bugzilla Automation <bugzilla@FreeBSD.org>'s
request for maintainer-feedback to gnome@FreeBSD.org:
Bug 197316: www/webkit-gtk2 : Fix build with DEFAULT_VERSIONS=python=3.3
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197316



--- Description ---
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@FreeBSD.org> ---
Auto-assigned to maintainer gnome@FreeBSD.org



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