Zig package 0.13.0-1 errors
Hi, apologies if this isn't the correct place to post. I'm unable to open issues on the gitea issue tracker for this package.
The zig 0.13.0-1 package appears to be broken. After install, running zig version
produces the following error:
zig: error while loading shared libraries: libclang-cpp.so.18.1: cannot open shared object file: No such file or directory
This post suggests the issue is incompatible clang/llvm dependencies. The version of zig in the package is 0.13.0-1, which is the latest release and the README specifies clang/llvm @ 19.x.
Both clang and llvm-libs are at 19.1.7-1
pacman -Qi llvm-libs
Name : llvm-libs
Version : 19.1.7-1
pacman -Qi clang
Name : clang
Version : 19.1.7-1
Has anyone successfully installed this version of the package? Would you mind sharing your dependency versions?
cc @nikolar