<div>Package: llvm-9-dev<br></div><div>Version: 9.0.1-8<br></div><div><br></div><div>llvm or clang could be causing this issue but I have no idea which
one. This issue occurs in the Debian Sid Docker. When linking the zig
binary, a bunch of undefined references errors show up. I have been told
 by the maintainer that its an issue with Debian.<br></div><div><br></div><div>>
 anyway that error looks like the debian llvm package was built to
depend on Z3 support (which zig does not need), but then didn't
correctly report -lz3 with llvm-config --system-libs. so your options
are:<br></div><div>* build llvm/clang from source<br></div><div>* get debian/llvm to fix their bug<br></div><div>* use apt.llvm.org instead of the debian package<br></div><div>* use a binary from <a href="http://ziglang.org/download" target="_blank" rel="noreferrer nofollow noopener">ziglang.org/download</a><br></div><div>* maintain fork of zig that works around the issue<br></div><div><br></div><div>I'm
 not quite sure what the maintainer said from this quote but it sounds
like this should be fixed as it could fix some packages that might
currently be broken. I'm using the llvm and clang v9 stuff. I hope this
issue is fixed soon, if anyone needs the specific errors you can find it
 on the build log from <a href="https://github.com/ExpidusOS/docker-zig/runs/454581154" target="_blank" rel="noreferrer nofollow noopener">https://github.com/ExpidusOS/docker-zig/runs/454581154</a>.<br></div>