SPUG: SpamAssassin 3.0.0 is released

Tim Maher tim at consultix-inc.com
Wed Sep 22 11:24:33 CDT 2004


I've included the test output for Net::DNS below, in the hope that
somebody knows a fix for the errors.

-Tim

On Wed, Sep 22, 2004 at 09:09:10AM -0700, Tim Maher wrote:
> On Wed, Sep 22, 2004 at 08:30:12AM -0700, Andrew Sweger wrote:
> > What do you know? We were just talking about SpamAssassin 3.0 with its
> > support for SPF last night at the meeting wondering when it will be
> > released. And now it is. Go forth and assassinate spam.
> > Andrew B. Sweger -- The great thing about multitasking is that several
> 
> I installed it this morning, but was unable to get Net::DNS to
> pass its tests, and install, so I've been unable to convert
> my old databases using the recommended "sa -learn --sync"
> command.  Any insights into fixing that?
> 
> The problem is that t/10-recurse gets undef'd values returned
> on several calls, which is a fatal error.
> 
> Seattle Perl Users Group Mailing List  
> POST TO: spug-list at mail.pm.org  http://spugwiki.perlocity.org
> ACCOUNT CONFIG: http://mail.pm.org/mailman/listinfo/spug-list
> MEETINGS: 3rd Tuesdays, Location Unknown
> WEB PAGE: http://www.seattleperl.org

PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load..................ok
t/00-pod...................ok
t/00-version...............ok
t/01-resolver-env..........ok
t/01-resolver-file.........ok
        7/8 skipped: Could not read configuration file
t/01-resolver-opt..........ok
t/01-resolver..............ok
t/02-header................ok
t/03-question..............ok
t/04-packet-unique-push....ok
t/04-packet................ok
t/05-rr-sshfp..............skipped
        all skipped: Digest::BubbleBabble not installed.
t/05-rr-txt................ok
t/05-rr-unknown............ok
t/05-rr....................ok
t/06-update................ok
t/07-misc..................ok
t/08-online................ok
t/09-tkey..................ok
t/10-recurse...............Server [198.41.0.4] did not give answers at /root/.cpan/build/Net-DNS-0.48/blib/lib/Net/DNS/Resolver/Recurse.pm line 73.
#     Failed test (t/10-recurse.t at line 30)
#     Failed test (t/10-recurse.t at line 36)
Can't call method "answer" on an undefined value at t/10-recurse.t line 37.
# Looks like you planned 12 tests but only ran 5.
# Looks like your test died just after 5.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 4-12
	Failed 9/12 tests, 25.00% okay
Failed 1/20 test scripts, 95.00% okay. 9/872 subtests failed, 98.97% okay.
Failed Test    Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/10-recurse.t  255 65280    12   16 133.33%  4-12
1 test and 7 subtests skipped.
make: *** [test_dynamic] Error 2


More information about the spug-list mailing list