There's a closed pull request on the void-packages repository got: update to 0.83 https://github.com/void-linux/void-packages/pull/42089 Description: #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, (amd64-musl) I had to disable cross-compiling. since 0.79 there's a subproject `template` that is needed to generate some sources during build time. it needs to be compiled and executed on the host. However, as a byproduct of the build of `template`, some object files are left in places where they're then picked up by the regular build which thus fails at linking. Will try to have it fixed for the next release.