https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-antivirus/clamav-0.104.0-r1 fails tests. Discovered on: amd64 (internal ref: ci) NOTE: This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html If you think this is a GCC-11 related issue, please block bug 732706.
Created attachment 745446 [details] build.log build log and emerge --info
Possible context of error(s): make: *** No rule to make target 'quick-check'. Stop.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457fa7bdd57e4610c61450018858d3c0a6791e9d commit 457fa7bdd57e4610c61450018858d3c0a6791e9d Author: Sam James <sam@gentoo.org> AuthorDate: 2021-10-21 07:46:53 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-10-21 07:48:50 +0000 app-antivirus/clamav: fix running tests - Adapt to CMake (don't use 'emake ...' anymore): use the default cmake_src_test which does the job for us; - Pretend Valgrind isn't installed to avoid running expensive, somewhat flaky (within sandbox etc), and demanding tests (need certain config on the host to ensure Valgrind works properly); - Depend on pytest for tests too as per upstream. Used to generate some of the test files. Closes: https://bugs.gentoo.org/818673 Signed-off-by: Sam James <sam@gentoo.org> app-antivirus/clamav/clamav-0.104.0-r1.ebuild | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-)