[Webkit-unassigned] [Bug 143755] New: [W32] Buildsystem may use wrong Python interpreter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 06:15:27 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143755

            Bug ID: 143755
           Summary: [W32] Buildsystem may use wrong Python interpreter
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lrn1986 at gmail.com

Configure script has tests for Python (AC_PATH_PROG(PYTHON, python)), but makefiles just say "python" and let make finds whatever there is in PATH, so a wrong version of Python might be used. Mingw-python,
for example, which has commandline length limit, which results in
errors like:
/usr/bin/env: python: Argument list too long
GNUmakefile:82317: recipe for target
'DerivedSources/WebInspectorUI/GResourceBundle.xml' failed

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150415/6d10dcf5/attachment.html>


More information about the webkit-unassigned mailing list