Bug ID 1012260
Summary Clang++-3.8 symlink is missing
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Development
Assignee bnc-team-screening@forge.provo.novell.com
Reporter alex.richardson@gmx.de
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

lrwxrwxrwx 1 root root    23 Oct 31 11:44 /usr/bin/clang ->
/etc/alternatives/clang
lrwxrwxrwx 1 root root    25 Oct 31 11:44 /usr/bin/clang++ ->
/etc/alternatives/clang++
lrwxrwxrwx 1 root root    11 Oct 31 11:45 /usr/bin/clang-3.8 -> clang-3.8.1
-rwxr-xr-x 1 root root 99176 Oct 31 11:44 /usr/bin/clang-3.8.1
lrwxrwxrwx 1 root root    11 Oct 31 11:45 /usr/bin/clang++-3.8.1 -> clang-3.8.1


There should also be a symlink /usr/bin/clang++-3.8 -> /usr/bin/clang++-3.8.1
I am building some software that expects clang++-$MAJOR.$MINOR to exist and it
would be nice if I didn't have to create that link myself.


You are receiving this mail because: