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@cs.uiuc.edu Reporter: eugene.zele...@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.
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev