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.
I think we discussed it on another bug (sorry, I don't recall the number) and IIRC its ABI didn't change.
(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!
*** This bug has been marked as a duplicate of bug 835865 ***