From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 4 10:09:30 2015 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2EBCF52 for ; Wed, 4 Feb 2015 10:09:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CED2BA6C for ; Wed, 4 Feb 2015 10:09:30 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t14A9URb069536 for ; Wed, 4 Feb 2015 10:09:30 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Wed, 04 Feb 2015 10:09:30 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 10:09:31 -0000 olivier@cochard.me has reassigned Bugzilla Automation '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 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 --- Auto-assigned to maintainer gnome@FreeBSD.org