Bone_Scavenger has asked for the wisdom of the Perl Monks concerning the following question:
Where do I find info on what these failed tests indicated?PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/autocommit....ok t/base..........ok t/exec..........ok t/fail..........FAILED tests 7-8 Failed 2/13 tests, 84.62% okay t/login.........ok t/main..........FAILED test 8 Failed 1/19 tests, 94.74% okay t/nsql..........ok t/place.........ok t/thread........skipped all skipped: this perl 5.008 not configured to support iThreads t/xblob.........ok + Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t/fail.t 13 2 15.38% 7-8 t/main.t 19 1 5.26% 8 1 test skipped. Failed 2/10 test scripts, 80.00% okay. 3/76 subtests failed, 96.05% ok +ay. *** Exit 2 Stop.
I also received a compile warning during the "make". Is this a serious problem (I'm not a C-Programmer). Here's the output:
BTW - I'm trying to install DBD::Sybase 1.04 on top of Perl 5.8.0. The box is running Tru64 V5.1B and Sybase Open Client 12.5cc: Warning: /sybase_2/syb125/OCS-12_5/include/cspublic.h, line 91: Th +e redefinition of the macro "CS_CACHE" conflicts with a current defin +ition because the replacement lists differ. The redefinition is now +in effect. (macroredef) #define CS_CACHE (CS_INT)41 --------------------------------^ cc -c -I/sybase_2/syb125/OCS-12_5/include -DSYB_LP64 -I/usr/lib/perl- +5.8.0/lib/site_perl/5.8.0/alpha-dec_osf/auto/DBI -fprm d -ieee -std +-fprm d -ieee -DLANGUAGE_C -O4 -DVERSION=\"1.04\" -DXS_VERSION=\" +1.04\" "-I/usr/lib/perl-5.8.0/lib/5.8.0/alpha-c cc: Warning: /sybase_2/syb125/OCS-12_5/include/cspublic.h, line 91: Th +e redefinition of the macro "CS_CACHE" conflicts with a current defin +ition because the replacement lists differ. The redefinition is now +in effect. (macroredef) #define CS_CACHE (CS_INT)41 --------------------------------^
Thanks.
|
|---|