Skip to main content
Topic: Zig package 0.13.0-1 errors (Read 98 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

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
Code: [Select]
zig version
produces the following error:

Code: [Select]
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

Code: [Select]
pacman -Qi llvm-libs
Name            : llvm-libs
Version         : 19.1.7-1

Code: [Select]
 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

Re: Zig package 0.13.0-1 errors

Reply #1
The dependencies in the PKGBUILD are pinned to 18x