There is an updated pull request by omar-polo against master on the void-packages repository https://github.com/omar-polo/void-packages got/0.83 https://github.com/void-linux/void-packages/pull/42089 got: update to 0.83 #### 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. A patch file from https://github.com/void-linux/void-packages/pull/42089.patch is attached