Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 835865 - sys-devel/clang-14.0.0 creates a libclang.so.13 symlink
Summary: sys-devel/clang-14.0.0 creates a libclang.so.13 symlink
Status: RESOLVED WORKSFORME
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:
: 838217 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-03-23 20:49 UTC by Mike Lothian
Modified: 2022-04-13 18:19 UTC (History)
3 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 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. ***