What do I do when I fail tests while installing from CPAN? i.e. on Perl 5.8.6 Linux 2.4 # cpan SOAP::Lite
Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" " +test_harness(0, 'blib/lib', 'blib/arch')" t/01-core.t t/02-payload.t +t/03-server.t t/04-attach.t t/05-customxml.t t/06-modules.t t/07-xmlr +pc_payload.t t/08-schema.t t/01-core..............ok t/02-payload...........ok t/03-server............NOK 2# Failed test 2 in t/03-server.t at line 1 +38 fail #2# t/03-server.t line 138 is: $_ =~ /XML/ || $is_mimepa +rser ? ok(($result->faultstring || '') =~ /Failed to access class \(C +alculator\)/) t/03-server............NOK 3# Failed test 3 in t/03-server.t at line 1 +38 fail #3t/03-server............NOK 6# Failed test 6 in t/03-server. +t at line 148 fail #2# t/03-server.t line 148 is: $_ =~ /XML/ || + $is_mimeparser ? ok(($result->result || 0) == 7) t/03-server............NOK 7# Failed test 7 in t/03-server.t at line 1 +48 fail #3t/03-server............FAILED tests 2-3, 6-7 Failed 4/30 tests, 86.67% okay t/04-attach............Something wrong with MIME message: MIME::Parser +: can't flush: at /usr/local/lib/perl5/site_perl/5.8.6/MIME/Parser.p +m line 789. t/04-attach............dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-15 Failed 15/15 tests, 0.00% okay t/05-customxml.........ok t/06-modules...........ok 5/18 skipped: various reasons t/07-xmlrpc_payload....ok t/08-schema............ok Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t/03-server.t 30 4 13.33% 2-3 6-7 t/04-attach.t 255 65280 15 30 200.00% 1-15 5 subtests skipped. Failed 2/8 test scripts, 75.00% okay. 19/308 subtests failed, 93.83% o +kay. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force

In reply to CPAN - install SOAP::Lite - failed tests by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.