Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Feb 2015 10:09:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197316] www/webkit-gtk2 : Fix build with DEFAULT_VERSIONS=python=3.3
Message-ID:  <bug-197316-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: olivier@cochard.me
             Flags: maintainer-feedback?(gnome@FreeBSD.org)
          Assignee: gnome@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@FreeBSD.org> ---
Auto-assigned to maintainer gnome@FreeBSD.org

-- 
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-13>