missing symlink for liblldb-3.8-div

Bug #1621735 reported by Вячеслав Бажинов
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
llvm-toolchain-3.8 (Debian)
Fix Released
Unknown
llvm-toolchain-3.8 (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

I'm trying to link to `lldb` after installing `liblldb-3.8-dev` but fail to do so.
I guess problem is in missing symlink:
$ llvm-config --libdir
/usr/lib/llvm-3.8/lib

$ ll /usr/lib/llvm-3.8/lib | grep lldb | grep .so
lrwxrwxrwx 1 root root 14 июл 12 16:40 liblldb-3.8.0.so -> liblldb-3.8.so
lrwxrwxrwx 1 root root 16 июл 12 16:40 liblldb-3.8.so -> liblldb-3.8.so.1
lrwxrwxrwx 1 root root 14 июл 12 16:40 liblldb.so -> liblldb-3.8.so
lrwxrwxrwx 1 root root 39 июл 12 16:40 liblldb.so.1 -> ../../x86_64-linux-gnu/liblldb-3.8.so.1

As you can see, `liblldb-3.8.so` is pointing at `liblldb-3.8.so.1`, but that file is missing. If I just copy `liblldb.so.1` to `liblldb-3.8.so.1`, everything works.

$ lsb_release -rd
Description: Ubuntu 16.04.1 LTS
Release: 16.04

apt-cache policy liblldb-3.8.dev
liblldb-3.8-dev:
  Installed: 1:3.8-2ubuntu4
  Candidate: 1:3.8-2ubuntu4
  Version table:
 *** 1:3.8-2ubuntu4 500
        500 http://ru.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     1:3.8-2ubuntu1 500
        500 http://ru.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

Revision history for this message
Graham Inggs (ginggs) wrote :

Would you please attach a test case?

Graham Inggs (ginggs)
Changed in llvm-toolchain-3.8 (Ubuntu):
status: New → Confirmed
Changed in llvm-toolchain-3.8 (Debian):
status: Unknown → New
Changed in llvm-toolchain-3.8 (Debian):
status: New → Fix Released
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.