Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 652104

Summary: sys-devel/clang-9999 has missing symlink clang -> clang-7.0
Product: Gentoo Linux Reporter: Mike Lothian <mike>
Component: Current packagesAssignee: LLVM support project <llvm>
Status: RESOLVED OBSOLETE    
Severity: normal CC: jstein, mgorny
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.