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

Bug 838217

Summary: sys-devel/clang-14.0.0-r1 installs libclang.so.* with questionable version numbers
Product: Gentoo Linux Reporter: Holger Hoffstätte <holger>
Component: Current packagesAssignee: LLVM support project <llvm>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ionen
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***