https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17506
Christopher Brannon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #4 from Christopher Brannon <[email protected]> --- I tried two provisions in a sandbox with this patch. Patch loaded, but when I restarted services in both provisions, I was greeted with these errors: Stopping Plack daemon for b17506:. Stopping Z39.50/SRU daemon for b17506:. Stopping Koha worker daemon for b17506:. Stopping Koha indexing daemon for b17506:. Starting Plack daemon for b17506:. Starting Z39.50/SRU daemon for b17506:"my" variable $operation masks earlier declaration in same scope at /kohadevbox/koha/C4/Circulation.pm line 4075. "my" variable $patron masks earlier declaration in same scope at /kohadevbox/koha/C4/Circulation.pm line 4077. syntax error at /kohadevbox/koha/C4/Circulation.pm line 4031, near "} else" Unmatched right curly bracket at /kohadevbox/koha/C4/Circulation.pm line 4034, at end of line Can't redeclare "my" in "my" at /kohadevbox/koha/C4/Circulation.pm line 4039, near "my" Global symbol "$operation" requires explicit package name (did you forget to declare "my $operation"?) at /kohadevbox/koha/C4/Circulation.pm line 4039. syntax error at /kohadevbox/koha/C4/Circulation.pm line 4069, near "}" Unmatched right curly bracket at /kohadevbox/koha/C4/Circulation.pm line 4072, at end of line Can't redeclare "my" in "my" at /kohadevbox/koha/C4/Circulation.pm line 4077, near "my" syntax error at /kohadevbox/koha/C4/Circulation.pm line 4088, near "}" Can't use global @_ in "my" at /kohadevbox/koha/C4/Circulation.pm line 4099, near "= @_" Global symbol "$itemnumber" requires explicit package name (did you forget to declare "my $itemnumber"?) at /kohadevbox/koha/C4/Circulation.pm line 4103. Global symbol "$itemnumber" requires explicit package name (did you forget to declare "my $itemnumber"?) at /kohadevbox/koha/C4/Circulation.pm line 4103. Global symbol "$barcode" requires explicit package name (did you forget to declare "my $barcode"?) at /kohadevbox/koha/C4/Circulation.pm line 4104. syntax error at /kohadevbox/koha/C4/Circulation.pm line 4118, near "}" /kohadevbox/koha/C4/Circulation.pm has too many errors. Compilation failed in require at /kohadevbox/koha/Koha/Items.pm line 27. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Items.pm line 27. Compilation failed in require at /kohadevbox/koha/Koha/Recall.pm line 25. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Recall.pm line 25. Compilation failed in require at /kohadevbox/koha/Koha/Recalls.pm line 23. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Recalls.pm line 23. Compilation failed in require at /kohadevbox/koha/C4/XSLT.pm line 33. BEGIN failed--compilation aborted at /kohadevbox/koha/C4/XSLT.pm line 33. Compilation failed in require at /kohadevbox/koha/Koha/Biblio.pm line 27. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Biblio.pm line 27. Compilation failed in require at /kohadevbox/koha/Koha/Biblios.pm line 25. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Biblios.pm line 25. Compilation failed in require at /kohadevbox/koha/Koha/Libraries.pm line 25. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Libraries.pm line 25. Compilation failed in require at /kohadevbox/koha/Koha/Object/Limit/Library.pm line 22. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Object/Limit/Library.pm line 22. Compilation failed in require at /usr/lib/x86_64-linux-gnu/perl-base/base.pm line 135. ...propagated at /usr/lib/x86_64-linux-gnu/perl-base/base.pm line 157. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/AuthorisedValue.pm line 25. Compilation failed in require at /kohadevbox/koha/Koha/AuthorisedValues.pm line 25. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/AuthorisedValues.pm line 25. Compilation failed in require at /kohadevbox/koha/C4/Koha.pm line 27. BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Koha.pm line 27. Compilation failed in require at /kohadevbox/koha/C4/Biblio.pm line 91. BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Biblio.pm line 91. Compilation failed in require at /kohadevbox/koha/Koha/Z3950Responder.pm line 22. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Z3950Responder.pm line 22. Compilation failed in require at /kohadevbox/koha/misc/z3950_responder.pl line 27. BEGIN failed--compilation aborted at /kohadevbox/koha/misc/z3950_responder.pl line 27. [31mfailed![39;49m Starting Koha worker daemon for b17506:. Starting Koha indexing daemon for b17506:. Reloading Apache httpd web server: apache2. memcached -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
