Broken symlinks in python-lldb

Bug #1674926 reported by Zwinkau
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
llvm-toolchain-3.8 (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

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

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in llvm-toolchain-3.8 (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.