<html>
<head>
<base href="https://bugs.llvm.org/">
</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 - LLDB installation issue"
href="https://bugs.llvm.org/show_bug.cgi?id=38360">38360</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>LLDB installation issue
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>6.0
</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>enhancement
</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@lists.llvm.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>xuyc@sina.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>1. the test env is:
bash-4.2$ uname -a
Linux alex 4.17.2-1.el7.elrepo.x86_64 #1 SMP Sat Jun 16 11:18:11 EDT
2018 x86_64 x86_64 x86_64 GNU/Linux
bash-4.2$ python --version
Python 2.7.5
bash-4.2$
2. purpose:
install the lldb 6.0.1 from the source code
3. the problem found
a. during the installation, it reported:
CMake Error at scripts/cmake_install.cmake:41 (file):
file INSTALL cannot find "/home/alex/Downloads/lldb/lib/python2.7".
b. after the installation completed:
(lldb) script
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named lldb.embedded_interpreter
4.both can be fixed by moving the python files, but it seem that there is some
wrong.
5. the deatil of installation & my workaround was recorded in my blog:
<a href="https://zhuanlan.zhihu.com/p/40793869">https://zhuanlan.zhihu.com/p/40793869</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>