New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/41027#issuecomment-1349605246 Comment: ``` %: git submodule update --init --recursive git: 'submodule' is not a git command. See 'git --help'. ``` It seems like it's trying to use git from chroot-git which doesn't have the submodule subcommand, so I think adding git to checkdepends would help. The checks pass locally for me in both master and this branch. Can you reproduce this issue locally?