Hi guys:

I'm new to Razor, and ran into a little trouble righ toff the bat. I'm trying to install it on my Centos 4.2 box. When installing the SDK, I:
make Makefile.PL
make
make test
but for make test, I get:
make: *** [test] Error 2

I'm no Perl guru, can someone tell me how to get make test to complete properly?

Here's the whole make test:  Let me kow if something else would help:

make[1]: Entering directory `/root/razor/razor-agents-sdk-2.07/Digest-1.10'
make[1]: Leaving directory `/root/razor/razor-agents-sdk-2.07/Digest-1.10'
make[1]: Entering directory `/root/razor/razor-agents-sdk-2.07/Digest-SHA1-2.10' make[1]: Leaving directory `/root/razor/razor-agents-sdk-2.07/Digest-SHA1-2.10' make[1]: Entering directory `/root/razor/razor-agents-sdk-2.07/File-Spec-0.90' make[1]: Leaving directory `/root/razor/razor-agents-sdk-2.07/File-Spec-0.90' make[1]: Entering directory `/root/razor/razor-agents-sdk-2.07/MIME-Base64-3.05' make[1]: Leaving directory `/root/razor/razor-agents-sdk-2.07/MIME-Base64-3.05' make[1]: Entering directory `/root/razor/razor-agents-sdk-2.07/Test-Harness-2.52-MODIFIED' make[1]: Leaving directory `/root/razor/razor-agents-sdk-2.07/Test-Harness-2.52-MODIFIED' make[1]: Entering directory `/root/razor/razor-agents-sdk-2.07/Test-Simple-0.60' make[1]: Leaving directory `/root/razor/razor-agents-sdk-2.07/Test-Simple-0.60' make[1]: Entering directory `/root/razor/razor-agents-sdk-2.07/Time-HiRes-1.68-MODIFIED' make[1]: Leaving directory `/root/razor/razor-agents-sdk-2.07/Time-HiRes-1.68-MODIFIED'
make[1]: Entering directory `/root/razor/razor-agents-sdk-2.07/URI-1.35'
make[1]: Leaving directory `/root/razor/razor-agents-sdk-2.07/URI-1.35'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/sdk....ok 3/6Subroutine main::ok redefined at /root/razor/razor-agents-sdk-2.07/blib/lib/Test/Simple.pm line 17.
t/sdk....ok
All tests successful.
Files=1, Tests=6,  0 wallclock secs ( 0.18 cusr +  0.01 csys =  0.19 CPU)
make[1]: Entering directory `/root/razor/razor-agents-sdk-2.07/Digest-1.10'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
t/base......ok
t/digest....ok
t/file......ok
All tests successful.
Files=3, Tests=20,  1 wallclock secs ( 0.25 cusr +  0.05 csys =  0.30 CPU)
make[1]: Leaving directory `/root/razor/razor-agents-sdk-2.07/Digest-1.10'
make[1]: Entering directory `/root/razor/razor-agents-sdk-2.07/Digest-SHA1-2.10' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
t/badfile....ok
t/bits.......ok
t/sha1.......ok
All tests successful.
Files=3, Tests=17,  0 wallclock secs ( 0.24 cusr +  0.03 csys =  0.27 CPU)
make[1]: Leaving directory `/root/razor/razor-agents-sdk-2.07/Digest-SHA1-2.10' make[1]: Entering directory `/root/razor/razor-agents-sdk-2.07/File-Spec-0.90' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
t/crossplatform....ok
       7/50 skipped: Can't load File::Spec::VMS
t/Functions........ok
t/rel2abs2rel......ok
t/Spec.............ok
       83/465 skipped: various reasons
All tests successful, 90 subtests skipped.
Files=4, Tests=522,  2 wallclock secs ( 0.96 cusr +  0.10 csys =  1.06 CPU)
make[1]: Leaving directory `/root/razor/razor-agents-sdk-2.07/File-Spec-0.90' make[1]: Entering directory `/root/razor/razor-agents-sdk-2.07/MIME-Base64-3.05' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
t/bad-sv..........skipped
       all skipped: Perl::API needed for this test
