Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 652104 - sys-devel/clang-9999 has missing symlink clang -> clang-7.0
Summary: sys-devel/clang-9999 has missing symlink clang -> clang-7.0
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-31 21:18 UTC by Mike Lothian
Modified: 2018-12-30 10:18 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Lothian 2018-03-31 21:18:12 UTC
It currently has a symlink clang -> clang-7

The rest of the symlinks in /usr/lib/llvm/7/bin/ point to clang-7.0 which doesn't currently exist

Creating /usr/lib/llvm/7/bin/clang -> clang-7.0 allows sys-libs/compiler-rt-sanitizers-9999 and sys-libs/compiler-rt-9999 to compile again

The clang ebuild has the following QA errors:

 * QA Notice: Symbolic link /usr/lib/llvm/7/bin/clang++-7.0 points to /usr/lib/llvm/7/bin/clang-7.0 which does not exist.
 * QA Notice: Symbolic link /usr/lib/llvm/7/bin/clang-cl-7.0 points to /usr/lib/llvm/7/bin/clang-7.0 which does not exist.
 * QA Notice: Symbolic link /usr/lib/llvm/7/bin/clang-cpp-7.0 points to 
/usr/lib/llvm/7/bin/clang-7.0 which does not exist.
 * QA Notice: Symbolic link /usr/lib/llvm/7/bin/i686-pc-linux-gnu-clang-7.0 points to /usr/lib/llvm/7/bin/clang-7.0 which does not exist.
 * QA Notice: Symbolic link /usr/lib/llvm/7/bin/x86_64-pc-linux-gnu-clang-7.0 points to /usr/lib/llvm/7/bin/clang-7.0 which does not exist.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-12-30 10:18:59 UTC
I'm pretty sure this is fixed for some time now.