[Koha] Koha-3.00.00-beta | Solaris 10 | Net-Z3950-ZOOM-1.21 | Test suite failure
Richard MAHONEY
r.mahoney at iconz.co.nz
Mon Apr 7 09:11:34 NZST 2008
[To IndexData Net-z3950 readers my apologies for cross-posting]
Dear Subscribers,
(While not a Koha issue per se I am posting to this list as the issue I
am facing often seems to crop up during Koha installs.)
Before installing koha-3.00.00-beta under Solaris 10 I have been trying
to compile Net-Z3950-ZOOM-1.21. Unfortunately -- while all of the other
Perl Modules have installed without issue -- I am unable to get ZOOM to
pass the test suite. I have searched the net and found that a good
number of people experience similar trouble. Still, after following all
the various suggestions given I am no closer to a clean compile. The
standard error is something along these lines (see zoom-gmake-test.txt
attached):
# Error: Can't load
'/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so'
for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error:
file
/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so:
symbol _mcount: referenced symbol not found at
/opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
Here is what I am trying and attached are the relevant logs:
Platform & apps.:
% uname -a
SunOS proliant 5.10 Generic_118855-19 i86pc i386 i86pc
% /export/home/ieb/bin/yaz-config --version
3.0.26
% /opt/csw/bin/perl --version
This is perl, v5.8.8 built for i86pc-solaris-thread-multi
% /opt/Studio12/SUNWspro/bin/dmake --version
dmake: Sun Distributed Make 7.8 SunOS_i386 2007/05/03
% /opt/csw/bin/gmake --version
GNU Make 3.81
% crle
Configuration file [version 4]: /var/ld/ld.config
Default Library Path (ELF):
/lib:/usr/lib:/export/home/ieb/lib:/opt/csw/lib
Trusted Directories (ELF): /lib/secure:/usr/lib/secure (system
default)
Command line:
crle -c /var/ld/ld.config -l
/lib:/usr/lib:/export/home/ieb/lib:/opt/csw/lib
Build process:
% pwd
/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21
% /opt/csw/bin/perl -I /export/home/ieb/lib ./Makefile.PL
(outputs Makefile - attached)
% /opt/Studio12/SUNWspro/bin/dmake [or /opt/csw/bin/gmake]
(outputs zoom-gmake.txt - attached)
% LD_LIBRARY_PATH=/export/home/ieb/lib dmake [or gmake] test
(outputs zoom-gmake-test.txt - attached)
I would welcome any comments or suggestions.
Best regards,
Richard Mahoney
--
Richard MAHONEY | internet: http://indica-et-buddhica.org/
Littledene | telephone/telefax (man.): +64 3 312 1699
Bay Road | cellular: +64 27 482 9986
OXFORD, NZ | email: r.mahoney at indica-et-buddhica.org
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Indica et Buddhica: Materials for Indology and Buddhology
Scholia: http://scholia.indica-et-buddhica.org/
Tabulae: http://tabulae.indica-et-buddhica.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile
Type: text/x-makefile
Size: 30083 bytes
Desc: not available
Url : http://lists.katipo.co.nz/pipermail/koha/attachments/20080407/4c23b27e/attachment-0001.bin
-------------- next part --------------
Script started on Sun Apr 06 22:22:00 2008
sh-3.00$ gmake
cp lib/Net/Z3950/ZOOM.pm blib/lib/Net/Z3950/ZOOM.pm
cp lib/ZOOM.pm blib/lib/ZOOM.pm
cp lib/ZOOM.pod blib/lib/ZOOM.pod
cp lib/Net/Z3950.pm blib/lib/Net/Z3950.pm
/opt/csw/bin/perl /opt/csw/share/perl/5.8.8/ExtUtils/xsubpp -typemap /opt/csw/share/perl/5.8.8/ExtUtils/typemap -typemap typemap ZOOM.xs > ZOOM.xsc && mv ZOOM.xsc ZOOM.c
cc -c -D_REENTRANT -pthreads -DYAZ_POSIX_THREADS=1 -I/export/home/ieb/include -DYAZ_HAVE_XML2=1 -DYAZ_HAVE_XSLT=1 -I/opt/csw/include -I/opt/csw/include/libxml2 -D_REENTRANT -xO3 -xarch=386 -xspace -xildoff -I/opt/csw/bdb44/include -I/opt/csw/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xO3 -xarch=386 -xspace -xildoff -DVERSION=\"1.21\" -DXS_VERSION=\"1.21\" -KPIC "-I/opt/csw/lib/perl/5.8.8/CORE" ZOOM.c
"ZOOM.c", line 2114: warning: implicit function declaration: yaz_version
Running Mkbootstrap for Net::Z3950::ZOOM ()
chmod 644 ZOOM.bs
rm -f blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so
LD_RUN_PATH="/export/home/ieb/lib:/opt/csw/lib" cc -G -L/opt/csw/bdb44/lib -L/opt/csw/lib -L/usr/lib -L/usr/ccs/lib -L/opt/SUNWspro/prod/lib -L/lib ZOOM.o -o blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so \
-L/export/home/ieb/lib -lyaz -L/opt/csw/lib -R/opt/csw/lib -lxslt -lxml2 -lz -lpthread -liconv -lsocket -lnsl -lm -lsocket -lnsl -L/opt/csw/lib -lssl -lcrypto -lsocket -lnsl -ldl -liconv -lpthread \
chmod 755 blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so
cp ZOOM.bs blib/arch/auto/Net/Z3950/ZOOM/ZOOM.bs
chmod 644 blib/arch/auto/Net/Z3950/ZOOM/ZOOM.bs
cp samples/zoom/zselect blib/script/zselect
/opt/csw/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/zselect
Manifying blib/man3/Net::Z3950::ZOOM.3perl
Manifying blib/man3/ZOOM.3perl
sh-3.00$ exit
script done on Sun Apr 06 22:22:17 2008
-------------- next part --------------
Script started on Sun Apr 06 22:22:58 2008
sh-3.00$ LD_LIBRARY_PATH=/export/home/ieb/lib gmake test
PERL_DL_NONLAZY=1 /opt/csw/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/1-Net-Z3950-ZOOM......
# Failed test 'use Net::Z3950::ZOOM;'
# at t/1-Net-Z3950-ZOOM.t line 9.
t/1-Net-Z3950-ZOOM......NOK 1# Tried to use 'Net::Z3950::ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at (eval 3) line 2
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at t/1-Net-Z3950-ZOOM.t line 9.
Undefined subroutine &Net::Z3950::ZOOM::diag_str called at t/1-Net-Z3950-ZOOM.t line 11.
# Looks like you planned 23 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/1-Net-Z3950-ZOOM......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-23
Failed 23/23 tests, 0.00% okay
t/10-options............
t/10-options............NOK 1# Failed test 'use Net::Z3950::ZOOM;'
# at t/10-options.t line 9.
# Tried to use 'Net::Z3950::ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at (eval 3) line 2
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at t/10-options.t line 9.
Undefined subroutine &Net::Z3950::ZOOM::options_create called at t/10-options.t line 14.
# Looks like you planned 51 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/10-options............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-51
Failed 51/51 tests, 0.00% okay
t/11-option-callback....
# Failed test 'use Net::Z3950::ZOOM;'
# at t/11-option-callback.t line 9.
# Tried to use 'Net::Z3950::ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at (eval 3) line 2
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at t/11-option-callback.t line 9.
t/11-option-callback....NOK 1Undefined subroutine &Net::Z3950::ZOOM::options_create called at t/11-option-callback.t line 23.
# Looks like you planned 19 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/11-option-callback....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-19
Failed 19/19 tests, 0.00% okay
t/12-query..............
# Failed test 'use Net::Z3950::ZOOM;'
# at t/12-query.t line 9.
# Tried to use 'Net::Z3950::ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at (eval 3) line 2
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at t/12-query.t line 9.
t/12-query..............NOK 1Undefined subroutine &Net::Z3950::ZOOM::query_create called at t/12-query.t line 13.
# Looks like you planned 41 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/12-query..............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-41
Failed 41/41 tests, 0.00% okay
t/13-resultset..........
# Failed test 'use Net::Z3950::ZOOM;'
t/13-resultset..........NOK 1# at t/13-resultset.t line 9.
# Tried to use 'Net::Z3950::ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at (eval 3) line 2
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at t/13-resultset.t line 9.
Undefined subroutine &Net::Z3950::ZOOM::connection_new called at t/13-resultset.t line 14.
# Looks like you planned 24 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/13-resultset..........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-24
Failed 24/24 tests, 0.00% okay
t/14-sorting............
# Failed test 'use Net::Z3950::ZOOM;'
# at t/14-sorting.t line 11.
# Tried to use 'Net::Z3950::ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at (eval 3) line 2
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at t/14-sorting.t line 11.
t/14-sorting............NOK 1Undefined subroutine &Net::Z3950::ZOOM::connection_new called at t/14-sorting.t line 16.
# Looks like you planned 29 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/14-sorting............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-29
Failed 29/29 tests, 0.00% okay
t/15-scan...............
# Failed test 'use Net::Z3950::ZOOM;'
# at t/15-scan.t line 10.
# Tried to use 'Net::Z3950::ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at (eval 3) line 2
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at t/15-scan.t line 10.
t/15-scan...............NOK 1Undefined subroutine &Net::Z3950::ZOOM::connection_new called at t/15-scan.t line 15.
# Looks like you planned 87 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/15-scan...............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-87
Failed 87/87 tests, 0.00% okay
t/16-packages...........
# Failed test 'use Net::Z3950::ZOOM;'
t/16-packages...........NOK 1# at t/16-packages.t line 19.
# Tried to use 'Net::Z3950::ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at (eval 3) line 2
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at t/16-packages.t line 19.
Undefined subroutine &Net::Z3950::ZOOM::options_create called at t/16-packages.t line 75.
# Looks like you planned 40 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/16-packages...........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-40
Failed 40/40 tests, 0.00% okay
t/17-logging............
# Failed test 'use Net::Z3950::ZOOM;'
t/17-logging............NOK 1# at t/17-logging.t line 10.
# Tried to use 'Net::Z3950::ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at (eval 3) line 2
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at t/17-logging.t line 10.
Undefined subroutine &Net::Z3950::ZOOM::yaz_log_mask_str called at t/17-logging.t line 25.
# Looks like you planned 11 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/17-logging............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-11
Failed 11/11 tests, 0.00% okay
t/18-charset............
# Failed test 'use Net::Z3950::ZOOM;'
# at t/18-charset.t line 10.
# Tried to use 'Net::Z3950::ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at (eval 3) line 2
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at t/18-charset.t line 10.
t/18-charset............NOK 1Undefined subroutine &Net::Z3950::ZOOM::connection_new called at t/18-charset.t line 15.
# Looks like you planned 9 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/18-charset............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-9
Failed 9/9 tests, 0.00% okay
t/19-events.............
# Failed test 'use Net::Z3950::ZOOM;'
t/19-events.............NOK 1# at t/19-events.t line 10.
# Tried to use 'Net::Z3950::ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at (eval 3) line 2
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at t/19-events.t line 10.
Undefined subroutine &Net::Z3950::ZOOM::options_create called at t/19-events.t line 17.
# Looks like you planned 23 tests but only ran 2.
# Looks like you failed 1 test of 2 run.
# Looks like your test died just after 2.
t/19-events.............ok 2/23
t/19-events.............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1, 3-23
Failed 22/23 tests, 4.35% okay
t/2-ZOOM................
# Failed test 'use ZOOM;'
# at t/2-ZOOM.t line 9.
# Tried to use 'ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6
# Compilation failed in require at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6.
# BEGIN failed--compilation aborted at t/2-ZOOM.t line 9.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
t/2-ZOOM................NOK 1Bareword "ZOOM::Error::INVALID_QUERY" not allowed while "strict subs" in use at t/2-ZOOM.t line 11.
Bareword "ZOOM::Error::CONNECT" not allowed while "strict subs" in use at t/2-ZOOM.t line 20.
Bareword "ZOOM::Error::INVALID_QUERY" not allowed while "strict subs" in use at t/2-ZOOM.t line 53.
Execution of t/2-ZOOM.t aborted due to compilation errors.
# Looks like you planned 23 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/2-ZOOM................dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-23
Failed 23/23 tests, 0.00% okay
t/20-options............
# Failed test 'use ZOOM;'
# at t/20-options.t line 9.
t/20-options............NOK 1# Tried to use 'ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6
# Compilation failed in require at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6.
# BEGIN failed--compilation aborted at t/20-options.t line 9.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Can't locate object method "new" via package "ZOOM::Options" (perhaps you forgot to load "ZOOM::Options"?) at t/20-options.t line 14.
# Looks like you planned 51 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/20-options............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-51
Failed 51/51 tests, 0.00% okay
t/21-option-callback....
# Failed test 'use ZOOM;'
# at t/21-option-callback.t line 9.
# Tried to use 'ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6
# Compilation failed in require at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6.
# BEGIN failed--compilation aborted at t/21-option-callback.t line 9.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
t/21-option-callback....NOK 1Can't locate object method "new" via package "ZOOM::Options" (perhaps you forgot to load "ZOOM::Options"?) at t/21-option-callback.t line 23.
# Looks like you planned 19 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/21-option-callback....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-19
Failed 19/19 tests, 0.00% okay
t/22-query..............
# Failed test 'use ZOOM;'
# at t/22-query.t line 9.
# Tried to use 'ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6
# Compilation failed in require at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6.
# BEGIN failed--compilation aborted at t/22-query.t line 9.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
t/22-query..............NOK 1Bareword "ZOOM::Error::QUERY_PQF" not allowed while "strict subs" in use at t/22-query.t line 31.
Bareword "ZOOM::Error::SORTBY" not allowed while "strict subs" in use at t/22-query.t line 39.
Bareword "ZOOM::Error::CQL_TRANSFORM" not allowed while "strict subs" in use at t/22-query.t line 82.
Bareword "ZOOM::Error::CCL_CONFIG" not allowed while "strict subs" in use at t/22-query.t line 98.
Execution of t/22-query.t aborted due to compilation errors.
# Looks like you planned 41 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/22-query..............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-41
Failed 41/41 tests, 0.00% okay
t/23-resultset..........
# Failed test 'use ZOOM;'
t/23-resultset..........NOK 1# at t/23-resultset.t line 9.
# Tried to use 'ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6
# Compilation failed in require at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6.
# BEGIN failed--compilation aborted at t/23-resultset.t line 9.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
# Failed test 'connection to 'z3950.indexdata.com/gils''
# at t/23-resultset.t line 14.
t/23-resultset..........NOK 2# Failed test 'search for '@attr 1=4 mineral''
# at t/23-resultset.t line 19.
Can't call method "size" on an undefined value at t/23-resultset.t line 20.
# Looks like you planned 24 tests but only ran 3.
# Looks like you failed 3 tests of 3 run.
# Looks like your test died just after 3.
t/23-resultset..........NOK 3
t/23-resultset..........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-24
Failed 24/24 tests, 0.00% okay
t/24-sorting............
# Failed test 'use ZOOM;'
t/24-sorting............NOK 1# at t/24-sorting.t line 11.
# Tried to use 'ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6
# Compilation failed in require at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6.
# BEGIN failed--compilation aborted at t/24-sorting.t line 11.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
# Failed test 'connection to 'z3950.indexdata.com/gils''
# at t/24-sorting.t line 16.
Can't locate object method "new" via package "ZOOM::Query::PQF" (perhaps you forgot to load "ZOOM::Query::PQF"?) at t/24-sorting.t line 19.
# Looks like you planned 29 tests but only ran 2.
# Looks like you failed 2 tests of 2 run.
# Looks like your test died just after 2.
t/24-sorting............NOK 2
t/24-sorting............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-29
Failed 29/29 tests, 0.00% okay
t/25-scan...............
# Failed test 'use ZOOM;'
t/25-scan...............NOK 1# at t/25-scan.t line 10.
# Tried to use 'ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6
# Compilation failed in require at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6.
# BEGIN failed--compilation aborted at t/25-scan.t line 10.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
# Failed test 'connection to 'z3950.indexdata.com/gils''
# at t/25-scan.t line 15.
# Failed test 'scan for 'w''
# at t/25-scan.t line 114.
Can't call method "size" on an undefined value at t/25-scan.t line 116.
t/25-scan...............NOK 2# Looks like you planned 87 tests but only ran 3.
# Looks like you failed 3 tests of 3 run.
# Looks like your test died just after 3.
t/25-scan...............NOK 3
t/25-scan...............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-87
Failed 87/87 tests, 0.00% okay
t/26-packages...........
# Failed test 'use ZOOM;'
t/26-packages...........NOK 1# at t/26-packages.t line 10.
# Tried to use 'ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6
# Compilation failed in require at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6.
# BEGIN failed--compilation aborted at t/26-packages.t line 10.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Can't locate object method "new" via package "ZOOM::Options" (perhaps you forgot to load "ZOOM::Options"?) at t/26-packages.t line 66.
# Looks like you planned 40 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/26-packages...........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-40
Failed 40/40 tests, 0.00% okay
t/27-logging............
# Failed test 'use ZOOM;'
t/27-logging............NOK 1# at t/27-logging.t line 10.
# Tried to use 'ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6
# Compilation failed in require at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6.
# BEGIN failed--compilation aborted at t/27-logging.t line 10.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Undefined subroutine &ZOOM::Log::mask_str called at t/27-logging.t line 25.
# Looks like you planned 11 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/27-logging............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-11
Failed 11/11 tests, 0.00% okay
t/28-charset............
# Failed test 'use ZOOM;'
# at t/28-charset.t line 10.
# Tried to use 'ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6
# Compilation failed in require at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6.
# BEGIN failed--compilation aborted at t/28-charset.t line 10.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
t/28-charset............NOK 1
# 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 2 tests of 2 run.
# Looks like your test died just after 2.
t/28-charset............NOK 2
t/28-charset............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-9
Failed 9/9 tests, 0.00% okay
t/29-events.............
# Failed test 'use ZOOM;'
# at t/29-events.t line 10.
# Tried to use 'ZOOM'.
# Error: Can't load '/home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: ld.so.1: perl: fatal: relocation error: file /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/arch/auto/Net/Z3950/ZOOM/ZOOM.so: symbol _mcount: referenced symbol not found at /opt/csw/lib/perl/5.8.8/DynaLoader.pm line 230.
# at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6
# Compilation failed in require at /home/rbm49/.cpan/build/Net-Z3950-ZOOM-1.21/blib/lib/ZOOM.pm line 6.
# BEGIN failed--compilation aborted at t/29-events.t line 10.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
t/29-events.............NOK 1Bareword "ZOOM::Event::CONNECT" not allowed while "strict subs" in use at t/29-events.t line 12.
Bareword "ZOOM::Event::CONNECT" not allowed while "strict subs" in use at t/29-events.t line 31.
Bareword "ZOOM::Event::SEND_APDU" not allowed while "strict subs" in use at t/29-events.t line 31.
Bareword "ZOOM::Event::SEND_DATA" not allowed while "strict subs" in use at t/29-events.t line 31.
Bareword "ZOOM::Event::RECV_DATA" not allowed while "strict subs" in use at t/29-events.t line 31.
Bareword "ZOOM::Event::RECV_APDU" not allowed while "strict subs" in use at t/29-events.t line 31.
Bareword "ZOOM::Event::ZEND" not allowed while "strict subs" in use at t/29-events.t line 31.
Bareword "ZOOM::Event::SEND_APDU" not allowed while "strict subs" in use at t/29-events.t line 45.
Bareword "ZOOM::Event::SEND_DATA" not allowed while "strict subs" in use at t/29-events.t line 45.
Bareword "ZOOM::Event::RECV_APDU" not allowed while "strict subs" in use at t/29-events.t line 45.
Bareword "ZOOM::Event::RECV_SEARCH" not allowed while "strict subs" in use at t/29-events.t line 45.
Bareword "ZOOM::Event::RECV_RECORD" not allowed while "strict subs" in use at t/29-events.t line 45.
Bareword "ZOOM::Event::ZEND" not allowed while "strict subs" in use at t/29-events.t line 45.
Execution of t/29-events.t aborted due to compilation errors.
# Looks like you planned 23 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/29-events.............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-23
Failed 23/23 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/1-Net-Z3950-ZOOM.t 255 65280 23 45 195.65% 1-23
t/10-options.t 255 65280 51 101 198.04% 1-51
t/11-option-callback.t 255 65280 19 37 194.74% 1-19
t/12-query.t 255 65280 41 81 197.56% 1-41
t/13-resultset.t 255 65280 24 47 195.83% 1-24
t/14-sorting.t 255 65280 29 57 196.55% 1-29
t/15-scan.t 255 65280 87 173 198.85% 1-87
t/16-packages.t 255 65280 40 79 197.50% 1-40
t/17-logging.t 255 65280 11 21 190.91% 1-11
t/18-charset.t 255 65280 9 17 188.89% 1-9
t/19-events.t 255 65280 23 43 186.96% 1 3-23
t/2-ZOOM.t 255 65280 23 45 195.65% 1-23
t/20-options.t 255 65280 51 101 198.04% 1-51
t/21-option-callback.t 255 65280 19 37 194.74% 1-19
t/22-query.t 255 65280 41 81 197.56% 1-41
t/23-resultset.t 255 65280 24 45 187.50% 1-24
t/24-sorting.t 255 65280 29 56 193.10% 1-29
t/25-scan.t 255 65280 87 171 196.55% 1-87
t/26-packages.t 255 65280 40 79 197.50% 1-40
t/27-logging.t 255 65280 11 21 190.91% 1-11
t/28-charset.t 255 65280 9 16 177.78% 1-9
t/29-events.t 255 65280 23 45 195.65% 1-23
Failed 22/22 test scripts, 0.00% okay. 713/714 subtests failed, 0.14% okay.
gmake: *** [test_dynamic] Error 255
sh-3.00$ exit
script done on Sun Apr 06 22:23:16 2008
More information about the Koha
mailing list