You are not logged in.
Since a few days I have the following problem with clamav.
All programs belonging to the clamav package as e.g. clamd, freshclam or clamscan fail with the same error message:
llvm/lib/System/ThreadLocal.cpp:54: virtual llvm::sys::ThreadLocalImpl::~ThreadLocalImpl(): Assertion `errorcode == 0' failed.
For example freshclam:
$ sudo freshclam
ClamAV update process started at Fri May 26 23:17:16 2017
Downloading main.cvd [100%]
ERROR: During database load : freshclam: llvm/lib/System/ThreadLocal.cpp:54: virtual llvm::sys::ThreadLocalImpl::~ThreadLocalImpl(): Assertion `errorcode == 0' failed.
ERROR: Database load killed by signal 6
ERROR: Failed to load new database
freshclam: llvm/lib/System/ThreadLocal.cpp:54: virtual llvm::sys::ThreadLocalImpl::~ThreadLocalImpl(): Assertion `errorcode == 0' failed.
Abgebrochen
Unfortunately I don't have any idea what might cause this problem, so any hint or help is appreciated.
Please let me know if you need any additional information.
CHL
Last edited by chl (2017-05-27 07:44:16)
Offline
Looks like it may have to do with the version of llvm installed.
post output of "pacman Qs llvm" please .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
When I just updated my system a new version of clamav (0.99.2-7) was installed, which solved the problem.
@Lone_Wolf:
You were probabely right. In the actual version of clamav's PKGBUILD '--disable-llvm' was added to the build section.
CHL
Offline