New comment by Sertonix on void-packages repository https://github.com/void-linux/void-packages/pull/43951#issuecomment-1556301520 Comment: No problem if you don't know the termux build system. I saw this message and remembered the problems I had. > Last time I checked, tests fail for i686. I haven't checked 32-bit arm, but I would assume that they might fail as well. I am not that good with the void build system yet. I know that the default build target in the [Makefile](https://c9x.me/git/qbe.git/tree/Makefile#n31) defaults to arm64. This means that if the tests are run on an unsupported architecture it tries to execute arm64 binaries. When you define the `TARGET` enviromental variable to `arm64` [this](https://c9x.me/git/qbe.git/tree/tools/test.sh#n22) code should run the tests using qemu and then they could work.