https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6180
Mark Martinec <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|Undefined |3.3.0 --- Comment #1 from Mark Martinec <[email protected]> 2009-08-12 16:38:17 PST --- > Building v3.3.0 alpha2 on Solaris 9 Sparc, with Perl 5.8.8, > I got the following errors from "make test": Thanks for testing the alpha2! > t/dcc.t ......................... 1/4 [8708] warn: dcc: dccifd -> check > skipped: Illegal seek Insecure dependency in connect while running with -T > switch at /usr/local/lib/perl5/5.8.8/sun4-solaris/IO/Socket.pm line 114. at > ../blib/lib/Mail/SpamAssassin/Plugin/DCC.pm line 616. > t/dcc.t ......................... 3/4 Not found: dcc = Listed in DCC at > t/dcc.t line 45. > # Failed test 4 in t/SATest.pm at line 707 > Output can be examined in: log/d.dcc/3 I know this one, I've been working on the DCC plugin for the last two days. Will provide the replacement DCC.pm as an attachment to this PR tomorrow, then I'd appreciate a re-test on t/dcc.t. > t/dkim.t ........................ skipped: (no reason given) Ok, this one has been disabled (superseded by t/dkim2.t). > t/dkim2.t ....................... 1/122 Not found: DKIM_SIGNED = > DKIM_SIGNED at t/dkim2.t line 87. > [...] Which version of the Mail::DKIM plugin are you using? The version can be reported by the shell command: $ perl -MMail::DKIM::Verifier -le 'print Mail::DKIM::Verifier->VERSION' Would you please edit the file t/dkim2.t and change the debug line: # debug => 'dkim', into: debug => 'all', and then repeat the test, attaching the result here (perhaps gzipped, to save space): $ prove -v t/dkim2.t >0.log 2>&1 > t/razor2.t (Wstat: 0 Tests: 2 Failed: 1) > Failed test: 1 Don't know about this one. Somebody else might pick this one. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
