New comment by TinfoilSubmarine on void-packages repository https://github.com/void-linux/void-packages/pull/33586#issuecomment-945768541 Comment: Doing a quick diff of a (successful) run on my machine with the logs from the CI run, I saw that it was trying to run `make -C libharvid` and `make -C src` at the same time, while locally it ran `make -C libharvid` fully and then ran `make -C src`. I wonder if the template needs `disable_parallel_build=yes`... Also, I saw that in do_build, it looks for `which` and `git` several times. When I added those to hostmakedepends to test, it looked for `xxd` as well.