https://llvm.org/bugs/show_bug.cgi?id=23666
Bug ID: 23666
Summary: buildSwigWrapperClasses.py
Product: Build scripts
Version: trunk
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: cmake
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
CMake recursively goes into each directory in /scripts and looks for a way to
build the SWIG language associated with it.
[ 78%] Python script building LLDB Python wrapper
Program error: Executing '.svn' build script failed: Unable to locate the SWIG
script file 'buildSwig.svn.py' in
'/home/vagrant/progAnalysis/llvm-svn/tools/lldb/scripts/.svn'. Is it a script
directory? (-9)
I fixed this by adding ".svn" to the 'listDirs.remove()' like so:
283 # Skip the directory that contains the interface files.
284 listDirs.remove('interface')
285 listDirs.remove('.svn')
Should probably do this globally, but seems to be the only place this happens
from what I can tell. I'm currently on Revision: 238174 building from source.
Thanks,
-- q
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs