New review comment by mhmdanas on void-packages repository https://github.com/void-linux/void-packages/pull/40965#discussion_r1051402851 Comment: `which` still seems to be required, as the build fails with this error without it: ``` config.status: error: in `/builddir/apparmor-3.1.2/libraries/libapparmor': config.status: error: Something went wrong bootstrapping makefile fragments for automatic dependency tracking. If GNU make was not used, consider re-running the configure script with MAKE="gmake" (or whatever is necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking). See `config.log' for more details ``` Opening `masterdir/builddir/apparmor-3.1.2/libraries/libapparmor/config.log` and searching for `which` then brings me to this: ``` config.status:1302: cd src && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: which: No such file or directory ../../../common//Make.rules:40: *** awk utility required for build but not available. Stop. config.status:1307: $? = 2 config.status:1302: cd testsuite && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: which: No such file or directory ../../../common/Make.rules:40: *** awk utility required for build but not available. Stop. config.status:1307: $? = 2 config.status:1311: error: in `/builddir/apparmor-3.1.2/libraries/libapparmor': config.status:1313: error: Something went wrong bootstrapping makefile fragments for automatic dependency tracking. If GNU make was not used, consider re-running the configure script with MAKE="gmake" (or whatever is necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking). See `config.log' for more details ```