libclang-3.4-dev contains broken link to missing libclang.so
Bug #1255664 reported by
Andreas Pokorny
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
llvm-toolchain-snapshot (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
# lsb_release -rd
Description: Ubuntu Trusty Tahr (development branch)
Release: 14.04
Installed all relevant clang 3.4 packages including libclang-3.4-dev and libclang1-3.4.
Expected a libclang.so with version suffix in /usr/lib/
But there is only a 3.3 labled in /usr/lib:
# file /usr/lib/
/usr/lib/
and another broken link in the llvm-3.4 subdir:
# file /usr/lib/
/usr/lib/
To post a comment you must log in.
The missing libclang.so also causes some programs depending on clang library not functioning well. An example is Vim's `clang_complete` plugin. It searches for libclang.so but not libclang.so.1. Also, if you write a simple C program and compile it with
$ gcc -lclang foo.c
It also doesn't work.