[LLVMdev] LNT ClamAV - Sorting output

David Blaikie dblaikie at gmail.com
Mon Apr 15 01:01:04 PDT 2013


On Wed, Apr 3, 2013 at 12:12 AM, Török Edwin <edwin+ml-debian at etorok.net> wrote:
> On 04/03/2013 01:20 AM, Renato Golin wrote:
>> Hi Torok,
>>
>> I've used a hard-coded list on the input parameter and still got some output (slightly) scrambled between two different bots...
>>
>> I though the dbdir could be the culprit, but it has only one file. Attached is the output of both.
>>
>
> The version of ClamAV in the LLVM test-suite is quite old,

In the interests of having relevant metrics - should we update to a
more recent version?

> and it first unpacks the database file, and then loads each one (newer versions
> would load the database directly, without unpacking to a tmpdir):
>
> Loading databases from %s
> in cli_cvdload()
> MD5(.tar.gz) = %s
> in cli_untgz()
> cli_untgz: Unpacking %s
> cli_untgz: Unpacking %s
>
> As a quick workaround you could remove the daily.cvd from the dbdir and put just a file called: "empty.pdb".
> You wouldn't be testing ClamAV's digital signature checking code then, but everything else should still work.
>
> --Edwin
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list