[lldb-dev] [Bug 44056] New: python _lldb.so is a broken symlink on regular Linux distro packages

via lldb-dev lldb-dev at lists.llvm.org
Tue Nov 19 02:38:24 PST 2019


https://bugs.llvm.org/show_bug.cgi?id=44056

            Bug ID: 44056
           Summary: python _lldb.so is a broken symlink on regular Linux
                    distro packages
           Product: lldb
           Version: 9.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: thiago at kde.org
                CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org

Ref: https://github.com/clearlinux/distribution/issues/1502

The $PYTHONSITEDIR/lldb/_lldb.so file is a symlink to $LIBDIR/liblldb.so, but
the .so file is usually not included in regular packages, only development
ones. That makes the symlink broken.

Fedora workaround:
https://src.fedoraproject.org/rpms/lldb/blob/master/f/lldb.spec#_94
OpenSUSE workaround:
https://build.opensuse.org/package/view_file/openSUSE:Factory/llvm9/llvm9.spec?expand=1
line 896
Clear Linux workaround:
https://github.com/clearlinux-pkgs/lldb/blob/9.0.0-3/install_append

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20191119/d36da283/attachment.html>


More information about the lldb-dev mailing list