<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 - python _lldb.so is a broken symlink on regular Linux distro packages"
   href="https://bugs.llvm.org/show_bug.cgi?id=44056">44056</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>python _lldb.so is a broken symlink on regular Linux distro packages
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>9.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>thiago@kde.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>jdevlieghere@apple.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Ref: <a href="https://github.com/clearlinux/distribution/issues/1502">https://github.com/clearlinux/distribution/issues/1502</a>

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:
<a href="https://src.fedoraproject.org/rpms/lldb/blob/master/f/lldb.spec#_94">https://src.fedoraproject.org/rpms/lldb/blob/master/f/lldb.spec#_94</a>
OpenSUSE workaround:
<a href="https://build.opensuse.org/package/view_file/openSUSE:Factory/llvm9/llvm9.spec?expand=1">https://build.opensuse.org/package/view_file/openSUSE:Factory/llvm9/llvm9.spec?expand=1</a>
line 896
Clear Linux workaround:
<a href="https://github.com/clearlinux-pkgs/lldb/blob/9.0.0-3/install_append">https://github.com/clearlinux-pkgs/lldb/blob/9.0.0-3/install_append</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>