On MacOS X 10.3.9, Perl 5.8.6, I found that (a) the file seemed to be
a double gzipped file (gunzip of the file produced a 'tar' file that
was itself extractable with 'tar -xzf ...', and (b) I still get some
test errors:
...
Manifying blib/man3/SQL::Statement::Structure.3
Manifying blib/man3/SQL::Statement::Functions.3
PERL_DL_NONLAZY=1 /Users/jleffler/perl/v5.8.6/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib',
'blib/arch')" t/*.t
t/00error............ok                                                      
t/01prepare..........ok                                                      
t/02executeDirect....ok                                                      
t/03executeDBD.......NOK 17                                                  
#     Failed test (t/03executeDBD.t at line 138)
# Looks like you failed 1 test of 18.
t/03executeDBD.......dubious                                                 
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 17
        Failed 1/18 tests, 94.44% okay (less 1 skipped test: 16 okay, 88.89%)
t/04names............ok                                                      
t/05create...........ok                                                      
        1/5 skipped: No XBase installed
t/06group............ok                                                      
t/07case.............ok                                                      
t/08join.............ok                                                      
t/09ops..............ok                                                      
t/10limit............ok                                                      
t/11functions........ok                                                      
t/12eval.............ok                                                      
t/13call.............ok                                                      
t/14allcols..........ok                                                      
Failed Test      Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/03executeDBD.t    1   256    18    1   5.56%  17
2 subtests skipped.
Failed 1/15 test scripts, 93.33% okay. 1/239 subtests failed, 99.58% okay.
make: *** [test_dynamic] Error 255


HTH!

On 4/21/05, Jeff Zucker <[EMAIL PROTECTED]> wrote:
> H.Merijn Brand wrote:
> 
> >Failed 2/15 test scripts, 86.67% okay. 1/227 subtests failed, 99.56% okay.
> >
> I added over 140 tests in recent releases (and doubled the Devel::Cover
> coverage) and apparently forgot to wrap some of the requires in evals.
> SQL::Statement has no prerequisites but since its most common use is
> with DBI some of the tests do "eval{require DBI; require DBD::File}".
> I've fixed the requires so that some of the tests will be skipped if DBI
> and/or DBD::File are not found, but they should not show errors
> regardless of what's available.
> 
> I'd much appreciate if those who experienced test failures could try
> again with
> 
> http://svn.perl.org/modules/SQL-Statement/trunk/SQL-Statement-1.14.tar.gz
> 
> Thanks!
> 
> --
> Jeff
> 


-- 
Jonathan Leffler <[EMAIL PROTECTED]>  #include <disclaimer.h>
Guardian of DBD::Informix - v2005.01 - http://dbi.perl.org
"I don't suffer from insanity - I enjoy every minute of it."

Reply via email to