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: [email protected]
Reporter: [email protected]
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
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev