[lldb-dev] [Bug 23322] New: trivial (no options) CMake build fails
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Apr 22 11:14:25 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23322
Bug ID: 23322
Summary: trivial (no options) CMake build fails
Product: lldb
Version: unspecified
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: emaste at freebsd.org
Classification: Unclassified
After checking out llvm, clang and lldb, the most basic CMake/Ninja build fails
as follows:
% mkdir build
% cd build
% cmake -GNinja ..
% ninja
...
[emaste at ref11-amd64 /scratch/tmp/emaste/llvm/build]$ ninja
[2/2] Python script sym-linking LLDB Python API
FAILED: cd /scratch/tmp/emaste/llvm/build/tools/lldb &&
/usr/local/bin/python2.7
/scratch/tmp/emaste/llvm/tools/lldb/scripts/finishSwigWrapperClasses.py
--buildConfig= --srcRoot=/scratch/tmp/emaste/llvm/tools/lldb
--targetDir=/scratch/tmp/emaste/llvm/build/tools/lldb/scripts
--cfgBldDir=/scratch/tmp/emaste/llvm/build/tools/lldb/scripts
--prefix=/scratch/tmp/emaste/llvm/build --cmakeBuildConfiguration=. -m
Program error: Invalid parameters entered, -h for help.
You entered:
['--buildConfig=', '--srcRoot=/scratch/tmp/emaste/llvm/tools/lldb',
'--targetDir=/scratch/tmp/emaste/llvm/build/tools/lldb/scripts',
'--cfgBldDir=/scratch/tmp/emaste/llvm/build/tools/lldb/scripts',
'--prefix=/scratch/tmp/emaste/llvm/build', '--cmakeBuildConfiguration=.', '-m']
(-1)
ninja: build stopped: subcommand failed.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150422/1b2860d6/attachment.html>
More information about the lldb-dev
mailing list