There's a merged pull request on the void-packages repository rclone: fix musl cross builds. https://github.com/void-linux/void-packages/pull/26640 Description: For some reason, the cross built binaries have a TEXTREL in their dynamic section, which musl's runtime linker doesn't support at all, causing a segfault at launch. Fix this by disabling CGO_ENABLED for now. Fixes #26638