t/base64..........ok
t/quoted-print....ok
t/unicode.........ok
t/warn............ok
All tests successful, 1 test skipped.
Files=5, Tests=339,  1 wallclock secs ( 0.29 cusr +  0.05 csys =  0.34 CPU)
make[1]: Leaving directory `/root/razor/razor-agents-sdk-2.07/MIME-Base64-3.05' make[1]: Entering directory `/root/razor/razor-agents-sdk-2.07/Test-Harness-2.52-MODIFIED' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t t/00compile.........ok 1/6# Testing Test::Harness 2.52 under Perl 5.008005 and Test::More 0.42
t/00compile.........ok
t/assert............ok
t/base..............ok
t/callback..........ok
t/from_line.........ok
t/harness...........ok
t/inc_taint.........ok
t/nonumbers.........ok
t/ok................ok
t/pod...............skipped
       all skipped: Test::Pod 1.00 required for testing POD
t/point-parse.......ok
t/point.............ok
t/prove-globbing....ok
t/prove-switches....ok
t/strap-analyze.....ok
t/strap.............ok
t/test-harness......ok
       56/208 skipped: various reasons
t/version...........ok
All tests successful, 1 test and 56 subtests skipped.
Files=18, Tests=553,  9 wallclock secs ( 7.13 cusr +  1.59 csys =  8.72 CPU)
make[1]: Leaving directory `/root/razor/razor-agents-sdk-2.07/Test-Harness-2.52-MODIFIED' make[1]: Entering directory `/root/razor/razor-agents-sdk-2.07/Test-Simple-0.60' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
t/00signature.............skipped
all skipped: Next time around, consider installing Module::Signature, so you can verify the integrity of this distribution.
t/00test_harness_check....ok
t/bad_plan................ok
t/buffer..................ok
t/Builder.................ok
t/circular_data...........ok
t/create..................ok
t/curr_test...............ok
t/details.................ok
t/diag....................ok
t/eq_set..................ok
t/exit....................ok
t/extra...................ok
t/extra_one...............ok
t/fail-like...............ok
t/fail-more...............ok
t/fail....................ok
t/fail_one................ok
t/filehandles.............ok
t/fork....................ok
t/harness_active..........ok
t/has_plan................ok
t/has_plan2...............ok
t/import..................ok
t/is_deeply_fail..........ok
t/is_fh...................ok
t/maybe_regex.............ok
t/missing.................ok
t/More....................ok
t/no_diag.................ok
t/no_ending...............ok
t/no_header...............ok
t/no_plan.................ok
t/ok_obj..................ok
t/output..................ok
t/overload................ok
t/overload_threads........ok
       1/5 skipped: not really skipped, testing overloaded reason
t/plan....................ok
t/plan_bad................ok
t/plan_is_noplan..........ok
t/plan_no_plan............ok
       1/6 skipped: Just testing skip with no_plan
t/plan_shouldnt_import....ok
t/plan_skip_all...........skipped
       all skipped: Just testing plan & skip_all
t/require_ok..............ok
t/reset...................ok
t/simple..................ok
t/skip....................ok
       7/15 skipped: Just testing the skip interface.
t/skipall.................ok
t/sort_bug................dubious
       Test returned status 255 (wstat -1, 0xffffffff)
       test program seems to have generated a core
       after all the subtests completed successfully
t/thread_taint............ok
t/threads.................dubious
       Test returned status 255 (wstat -1, 0xffffffff)
       test program seems to have generated a core
       after all the subtests completed successfully
t/todo....................ok
t/undef...................ok
t/use_ok..................ok
t/useing..................ok
Failed Test  Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/sort_bug.t  255    -1     2    0   0.00%  ??
t/threads.t   255    -1     6    0   0.00%  ??
2 tests and 9 subtests skipped.
Failed 2/55 test scripts, 96.36% okay. 0/410 subtests failed, 100.00% okay.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/root/razor/razor-agents-sdk-2.07/Test-Simple-0.60'
make: *** [test] Error 2




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Razor-users mailing list
Razor-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/razor-users

Reply via email to