Mailing List Archive

New Contributor - Loïc Maury
Hello,

I would contribute to ClamAv project, I am C/C++ developer.

Do you have any tasks for new contributors ?

Thank you

Loïc Maury
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net
Re: New Contributor - Loïc Maury [ In reply to ]
Loic,

Most of the Clam team are enjoying the holidays. We'll be in touch after
the new year.

Matt


On Fri, Dec 28, 2012 at 7:15 AM, Loïc Maury <lmaury@gmail.com> wrote:

> Hello,
>
> I would contribute to ClamAv project, I am C/C++ developer.
>
> Do you have any tasks for new contributors ?
>
> Thank you
>
> Loïc Maury
> _______________________________________________
> http://lurker.clamav.net/list/clamav-devel.html
> Please submit your patches to our Bugzilla: http://bugs.clamav.net
>
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net
Re: New Contributor - Loïc Maury [ In reply to ]
Hello,

Happy new years

I have recently downloaded by git the source code of project.

But I have some issue with the test with make test.

I launch the configure with ./configure --enable-check, make, make check,

but some of test are just skipped ?

PASS: check_clamav
PASS: check_freshclam.sh
PASS: check_sigtool.sh
SKIP: check_unit_vg.sh
PASS: check1_clamscan.sh
PASS: check2_clamd.sh
PASS: check3_clamd.sh
PASS: check4_clamd.sh
SKIP: check5_clamd_vg.sh
SKIP: check6_clamd_vg.sh
SKIP: check7_clamd_hg.sh
SKIP: check8_clamd_hg.sh
SKIP: check9_clamscan_vg.sh
======================
All 7 tests passed
(6 tests were not run)
======================

is this normal ?

Thank you

Loïc Maury

On Sun, Dec 30, 2012 at 7:13 AM, Matt Olney <molney@sourcefire.com> wrote:

> Loic,
>
> Most of the Clam team are enjoying the holidays. We'll be in touch after
> the new year.
>
> Matt
>
>
> On Fri, Dec 28, 2012 at 7:15 AM, Loïc Maury <lmaury@gmail.com> wrote:
>
> > Hello,
> >
> > I would contribute to ClamAv project, I am C/C++ developer.
> >
> > Do you have any tasks for new contributors ?
> >
> > Thank you
> >
> > Loïc Maury
> > _______________________________________________
> > http://lurker.clamav.net/list/clamav-devel.html
> > Please submit your patches to our Bugzilla: http://bugs.clamav.net
> >
> _______________________________________________
> http://lurker.clamav.net/list/clamav-devel.html
> Please submit your patches to our Bugzilla: http://bugs.clamav.net
>
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net
Re: New Contributor - Loïc Maury [ In reply to ]
On Mon, Jan 7, 2013 at 7:57 AM, Loïc Maury <lmaury@gmail.com> wrote:

> Hello,
>
> Happy new years
>
> I have recently downloaded by git the source code of project.
>
> But I have some issue with the test with make test.
>
> I launch the configure with ./configure --enable-check, make, make check,
>
> but some of test are just skipped ?
>
> PASS: check_clamav
> PASS: check_freshclam.sh
> PASS: check_sigtool.sh
> SKIP: check_unit_vg.sh
> PASS: check1_clamscan.sh
> PASS: check2_clamd.sh
> PASS: check3_clamd.sh
> PASS: check4_clamd.sh
> SKIP: check5_clamd_vg.sh
> SKIP: check6_clamd_vg.sh
> SKIP: check7_clamd_hg.sh
> SKIP: check8_clamd_hg.sh
> SKIP: check9_clamscan_vg.sh
> ======================
> All 7 tests passed
> (6 tests were not run)
> ======================
>
> is this normal ?
>
> Thank you
>
> Loïc Maury
>
> _______________________________________________
> http://lurker.clamav.net/list/clamav-devel.html
> Please submit your patches to our Bugzilla: http://bugs.clamav.net
>

Yes, this is normal. The valgrind-related tests are not run by default,
they are only run when explicitly requested with command-line argument
VG=1. Example:
make check VG=1 VERBOSE=1

Also, you must have valgrind installed on your machine to execute the tests.

Dave R.

--
---
Dave Raynor
Sourcefire Vulnerability Research Team
draynor@sourcefire.com
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net
Re: New Contributor - Loïc Maury [ In reply to ]
Hello David,

That working now,

thank you

Loïc

On Mon, Jan 7, 2013 at 4:04 PM, David Raynor <draynor@sourcefire.com> wrote:

> On Mon, Jan 7, 2013 at 7:57 AM, Loïc Maury <lmaury@gmail.com> wrote:
>
> > Hello,
> >
> > Happy new years
> >
> > I have recently downloaded by git the source code of project.
> >
> > But I have some issue with the test with make test.
> >
> > I launch the configure with ./configure --enable-check, make, make check,
> >
> > but some of test are just skipped ?
> >
> > PASS: check_clamav
> > PASS: check_freshclam.sh
> > PASS: check_sigtool.sh
> > SKIP: check_unit_vg.sh
> > PASS: check1_clamscan.sh
> > PASS: check2_clamd.sh
> > PASS: check3_clamd.sh
> > PASS: check4_clamd.sh
> > SKIP: check5_clamd_vg.sh
> > SKIP: check6_clamd_vg.sh
> > SKIP: check7_clamd_hg.sh
> > SKIP: check8_clamd_hg.sh
> > SKIP: check9_clamscan_vg.sh
> > ======================
> > All 7 tests passed
> > (6 tests were not run)
> > ======================
> >
> > is this normal ?
> >
> > Thank you
> >
> > Loïc Maury
> >
> > _______________________________________________
> > http://lurker.clamav.net/list/clamav-devel.html
> > Please submit your patches to our Bugzilla: http://bugs.clamav.net
> >
>
> Yes, this is normal. The valgrind-related tests are not run by default,
> they are only run when explicitly requested with command-line argument
> VG=1. Example:
> make check VG=1 VERBOSE=1
>
> Also, you must have valgrind installed on your machine to execute the
> tests.
>
> Dave R.
>
> --
> ---
> Dave Raynor
> Sourcefire Vulnerability Research Team
> draynor@sourcefire.com
> _______________________________________________
> http://lurker.clamav.net/list/clamav-devel.html
> Please submit your patches to our Bugzilla: http://bugs.clamav.net
>
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net