~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to docs/html/node16.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-03-12 11:30:04 UTC
  • mfrom: (0.41.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100312113004-b0fop4bkycszdd0z
Tags: 0.96~rc1+dfsg-0ubuntu1
* New upstream RC - FFE (LP: #537636):
  - Add OfficialDatabaseOnly option to clamav-base.postinst.in
  - Add LocalSocketGroup option to clamav-base.postinst.in
  - Add LocalSocketMode option to clamav-base.postinst.in
  - Add CrossFilesystems option to clamav-base.postinst.in
  - Add ClamukoScannerCount option to clamav-base.postinst.in
  - Add BytecodeSecurity opiton to clamav-base.postinst.in
  - Add DetectionStatsHostID option to clamav-freshclam.postinst.in
  - Add Bytecode option to clamav-freshclam.postinst.in
  - Add MilterSocketGroup option to clamav-milter.postinst.in
  - Add MilterSocketMode option to clamav-milter.postinst.in
  - Add ReportHostname option to clamav-milter.postinst.in
  - Bump libclamav SO version to 6.1.0 in libclamav6.install
  - Drop clamdmon from clamav.examples (no longer shipped by upstream)
  - Drop libclamav.a from libclamav-dev.install (not built by upstream)
  - Update SO version for lintian override for libclamav6
  - Add new Bytecode Testing Tool, usr/bin/clambc, to clamav.install
  - Add build-depends on python and python-setuptools for new test suite
  - Update debian/copyright for the embedded copy of llvm (using the system
    llvm is not currently feasible)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8
8
<HTML>
9
9
<HEAD>
10
 
<TITLE>Reporting a unit test failure bug</TITLE>
11
 
<META NAME="description" CONTENT="Reporting a unit test failure bug">
 
10
<TITLE>Compilation with clamav-milter enabled</TITLE>
 
11
<META NAME="description" CONTENT="Compilation with clamav-milter enabled">
12
12
<META NAME="keywords" CONTENT="clamdoc">
13
13
<META NAME="resource-type" CONTENT="document">
14
14
<META NAME="distribution" CONTENT="global">
18
18
 
19
19
<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
20
 
 
21
<LINK REL="next" HREF="node17.html">
21
22
<LINK REL="previous" HREF="node15.html">
22
 
<LINK REL="up" HREF="node9.html">
 
23
<LINK REL="up" HREF="node11.html">
23
24
<LINK REL="next" HREF="node17.html">
24
25
</HEAD>
25
26
 
26
27
<BODY >
27
28
 
28
29
<DIV CLASS="navigation"><!--Navigation Panel-->
29
 
<A NAME="tex2html408"
 
30
<A NAME="tex2html414"
30
31
  HREF="node17.html">
31
32
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
 
33
<A NAME="tex2html410"
 
34
  HREF="node11.html">
 
35
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
32
36
<A NAME="tex2html404"
33
 
  HREF="node9.html">
34
 
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
 
<A NAME="tex2html400"
36
37
  HREF="node15.html">
37
38
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
 
<A NAME="tex2html406"
 
39
<A NAME="tex2html412"
39
40
  HREF="node1.html">
40
41
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
42
<BR>
42
 
<B> Next:</B> <A NAME="tex2html409"
43
 
  HREF="node17.html">Configuration</A>
44
 
<B> Up:</B> <A NAME="tex2html405"
45
 
  HREF="node9.html">Installation</A>
46
 
<B> Previous:</B> <A NAME="tex2html401"
47
 
  HREF="node15.html">Running unit tests</A>
48
 
 &nbsp; <B>  <A NAME="tex2html407"
 
43
<B> Next:</B> <A NAME="tex2html415"
 
44
  HREF="node17.html">Running unit tests</A>
 
45
<B> Up:</B> <A NAME="tex2html411"
 
46
  HREF="node11.html">Installation</A>
 
47
<B> Previous:</B> <A NAME="tex2html405"
 
48
  HREF="node15.html">Compilation of base package</A>
 
49
 &nbsp; <B>  <A NAME="tex2html413"
49
50
  HREF="node1.html">Contents</A></B> 
50
51
<BR>
51
52
<BR></DIV>
52
53
<!--End of Navigation Panel-->
53
54
 
54
 
<H2><A NAME="SECTION00047000000000000000">
55
 
Reporting a unit test failure bug</A>
 
55
<H2><A NAME="SECTION00045000000000000000">
 
56
Compilation with clamav-milter enabled</A>
56
57
</H2>
57
 
        If <code>make check</code> says that some tests failed we encourage you to report a bug on our bugzilla: <TT><A NAME="tex2html10"
58
 
  HREF="http://bugs.clamav.net">http://bugs.clamav.net</A></TT>.
59
 
        The information we need is (see also <TT><A NAME="tex2html11"
60
 
  HREF="http://clamav.net/bugs">http://clamav.net/bugs</A></TT>):
61
 
        
62
 
<UL>
63
 
<LI>The exact output from <code>make check</code>        
64
 
</LI>
65
 
<LI>Output of <code>uname -mrsp</code> 
66
 
</LI>
67
 
<LI>your <code>config.log</code>         
68
 
</LI>
69
 
<LI>The following files from the <code>unit_tests/</code> directory:
70
 
                
71
 
<UL>
72
 
<LI><code>test.log</code>
73
 
</LI>
74
 
<LI><code>clamscan.log</code>
75
 
</LI>
76
 
<LI><code>clamdscan.log</code>
77
 
                
78
 
</LI>
79
 
</UL>
80
 
</LI>
81
 
<LI><code>/tmp/clamd-test.log</code> if it exists
82
 
</LI>
83
 
<LI>where and how you installed the check package
84
 
</LI>
85
 
<LI>Output of <code>pkg-config check --cflags --libs</code>
86
 
</LI>
87
 
<LI>Optionally if <code>valgrind</code> is available on your platform, the output of the following:
88
 
         <PRE>
89
 
$ make check
90
 
$ CK_FORK=no ./libtool --mode=execute valgrind unit_tests/check-clamav
 
58
    libmilter and its development files are required. To enable clamav-milter,
 
59
    configure ClamAV with
 
60
    <PRE>
 
61
        $ ./configure --enable-milter
91
62
</PRE>
92
 
</LI>
93
 
</UL>
94
63
 
95
64
<P>
96
65
<BR><HR>
97
66
<ADDRESS>
98
67
Tomasz Kojm
99
 
2009-10-28
 
68
2010-03-10
100
69
</ADDRESS>
101
70
</BODY>
102
71
</HTML>