We encountered a 'make test' problem while installing DBI-1.32 on one of our systems.  
The environment is solaris 7 on a E450.  We were using DBI-1.32, Perl 5.6.1.
The following is a console dump of the relevant part of the session. 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib 
-I/usr/local/lib/perl5/5.6.1/sun4-solaris -I/usr/local/lib/perl5/5.6.1 -e 'use 
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/01basics..........ok                                                       
t/02dbidrv..........ok                                                       
t/03hleak...........ok                                                       
t/04mods............ok                                                       
t/05thrclone........skipped: perl 5.006001 not configured to support iThreads
t/06attrs...........ok                                                       
t/07kids............ok                                                       
t/10examp...........ok                                                       
t/15array...........ok                                                       
t/20meta............ok                                                       
t/30subclass........ok                                                       
t/40profile.........Can't locate Time/HiRes.pm in @INC (@INC contains: blib/arch 
blib/lib /usr/local/lib/perl5/5.6.1/sun4-solaris 
/usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1/sun4-solaris 
/usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/5.6.1/sun4-solaris 
/usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1 
/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris 
/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris /usr/local/lib/perl5/site_perl/5.6.1 
/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris /usr/local/lib/perl5/site_perl/5.6.1 
/usr/local/lib/perl5/site_perl . /usr/local/lib/perl5/5.6.1/sun4-solaris 
/usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris 
/usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at 
t/40profile.t line 183.
BEGIN failed--compilation aborted at t/40profile.t line 183.
t/40profile.........dubious                                                  
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-56
        Failed 56/56 tests, 0.00% okay
t/41prof_dump.......ok                                                       
t/42prof_data.......ok                                                       
t/60preparse........ok                                                       
t/70shell...........ok                                                       
t/80proxy...........skipped: modules required for proxy are probably not installed
t/zz_01basics_pp....    Using DBI::PurePerl (DBI_PUREPERL=2)
t/zz_01basics_pp....ok                                                       
t/zz_02dbidrv_pp....ok                                                       
t/zz_03hleak_pp.....ok                                                       
t/zz_04mods_pp......ok                                                       
t/zz_05thrclone_pp..skipped: perl 5.006001 not configured to support iThreads
t/zz_06attrs_pp.....ok                                                       
t/zz_07kids_pp......skipped: $h->{Kids} attribute not supported for DBI::PurePerl
t/zz_10examp_pp.....ok 51/245 Taint mode switching tests skipped             
t/zz_10examp_pp.....ok 72/245 Taint attribute tests skipped                  
t/zz_10examp_pp.....ok                                                       
t/zz_15array_pp.....ok                                                       
t/zz_20meta_pp......ok                                                       
t/zz_30subclass_pp..ok                                                       
t/zz_40profile_pp...skipped: profiling not supported for DBI::PurePerl
t/zz_41prof_dump_pp.skipped: profiling not supported for DBI::PurePerl
t/zz_42prof_data_pp.skipped: profiling not supported for DBI::PurePerl
t/zz_60preparse_pp..skipped: preparse not supported for DBI::PurePerl
t/zz_70shell_pp.....ok                                                       
t/zz_80proxy_pp.....skipped: modules required for proxy are probably not installed
Failed Test   Status Wstat Total Fail  Failed  List of Failed
--------------------------------------------------------------------------------
t/40profile.t      2   512    56   56 100.00%  1-56
9 tests skipped.
Failed 1/34 test scripts, 97.06% okay. 56/1108 subtests failed, 94.95% okay.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Any suggestions you can offer would be appreciated.

Reply via email to