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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 09:42:39 PDT 2015


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

LRN <lrn1986 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #250790|0                           |1
        is obsolete|                            |
 Attachment #250790|review?                     |
              Flags|                            |
 Attachment #250798|                            |review?
              Flags|                            |

--- Comment #2 from LRN <lrn1986 at gmail.com> ---
Created attachment 250798
  --> https://bugs.webkit.org/attachment.cgi?id=250798&action=review
Use confgured Python interpreter

Configure script has tests for Python (AC_PATH_PROG(PYTHON, python)),
use the interpretor they provide (which is overridable by user by
the way of passing PYTHON=... to configure) instead of the first
thing found in PATH.

Otherwise 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/af6484c6/attachment.html>


More information about the webkit-unassigned mailing list