> On Mar 19, 2016, at 3:46 PM, Carmel <[email protected]> wrote: > > On Sat, 19 Mar 2016 22:05:41 +0100, Dimitry Andric stated: > >> Probably, though the rest of the internet is reachable just fine. But >> that doesn't help me understand what the bug is. Can you please >> explain? > > It appears to be a problem with versions of LLVM greater than "3.6.2". > Freshclam crashes with this message: > > Received signal: wake up > ClamAV update process started at Sat Mar 19 17:24:14 2016 > main.cvd is up to date (version: 57, sigs: 4218790, f-level: 60, builder: > amishhammer) > daily.cld is up to date (version: 21467, sigs: 83892, f-level: 63, builder: > amishhammer) > safebrowsing.cvd is up to date (version: 44501, sigs: 1935466, f-level: 63, > builder: google) > Downloading bytecode.cvd [100%] > ERROR: Database load killed by signal 11 > ERROR: Failed to load new database > > I am running FreeBSD 11 /amd64. I am not sure what version of LLVM I > have installed. > > -- > Carmel > _______________________________________________ > [email protected] mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "[email protected]” >
Do you have LLVM Enable JIT Bytecode compiler (bundled LLVM) enabled when you do build clamav ? If so try building without that. If I try to build with that enabled on amd64 current, the tests fail, without that enabled everything works fine Manfred _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
