Skip Menu |

This queue is for tickets about the Mail-SPF CPAN distribution.

Report information
The Basics
Id: 99890
Status: new
Priority: 0/
Queue: Mail-SPF

People
Owner: Nobody in particular
Requestors: schulz [...] adi.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Mail-SPF-v2.9.0 fails Build test
Date: Wed, 29 Oct 2014 11:13:48 -0400 (EDT)
To: bug-Mail-SPF [...] rt.cpan.org
From: schulz [...] adi.com (Thomas Schulz)
I am trying to install Mail-SPF-v2.9.0 on a Solaris 10 i386 box. Perl is v5.20.1. Our domain name software is Bind 9.10.1. Build test fails as follows: t/00.00-class-misc.t .......... ok t/00.01-class-util.t .......... ok t/00.02-class-request.t ....... ok t/00.03-class-result.t ........ ok t/00.04-class-server.t ........ 1/23 Unknown error on DNS 'A' lookup of 'example.com' (EDNSError) at /home/projects/tools/.cpan/build/ Mail-SPF-v2.9.0-Z5zpPL/blib/lib/Mail/SPF/Server.pm line 573. # Looks like you planned 23 tests but ran 19. # Looks like your test exited with 255 just after 19. t/00.04-class-server.t ........ Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/23 subtests t/00.05-class-macrostring.t ... ok t/00.99-class-misc.t .......... ok t/10.00-rfc4408.t ............. # Test case 'helo-not-fqdn' result: # Expected: 'none' # Got: 'temperror' t/10.00-rfc4408.t ............. 1/344 # Failed test 'Test case 'helo-not-fqdn' result' # at t/Mail-SPF-Test-lib.pm line 91. # Test case 'helo-domain-literal' result: # Expected: 'none' # Got: 'temperror' # Failed test 'Test case 'helo-domain-literal' result' # at t/Mail-SPF-Test-lib.pm line 91. domain label truncated at /opt/local/lib/perl5/site_perl/5.20.1/ i86pc-solaris/Net/DNS/Question.pm line 80. # Test case 'toolonglabel' result: # Expected: 'none' # Got: 'temperror' # Failed test 'Test case 'toolonglabel' result' # at t/Mail-SPF-Test-lib.pm line 91. # Test case description: DNS labels limited to 63 chars. # Test case 'domain-literal' result: # Expected: 'none' # Got: 'temperror' # Failed test 'Test case 'domain-literal' result' # at t/Mail-SPF-Test-lib.pm line 91. Bailout called. Further testing stopped: Uncaught error: empty domain label at /opt/local/lib/perl5/site_perl/5.20.1/Error.pm line 40. FAILED--Further testing stopped: Uncaught error: empty domain label at /opt/local/lib/perl5/site_perl/5.20.1/Error.pm line 40. Part of the output of perl -V: Summary of my perl5 (revision 5 version 20 subversion 1) configuration: Platform: osname=solaris, osvers=2.10, archname=i86pc-solaris uname='sunos seahorse 5.10 generic_142910-17 i86pc i386 i86pc ' config_args='-Dprefix=/opt/local' hint=recommended, useposix=true, d_sigaction=define useithreads=undef, usemultiplicity=undef use64bitint=undef, use64bitall=undef, uselongdouble=undef usemymalloc=n, bincompat5005=undef ................................................................. Characteristics of this binary (from libperl): Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV PERL_USE_SAFE_PUTENV USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF Tom Schulz Applied Dynamics Intl. schulz@adi.com
Subject: Re: [rt.cpan.org #99890] AutoReply: Mail-SPF-v2.9.0 fails Build test
Date: Fri, 31 Oct 2014 14:51:50 -0400 (EDT)
To: bug-Mail-SPF [...] rt.cpan.org
From: schulz [...] adi.com (Thomas Schulz)
Further testing indicates that the version of Perl makes no difference. The failures vary with the version of Net::DNS. Starting with Net::DNS 0.68, test rfc4408.t fails 3 out of 344 tests. Starting with Net::DNS 0.73, test rfc4408.t fails differently on each try and the test bails out. The failure in the initial bug report is typical. Starting with Net::DNS 0.75, test class-server.t also fails as shown in the inital bug report. Tom Schulz Applied Dynamics Intl. schulz@adi.com