SPUG: errors installing SOAP::Lite

DeRykus, Charles E charles.e.derykus at boeing.com
Tue May 17 16:01:07 PDT 2005



> I'm trying to install SOAP::Lite on a RH enterprise but is showing
this error. Any ideas how I can I fix this.
 
> Running make test
> PERL_DL_NONLAZY=1 /usr/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-xmlrpc_payload.t t/08-schema.t t/01-
> core..............ok t/02-payload...........ok
t/03-server............ok 1/30# Failed test 2 in t/03-server.t at line
138 > fail #2
> #  t/03-server.t line 138 is:     $_ =~ /XML/ || $is_mimeparser ?
ok(($result->faultstring || '') =~ /Failed to access class
\(Calculator\)/)
> # Failed test 3 in t/03-server.t at line 138 fail #3
> # 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 6# Failed test 7 in t/03-server.t at line
148 fail #3 t/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: Inappropriate ioctl for device at
/usr/lib/perl5/site_perl/5.8.0/MIME/Parser.pm line 789. t/04-
> attach............dubious
>        Test returned status 25 (wstat 6400, 0x1900)
> DIED. FAILED tests 1-15
>        Failed 15/15 tests, 0.00% okay t/05-customxml.........ok
t/06-modules...........ok
>        3/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   25  6400    15   15 100.00%  1-15
> 3 subtests skipped.
> Failed 2/8 test scripts, 75.00% okay. 19/308 subtests failed, 93.83%
okay.
> make: *** [test_dynamic] Error 29
>  /usr/bin/make test -- NOT OK
> Running make install
>  make test had returned bad status, won't install without force

I was about to suggest trying the tests individually -- sometimes
they'll
work then but not within the test harness. However error 29 looks like a
show stopper and I have no idea what it means.

You might want to check Google to see if the error's been seen and if
anyone
has a solution. The SOAP::Lite homepage is a good resource too.  There
are
several mailing lists there too if Google comes up dry.
  
    www.soaplite.com


hth,
--
Charles DeRykus


More information about the spug-list mailing list