Created attachment 972750 [details] Patch Description of problem: %{python2_sitearch}/lldb/_lldb.so is a broken symlink to ../../../liblldb.so, which results in $ python >>> import lldb Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.7/site-packages/lldb/__init__.py", line 52, in <module> _lldb = swig_import_helper() File "/usr/lib64/python2.7/site-packages/lldb/__init__.py", line 44, in swig_import_helper import _lldb ImportError: No module named _lldb Version-Release number of selected component (if applicable): lldb-3.5.0-5.fc22.x86_64 lldb-3.5.0-5.fc21.x86_64 How reproducible: Always Steps to Reproduce: 1. $ python 2. import lldb Additional info: Attached patch fixes this
Thanks for the patch. I will submit the update soon. I have some other fix for LLDB so I will include this as well.
Thanks! Could you also look at the patch in bug #1104192? It fixes, for LLVM-3.4.x (F20), this issue plus the fact that the python lldb modules actually don't even get installed.
I will take a look at it. But I can't promise anything. I found some time to fix the F21 package, because the other bug (broken expression parser) makes lldb unusable for me.
llvm-3.5.0-6.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/llvm-3.5.0-6.fc21
llvm-3.5.0-6.fc21 works
Package llvm-3.5.0-6.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing llvm-3.5.0-6.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-17633/llvm-3.5.0-6.fc21 then log in and leave karma (feedback).
llvm-3.5.0-6.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.
*** Bug 1181622 has been marked as a duplicate of this bug. ***