http://llvm.org/bugs/show_bug.cgi?id=18124
Bug ID: 18124
Summary: 'make install' fails to install python scripts
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Repro:
On Ubuntu 12.04 x86_64 using gcc 4.8.2, do the following steps:
# sync llvm/clang/lldb into the llvm directory
mkdir build
cd build
../llvm/configure --enable-cxx11 --prefix=`pwd`/../install
make
make install
cd ..
At this point, you should be able to execute the following and find a bunch of
python:
find `install/bin/lldb -P`
Instead, none of the LLDB python scripts are installed.
This can also be verified with:
install/bin/lldb
(lldb) script 3 + 2
# errors ensue
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev