[lldb-dev] [Bug 18124] New: 'make install' fails to install python scripts

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Dec 3 08:24:03 PST 2013


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: lldb-dev at cs.uiuc.edu
          Reporter: tfiala at google.com
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20131203/1bb57643/attachment.html>


More information about the lldb-dev mailing list