New comment by clyhtsuriva on void-packages repository https://github.com/void-linux/void-packages/pull/35227#issuecomment-1021102225 Comment: It seems that the patch coming with chroot-git has to be deleted (or modified?) as well. It's the culprit making the checks fail. ``` => chroot-git-2.35.0_1: patching: 0001-Makefile-fix-parallel-build-race.patch. 1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej => ERROR: chroot-git-2.35.0_1: do-patch_00-patches: 'patch -s ${_args} -i ${_patch} 2> /dev/null' exited with 1 => ERROR: in _process_patch() at common/hooks/do-patch/00-patches.sh:34 => ERROR: in hook() at common/hooks/do-patch/00-patches.sh:51 => ERROR: in run_func() at common/xbps-src/shutils/common.sh:21 => ERROR: in run_pkg_hooks() at common/xbps-src/shutils/common.sh:245 => ERROR: in run_step() at common/xbps-src/shutils/common.sh:71 => ERROR: in main() at common/xbps-src/libexec/xbps-src-dopatch.sh:33 Error: Process completed with exit code 1. ```