Bug#821022: python-lldb-3.8: Broken symlinks _lldb.so and libLLVM-3.8.0.so.1

Sylvestre Ledru sylvestre at debian.org
Sun Apr 24 14:40:39 UTC 2016


Hello,
Le 24/04/2016 à 10:08, Graham Inggs a écrit :
> Confirming.  Python-lldb-3.8 has missing dependencies and some broken symlinks.
>
> After installing python-lldb-3.8, I needed to take the steps below (as
> root) before I could 'import lldb' successfully.
>
> apt-get install lldb-3.8 liblldb-3.8 liblldb-3.8-dev
>
> cd /usr/lib/llvm-3.8/lib/python2.7/site-packages/lldb
> rm libLLVM-3.8.0.so.1
> ln -s ../../../../../x86_64-linux-gnu/libLLVM-3.8.0.so.1 libLLVM-3.8.0.so.1
> rm libLLVM-3.8.so.1
> ln -s ../../../../../x86_64-linux-gnu/libLLVM-3.8.0.so.1 libLLVM-3.8.so.1
> rm _lldb.so
> ln -s ../../../../../x86_64-linux-gnu/liblldb-3.8.so _lldb.so
>
> _______________________________________________
> Pkg-llvm-team mailing list
> Pkg-llvm-team at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-llvm-team

yes, this is fine. A patch would be appreciated as I don't have the
bandwidth for the next two weeks.

Sylvestre



More information about the Pkg-llvm-team mailing list