New comment by Hoshpak on void-packages repository https://github.com/void-linux/void-packages/pull/15332#issuecomment-541302955 Comment: The build system determines if it is running on a 64 bit host by checking uname. This does not take into account that one might use a 32 bit userland on a 64 bit host to compile the software. You can see this in the output of the script: ``` We're on a 64 bit host ``` This means, either work around/patch the build system or mark the package as broken on i686*.