Hello, I have installed koha 3.12 on Debian Squeeze ( idzebra has been installed manually) It is failed duing make test, but many previous mails in this forum suggested to skip this step (ignoring make test report), and go head with make install. currently, make install was successful and koha is working fine. Does this create any problem in specific in near future? since we are on production system, is it safe for me to continue? kindly provide your advice. make test report log. --------------------------------- t/Labels.t (Wstat: 11 Tests: 1 Failed: 0) Non-zero wait status: 11 Parse errors: Bad plan. You planned 6 tests but ran 1. Files=93, Tests=8217, 26 wallclock secs ( 1.00 usr 0.07 sys + 21.98 cusr 1.28 csys = 24.33 CPU) Result: FAIL Failed 1/93 test programs. 0/8217 subtests failed. make: *** [test_dynamic] Error 255 thank you Satish.
On Tue, Jun 4, 2013 at 1:57 AM, satish <lis4satish@gmail.com> wrote:
Hello,
I have installed koha 3.12 on Debian Squeeze ( idzebra has been installed manually)
It is failed duing make test, but many previous mails in this forum
suggested to
skip this step (ignoring make test report), and go head with make install.
currently, make install was successful and koha is working fine.
Does this create any problem in specific in near future? since we are on production system, is it safe for me to continue?
kindly provide your advice.
make test report log. --------------------------------- t/Labels.t (Wstat: 11 Tests: 1 Failed: 0) Non-zero wait status: 11 Parse errors: Bad plan. You planned 6 tests but ran 1. Files=93, Tests=8217, 26 wallclock secs ( 1.00 usr 0.07 sys + 21.98 cusr 1.28 csys = 24.33 CPU) Result: FAIL Failed 1/93 test programs. 0/8217 subtests failed. make: *** [test_dynamic] Error 255
Please provide the output of the command: ./koha_perl_deps.pl -m -u (ran within the source dir, where you did the make test). Did the "make" command warn you of missing packages? Regards To+
Hi, On Mon, Jun 3, 2013 at 9:57 PM, satish <lis4satish@gmail.com> wrote:
kindly provide your advice.
make test report log. --------------------------------- t/Labels.t (Wstat: 11 Tests: 1 Failed: 0) Non-zero wait status: 11 Parse errors: Bad plan. You planned 6 tests but ran 1. Files=93, Tests=8217, 26 wallclock secs ( 1.00 usr 0.07 sys + 21.98 cusr 1.28 csys = 24.33 CPU) Result: FAIL Failed 1/93 test programs. 0/8217 subtests failed. make: *** [test_dynamic] Error 255
I suspect that you have run into an issue invoked by version of 0.97 of the Text::CSV_XS Perl module that was recently reported on this mailing list [1]. If so, and if 0.97 is the version that is currently installed on your system, please try upgrading to Text::CSV_XS 0.98. [1] http://lists.katipo.co.nz/pipermail/koha/2013-June/036442.html Regards, Galen -- Galen Charlton Manager of Implementation Equinox Software, Inc. / The Open Source Experts email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
participants (3)
-
Galen Charlton -
satish -
Tomas Cohen Arazi