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

Bug 835865

Summary: sys-devel/clang-14.0.0 creates a libclang.so.13 symlink
Product: Gentoo Linux Reporter: Mike Lothian <mike>
Component: Current packagesAssignee: LLVM support project <llvm>
Status: RESOLVED WORKSFORME    
Severity: normal CC: holger, jstein, mgorny
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mike Lothian 2022-03-23 20:49:42 UTC
I'm not sure if this is an upstream bug or not

sys-devel/clang-14.0.0 (/usr/lib/llvm/14/lib/libclang.so.13 -> libclang.so.14.0.0)
sys-devel/clang-14.0.0 (/usr/lib/llvm/14/lib64/libclang.so.13 -> libclang.so.14.0.0)

Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-03-23 21:44:10 UTC
I think it's not a bug.  The comment says:

# The SOVERSION should be updated only if a change is made to the libclang
# ABI, and when it is updated, it should be updated to the current
# LLVM_VERSION_MAJOR.
# Please also see clang/tools/libclang/libclang.map
set(CLANG_SONAME 13)


So apparently they just haven't changed the ABI.
Comment 2 Ionen Wolkens gentoo-dev 2022-04-13 18:19:22 UTC
*** Bug 838217 has been marked as a duplicate of this bug. ***