[lldb-dev] [Bug 23785] New: Problem with lib64/python2.7 installation

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jun 8 13:07:30 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=23785

            Bug ID: 23785
           Summary: Problem with lib64/python2.7 installation
           Product: lldb
           Version: 3.6
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: eugene.zelenko at gmail.com
    Classification: Unclassified

I encountered next error when installing LLDB:

CMake Error at scripts/cmake_install.cmake:36 (FILE):
  file INSTALL cannot find
  "/grid/cic/nsd-farm2/data/zelenko/LLVM/lldb.build/lib64/python2.7".
Call Stack (most recent call first):
  cmake_install.cmake:42 (INCLUDE)

As workaround I commented next lines in scripts/cmake_install.cmake in build
directory:

IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL
"Unspecified")
  FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE DIRECTORY FILES
"/grid/cic/nsd-farm2/data/zelenko/LLVM/lldb.build/lib64/python2.7")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL
"Unspecified")

I seems that this directory is mentioned only in docs/CMakeLists.txt.

My CMake parameters are available in bug 23774.

-- 
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/20150608/679f5f22/attachment.html>


More information about the lldb-dev mailing list