regarding Net::Z3950::ZOOM error
Dear list, I got an error during installation of Net::Z3950:ZOOM 1.25 installation... Please any one help me regarding this. Thanks, Sumant # Failed test 'connection to 'z3950.loc.gov:7090/voyager'' # at t/28-charset.t line 15. Can't call method "option" on an undefined value at t/28-charset.t line 17. # Looks like you planned 9 tests but only ran 2. # Looks like you failed 1 test of 2 run. # Looks like your test died just after 2. t/28-charset............dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-9 Failed 8/9 tests, 11.11% okay t/29-events.............ok 1/23 # Failed test 'event is 10 (end), expected 1 (connect)' # at t/29-events.t line 77. # Failed test 'event is 4 (timeout), expected 6 (send apdu)' # at t/29-events.t line 77. impossible at t/29-events.t line 69. # Looks like you planned 23 tests but only ran 9. # Looks like you failed 2 tests of 9 run. # Looks like your test died just after 9. t/29-events.............dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 8-23 Failed 16/23 tests, 30.43% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/1-Net-Z3950-ZOOM.t 255 65280 23 12 52.17% 5 8 12 19-23 t/12-query.t 255 65280 41 50 121.95% 12 16 18-41 t/13-resultset.t 255 65280 24 40 166.67% 2 4 6-24 t/14-sorting.t 2 512 29 42 144.83% 2 5 10-29 t/15-scan.t 255 65280 87 135 155.17% 2 5 10 14-16 20-22 25-87 t/16-packages.t 12 3072 39 14 35.90% 3 5 7 10 13-14 20 24 29 33 37 40-41 t/18-charset.t 255 65280 9 11 122.22% 2 4-9 t/19-events.t 255 65280 23 30 130.43% 8-23 t/2-ZOOM.t 255 65280 23 37 160.87% 5-23 t/22-query.t 255 65280 41 54 131.71% 12 15-41 t/23-resultset.t 255 65280 24 44 183.33% 2-24 t/24-sorting.t 255 65280 29 52 179.31% 2 4-29 t/25-scan.t 255 65280 87 170 195.40% 2-87 t/26-packages.t 12 3072 39 14 35.90% 3 5 7 10 13-14 20 24 29 33 37 40-41 t/28-charset.t 255 65280 9 15 166.67% 2-9 t/29-events.t 255 65280 23 30 130.43% 8-23 Failed 16/22 test scripts, 27.27% okay. 399/712 subtests failed, 43.96% okay. 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
sumant kumar wrote:
Dear list, I got an error during installation of Net::Z3950:ZOOM 1.25 installation... Please any one help me regarding this.
Thanks, Sumant
# Failed test 'connection to 'z3950.loc.gov:7090/voyager <http://z3950.loc.gov:7090/voyager>'' # at t/28-charset.t line 15. <snip> /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
As the output says, there's a problem to verify the module installation due to a connection problem and the module has to be forced in to be accepted. This is a common error for this module (I've never seen it working OK) and I just force the install. Look at my docs at http://www.at-hardeberga.com/Koha-2.2.9-on-OpenSolaris-2008-05-v0.96.odt for details.
Hi Sumant! You can do a force install this way: $ sudo cpan cpan> force install Net::Z3950::ZOOM God bless, Frank On Thu, Oct 2, 2008 at 4:21 AM, Thommy M. <thommym@at-hardeberga.com> wrote:
sumant kumar wrote:
Dear list, I got an error during installation of Net::Z3950:ZOOM 1.25 installation... Please any one help me regarding this.
Thanks, Sumant
# Failed test 'connection to 'z3950.loc.gov:7090/voyager <http://z3950.loc.gov:7090/voyager>'' # at t/28-charset.t line 15. <snip> /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
As the output says, there's a problem to verify the module installation due to a connection problem and the module has to be forced in to be accepted. This is a common error for this module (I've never seen it working OK) and I just force the install. Look at my docs at http://www.at-hardeberga.com/Koha-2.2.9-on-OpenSolaris-2008-05-v0.96.odt for details.
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Franklin Escano -
sumant kumar -
Thommy M.