[LLVMbugs] [Bug 20743] New: lldb python SWIG build scripts/CMakeLists.txt references missing lldb_python_module.cmake

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Aug 25 09:10:24 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=20743

            Bug ID: 20743
           Summary: lldb python SWIG build scripts/CMakeLists.txt
                    references missing lldb_python_module.cmake
           Product: Build scripts
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
          Assignee: unassignedbugs at nondot.org
          Reporter: qneill at codeaurora.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Chandler removed the scripts/lldb_python_module.cmake file and the reference to
it in scripts/CMakeLists.txt here:

aac8e5d 2014-06-16 [cmake] Switch python install to use an \
     'install(DIRECTORY...)' cmake command instead of a script.

Then Deepak added the reference back without the file here:

4ede499 2014-07-01 This creates a valid Python API for Windows, \
     pending some issues. The changes included are -

This causes the following on an MS build:

         CMake Error at scripts/cmake_install.cmake:31 (INCLUDE):
           include could not find load file:

            
C:/bots/slave-name/builder-name/build/llvm/tools/lldb/scripts/lldb_python_module.cmake
         Call Stack (most recent call first):
           cmake_install.cmake:37 (INCLUDE)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140825/ec58c714/attachment.html>


More information about the llvm-bugs mailing list