Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 838217 - sys-devel/clang-14.0.0-r1 installs libclang.so.* with questionable version numbers
Summary: sys-devel/clang-14.0.0-r1 installs libclang.so.* with questionable version nu...
Status: RESOLVED DUPLICATE of bug 835865
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-13 15:16 UTC by Holger Hoffstätte
Modified: 2022-04-13 18:19 UTC (History)
1 user (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 Holger Hoffstätte 2022-04-13 15:16:48 UTC
I just noticed that installed libclang.so.* versions are slightly off:

$ll /usr/lib/llvm/14/lib64/libclang.so*
lrwxrwxrwx 1 root root  14 Mar 26 10:32 /usr/lib/llvm/14/lib64/libclang.so -> libclang.so.13*
lrwxrwxrwx 1 root root  18 Mar 26 10:32 /usr/lib/llvm/14/lib64/libclang.so.13 -> libclang.so.14.0.0*
-rwxr-xr-x 1 root root 31M Mar 26 10:32 /usr/lib/llvm/14/lib64/libclang.so.14.0.0*

Everything works fine since we ultimately end up loading the right lib version (14.0.0) but nevertheless this seems confused and might indicate a deeper problem.


Reproducible: Always

Steps to Reproduce:
1. emerge clang-14.0.0-r1
2.
3.
Actual Results:  
See description.

Expected Results:  
Consistent version numbers.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-04-13 15:18:59 UTC
I think we discussed it on another bug (sorry, I don't recall the number) and IIRC its ABI didn't change.
Comment 2 Holger Hoffstätte 2022-04-13 15:45:56 UTC
(In reply to Sam James from comment #1)
> I think we discussed it on another bug (sorry, I don't recall the number)
> and IIRC its ABI didn't change.

Ah! That would make sense, kind of. If that is really the case feel free to close. Thanks!
Comment 3 Ionen Wolkens gentoo-dev 2022-04-13 18:19:22 UTC

*** This bug has been marked as a duplicate of bug 835865 ***