<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW " title="NEW --- - Problem with lib64/python2.7 installation" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D23785&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=DDUMf06MYELAe1Nlv7KChiwJLLHbYha4jtK_AOiWqwQ&m=WRFOMXB4iccuN66MSIdsOdAr2VLyTM1yJQNczSV0lSE&s=Kkp4K_wEhF_KBTT4zYiOW8VCRVyOM3vH9noGN1j-C0M&e=">23785</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Problem with lib64/python2.7 installation
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>3.6
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Reporter</th>
<td>eugene.zelenko@gmail.com
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>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 <a class="bz_bug_link
bz_status_NEW " title="NEW --- - Problem with linking lldb-gdbserver on RHEL 6" href="show_bug.cgi?id=23774">bug 23774</a>.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>