Bug#1032423: lldb-15: Bug "No module named lldb.embedded_interpreter" reappeared again in lldb-15

2023-03-25 Thread Bernhard Übelacker
Dear Maintainer, it looks like the searched file ends up here in the current package: /usr/lib/llvm-15/lib/python3.11/dist-packages/lldb/embedded_interpreter.py But by inspecting the strace output it should probably be in this directory: /usr/lib/llvm-15/lib/python3/dist-packages/lldb For a

Bug#1032423: lldb-15: Bug "No module named lldb.embedded_interpreter" reappeared again in lldb-15

2023-03-10 Thread Askar Safin
I just tested this bug using packages from https://apt.llvm.org/ . I see that the bug reproduces with lldb-15, but doesn't reproduce with lldb-16. So let's just wait when lldb 16 enters debian, and the bug will be hopefully fixed -- Askar Safin

Bug#1032423: lldb-15: Bug "No module named lldb.embedded_interpreter" reappeared again in lldb-15

2023-03-06 Thread Askar Safin
Package: lldb-15 Version: 1:15.0.7-1 Severity: normal X-Debbugs-Cc: safinas...@gmail.com Here are steps to reproduce (in form of Dockerfile): FROM debian:sid ENV LC_ALL C.UTF-8 RUN apt-get update && apt-get install -y whiptail apt-utils RUN apt-get update && apt-get install -y clang-15 lldb-15