New comment by Piraty on void-packages repository https://github.com/void-linux/void-packages/pull/33265#issuecomment-951301391 Comment: dependant packages build fine: ```shell for p in $(grep -rl uthash srcpkgs | cut -d/ -f2) ; do ./xbps-src pkg $p ; done ```