>>> Starting src_test Makefile found, looking for potential test targets echo "Checking sources for comment problems..." scripts/check_comments origin/*.[ch] echo "Checking sources for > 80 problems..." scripts/check_80 origin/*.[ch] Found check target make -j3 -j1 check Checking sources for comment problems... /bin/sh: scripts/check_comments: No such file or directory make: *** [check] Error 127 !!! ERROR in net-wireless/iwlwifi-1.0.0_p1: !!! In src_test at line 29 !!! make check failed !!! Call stack: !!! * src_test (/usr/libexec/paludis/src_test.bash:29) !!! * ebuild_f_test (/usr/libexec/paludis/src_test.bash:71) !!! * ebuild_main (/usr/libexec/paludis/ebuild.bash:363) !!! * main (/usr/libexec/paludis/ebuild.bash:381)
iwlwifi-1.1.21 also has the issue.
Created attachment 135049 [details, diff] iwlwifi-1.1.21.ebuild.patch Added RESTRICT="test", CONFIG_CHECK="FW_LOADER" and dodoc
Fixed in 1.2.22. Thanks for the report.