Public bug reported:

Three symlinks are wrong in /usr/lib/llvm-3.8/lib/python2.7/site-
packages/lldb/

libLLVM-3.8.0.so.1, libLLVM-3.8.so.1, and _lldb.so

Symptom:

problem in lldb - <type 'exceptions.ImportError'>: No module named _lldb

Happens when you try to `import lldb`.
For example by running `pydoc lldb`.

Workaround:

Add more symlinks:

sudo ln -s ../../x86_64-linux-gnu/liblldb-3.8.so.1 
/usr/lib/llvm-3.8/lib/liblldb.so
sudo ln -s ../../x86_64-linux-gnu /usr/lib/llvm-3.8/lib/x86_64-linux-gnu

** Affects: llvm-toolchain-3.8 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1674926

Title:
  Broken symlinks in python-lldb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-3.8/+bug/1674926/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to