mrc has asked for the wisdom of the Perl Monks concerning the following question:
Output of perl script that call this module:cpan[1]> force install Data::Apache::mod_status CPAN: Storable loaded ok (v2.18) Going to read /root/.cpan/Metadata Database was generated on Fri, 25 Sep 2009 08:28:14 GMT CPAN: YAML loaded ok (v0.68) Going to read /root/.cpan/build/ ...................................................................... +......DONE Found 3 old builds, restored the state of 3 Running install for module 'Data::Apache::mod_status' Running make for J/JK/JKUTEJ/Data-Apache-mod_status-0.01.tar.gz Has already been unwrapped into directory /root/.cpan/build/Data-Apa +che-mod_status-0.01-P32AyL Has already been made Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_Data-Apache-mod_status.t .. XML-LibXML-Element contains invalid c +haracters for a type name. Names can contain alphanumeric character, +":", and "." Compilation failed in require at /root/.cpan/build/Data-Apache-mod_sta +tus-0.01-P32AyL/blib/lib/Data/Apache/mod_status.pm line 43. BEGIN failed--compilation aborted at /root/.cpan/build/Data-Apache-mod +_status-0.01-P32AyL/blib/lib/Data/Apache/mod_status.pm line 43. Compilation failed in require at t/01_Data-Apache-mod_status.t line 16 +. BEGIN failed--compilation aborted at t/01_Data-Apache-mod_status.t lin +e 16. t/01_Data-Apache-mod_status.t .. Dubious, test returned 255 (wstat 652 +80, 0xff00) No subtests run Test Summary Report ------------------- t/01_Data-Apache-mod_status.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.34 cusr + 0.04 csys = 0.40 CPU) Result: FAIL Failed 1/1 test programs. 0/0 subtests failed. make: *** [test_dynamic] Error 255 JKUTEJ/Data-Apache-mod_status-0.01.tar.gz /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, t +ry: reports JKUTEJ/Data-Apache-mod_status-0.01.tar.gz Running make install Installing /usr/local/lib/perl5/site_perl/5.10.0/Data/Apache/mod_statu +s.pm Writing /usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-mu +lti/auto/Data/Apache/mod_status/.packlist Appending installation info to /usr/lib64/perl5/5.10.0/x86_64-linux-th +read-multi/perllocal.pod JKUTEJ/Data-Apache-mod_status-0.01.tar.gz /usr/bin/make install -- OK Failed during this command: JKUTEJ/Data-Apache-mod_status-0.01.tar.gz : make_test FAILED but f +ailure ignored because 'force' in effect
What I'm doing wrong? Thank you!XML-LibXML-Element contains invalid characters for a type name. Names +can contain alphanumeric character, ":", and "." Compilation failed in require at /usr/local/lib/perl5/site_perl/5.10.0 +/Data/Apache/mod_status.pm line 43. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5. +10.0/Data/Apache/mod_status.pm line 43. Compilation failed in require at ./test.pl line 2. BEGIN failed--compilation aborted at ./test.pl line 2.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: errors on Data::Apache::mod_status
by arkturuz (Curate) on Sep 25, 2009 at 10:29 UTC | |
by joshuahayworth (Initiate) on Jul 15, 2011 at 20:06 UTC | |
by arkturuz (Curate) on Jul 16, 2011 at 09:50 UTC |