[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Sat Aug 2 01:00:30 PDT 2014


The Buildbot has detected a new failure on builder phase1 - sanity while building lldb.
Full details are available at:
 http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/3111

Buildbot URL: http://lab.llvm.org:8013/

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 214618
Blamelist: zturner

BUILD FAILED: failed

sincerely,
 -The Buildbot


================================================================================

CHANGES:
File: scripts/Python/buildSwigPython.py
On: http://10.1.1.2/svn/llvm-project
For: lldb
At: Sat 02 Aug 2014 00:25:38
Changed By: zturner
Comments: Make the swig generation script use the correct python executable.

It was hardcoding the value "python", which will end up at best
getting a different python executable (if the user has overridden
the value of PYTHON_EXECUTABLE), and at worst encountering an
error (if there is no copy of python on the system path).

This patch changes the script to use sys.executable so that it
runs the sub-script with the same executable that it was run with.Properties: 




LOGS:






More information about the llvm-testresults mailing list