Comment 7 for bug 360122

Revision history for this message
Imre Gergely (cemc) wrote : Re: clamav 0.95(.1) build fails with fakeroot on Intrepid

TEST CASE:
Download clamav 0.95.1 source package from Jaunty, try building a package with pbuilder for Intrepid (which uses fakeroot 1.9.5). After compiling it moves on to do some stress testing of clamav, clamscan, clamd. At clamd it does all the tests, gives one error and hangs forever. Look for this output:

Running suite(s): clamd
98%: Checks: 77, Failures: 0, Errors: 1
check_clamd.c:205:E:clamd stress test:test_connections:0: (after this point) Test timeout expired

***
*** Failed clamd protocol test!
***

After this it just hangs and does not do anything. Look at the process list, there should be a clamd/clamdscan process, run a strace -p <pid>, it should be stuck at semop(...). The build process must be aborted with Ctrl+C.