Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 818673 - app-antivirus/clamav-0.104.0-r1 fails tests
Summary: app-antivirus/clamav-0.104.0-r1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Antivirus Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2021-10-17 11:53 UTC by Agostino Sarubbo
Modified: 2021-10-21 08:04 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,741.09 KB, text/plain)
2021-10-17 11:53 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-10-17 11:53:53 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2021-10-17 11:53:56 UTC
Created attachment 745446 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-10-17 11:53:57 UTC
Possible context of error(s):

make: *** No rule to make target 'quick-check'.  Stop.
Comment 3 Larry the Git Cow gentoo-dev 2021-10-21 07:48:57 UTC
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(-)