Ticket #126 (closed bug: invalid)

Opened 2 years ago

Last modified 2 years ago

"make test" error while installing HoneyClient::Util

Reported by: tomasz.piotrowski@yahoo.it Assigned to: kindlund
Priority: normal Milestone: 0.9
Component: HoneyClient::Util Version: 0.99
Severity: none Keywords:
Cc:

Description (Last modified by kindlund)

Hi, i got error while installing HoneyClient::Util. Here is my output:

tomek@tomek-corpo:~/source/honeyclient/HoneyClient-Util-0.98$ perl Makefile.PL
*** Module::AutoInstall version 1.02
*** Checking for Perl dependencies...
[Core Features]
- Carp                  ...loaded. (1.04)
- Data::Dumper          ...loaded. (2.121_08)
- Log::Dispatch::Syslog ...loaded. (1.18)
- Log::Log4perl         ...loaded. (1.14)
- SOAP::Lite            ...loaded. (0.70_03 >= 0.67)
- SOAP::Transport::HTTP ...loaded. (0.70_03)
- Sys::Syslog           ...loaded. (0.23)
Cannot reliably compare non-decimal formatted versions.
Please install version.pm or Sort::Versions.
- XML::Tidy             ...loaded. (1.2.54HJnFa)
- XML::XPath            ...loaded. (1.13)
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Writing Makefile for HoneyClient::Util
tomek@tomek-corpo:~/source/honeyclient/HoneyClient-Util-0.98$ sudo make
cp lib/HoneyClient/Util/SOAP.pm blib/lib/HoneyClient/Util/SOAP.pm
cp lib/HoneyClient/Util/Config.pm blib/lib/HoneyClient/Util/Config.pm
Manifying blib/man3/HoneyClient::Util::Config.3
Manifying blib/man3/HoneyClient::Util::SOAP.3
tomek@tomek-corpo:~/source/honeyclient/HoneyClient-Util-0.98$ sudo make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/honeyclient_util_config.t t/honeyclient_util_soap.tt/honeyclient_util_config......2/0 PositionContext: Parse position is outside of buffer at /usr/local/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/XML/Parser/Expat.pm line 352.
# Looks like your test died just after 23.
t/honeyclient_util_config...... Dubious, test returned 255 (wstat 65280, 0xff00)
 All 23 subtests passed
t/honeyclient_util_soap........1/0 Argument "0.70_03" isn't numeric in subroutine entry at /home/tomek/source/honeyclient/HoneyClient-Util-0.98/blib/lib/HoneyClient/Util/SOAP.pm line 226.
t/honeyclient_util_soap........ok

Test Summary Report
-------------------
t/honeyclient_util_config.t (Wstat: 65280 Tests: 23 Failed: 0)
  Non-zero exit status: 255
Files=2, Tests=40,  2 wallclock secs ( 0.02 usr  0.00 sys +  0.64 cusr  0.04 csys =  0.70 CPU)
Result: FAIL
Failed 1/2 test programs. 0/40 subtests failed.
make: *** [test_dynamic] Error 255

Attachments

Change History

12/03/07 00:30:18 changed by kindlund

  • status changed from new to closed.
  • description changed.
  • summary changed from make test error while installing HoneyClient::Util to "make test" error while installing HoneyClient::Util.
  • version changed from none to 0.99.
  • milestone set to 0.9.
  • resolution set to invalid.

Don't worry about this error message. It basically indicates that the unit test had trouble parsing SOAP::Lite library's version number: "0.70_03".

Just ignore this issue and proceed to "make install".

Regards,

— Darien


Add/Change #126 ("make test" error while installing HoneyClient::Util)




Change Properties
Action