<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-9 doesn't work after installation"
href="https://bugs.llvm.org/show_bug.cgi?id=44240">44240</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>lldb-9 doesn't work after installation
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</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>maxime.roussinbelanger@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>jdevlieghere@apple.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>Environment:
$ uname -a
Linux mbedesk 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11)
x86_64 GNU/Linux
$ python --version
Python 2.7.16
Installed from apt.llvm.org
$ apt-cache show lldb-9
Package: lldb-9
Source: llvm-toolchain-9
Version: 1:9~+20191125110536+62a16ca77d6-1~exp1~20191125221139.91
Architecture: amd64
Maintainer: LLVM Packaging Team <<a href="mailto:pkg-llvm-team@lists.alioth.debian.org">pkg-llvm-team@lists.alioth.debian.org</a>>
Installed-Size: 28064
Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614-0), libgcc1 (>= 1:3.0),
liblldb-9 (>= 1:9~svn298832-1~), libllvm9 (=
1:9~+20191125110536+62a16ca77d6-1~exp1~20191125221139.91), libncurses6 (>= 6),
libstdc++6 (>= 7), libtinfo6 (>= 6), llvm-9-dev, python-lldb-9
Homepage: <a href="https://www.llvm.org/">https://www.llvm.org/</a>
Priority: optional
Section: devel
Filename:
pool/main/l/llvm-toolchain-9/lldb-9_9~+20191125110536+62a16ca77d6-1~exp1~20191125221139.91_amd64.deb
Size: 7231112
SHA256: 9f4a03baa60d3635e6a02f16631d0caef33e35f933654eb03ac9f15cad97db5f
SHA1: f7c133ea8d9c4f7244e2822720d4636f8b0c3380
MD5sum: 36292919a2698a61e2a9b1954ce5def4
Description: Next generation, high-performance debugger
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger
LLVM
Project, such as the Clang expression parser and LLVM disassembler.
Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f
$ lldb-9
(lldb) script
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'lldb'
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_python_interpreter' is not defined
(lldb) script print(123)
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'run_one_line' is not defined
error: python failed attempting to evaluate 'print(123)'</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>