* ERROR: dev-perl/File-Scan-ClamAV-1.950.0::gentoo failed (configure phase): * Unable to build! * ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_systemd-20201220-103336 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10.2.0 * clang version 11.0.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/11/bin /usr/lib/llvm/11 11.0.0 Available Python interpreters, in order of preference: [1] python3.9 [2] python3.8 (fallback) [3] python3.7 (fallback) [4] python2.7 (fallback) Available Ruby profiles: [1] ruby25 (with Rubygems) [2] ruby26 (with Rubygems) [3] ruby27 (with Rubygems) * Available Rust versions: [1] rust-1.48.0 * The following VMs are available for generation-2: *) AdoptOpenJDK 8.272_p10 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 system-vm The Glorious Glasgow Haskell Compilation System, version 8.8.4 timestamp(s) of HEAD at this tinderbox image: /var/db/repos/gentoo Sun Dec 27 06:35:16 AM UTC 2020 emerge -qpvO dev-perl/File-Scan-ClamAV [ebuild N ] dev-perl/File-Scan-ClamAV-1.950.0
Created attachment 679799 [details] emerge-info.txt
Created attachment 679802 [details] dev-perl:File-Scan-ClamAV-1.950.0:20201227-075753.log
Created attachment 679805 [details] emerge-history.txt
Created attachment 679808 [details] environment
Created attachment 679811 [details] etc.portage.tbz2
Created attachment 679814 [details] temp.tbz2
Just had a look at this .. could it be that clamav is not installed (correctly) in the chroot / tinderbox ? it installs fine here. setting to NEEDINFO
(In reply to Thomas Raschbacher from comment #7) > Just had a look at this .. could it be that clamav is not installed > (correctly) in the chroot / tinderbox ? > > it installs fine here. > > setting to NEEDINFO It fails at recent image (17.1_no-multilib_hardened-20210307-142948) too - will attach files soon.
appeared recently at the tinderbox image 17.1_no-multilib_hardened-20210307-142948
Created attachment 691062 [details] emerge-info.txt
Created attachment 691065 [details] dev-perl:File-Scan-ClamAV-1.950.0:20210312-224117.log
Created attachment 691068 [details] emerge-history.txt
Created attachment 691071 [details] environment
Created attachment 691074 [details] etc.portage.tar.bz2
Created attachment 691077 [details] temp.tar.bz2
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9b22423b16e3c7a763a8eb7009a9f8696ef85d commit ee9b22423b16e3c7a763a8eb7009a9f8696ef85d Author: Thomas Raschbacher <lordvan@gentoo.org> AuthorDate: 2021-04-07 19:16:14 +0000 Commit: Thomas Raschbacher <lordvan@gentoo.org> CommitDate: 2021-04-07 19:16:14 +0000 dev-perl/File-Scan-ClamAV: move clamav to DEPEND as Makefile.PL looks for it Bug: https://bugs.gentoo.org/761900 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org> dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Ok this was actually simply an oversight .. it seems Makefile.PL looks for clamav binary before compiling. moved app-antivirus/clamav from RDEPEND to DEPEND so that clamav is definitely installed. I am pretty sure this solves the problem, but please let me know if it still persists.
(In reply to Thomas Raschbacher from comment #17) > I am pretty sure this solves the problem, but please let me know if it still > persists. filed 795948