New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/30703#issuecomment-841758134 Comment: I think the unversioned shlib thing is a non-issue because, as you said, the loads seem to refer to symlinks in `/usr/lib/julia` that the package itself creates. You forgot to remove `broken` for `i686`, but I did that for you. Finally, the `skip I removed the `broken` line for `i686`; you forgot that in the template. Finally, the `skiprdeps` does not appear to be necessary. The libraries you were ignoring used the custom `libLLVM11-jl.so` soname, which will not be confused with `llvm11`. I dropped the line before merging.