[Koha-bugs] [Bug 18927] koha-rebuild-zebra is failing with "error retrieving biblio"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 30 05:31:05 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18927

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcook at prosentient.com.au

--- Comment #18 from David Cook <dcook at prosentient.com.au> ---
This is an interesting one... 

I have the exact same Koha code running on Debian Jessie and OpenSUSE. The code
on OpenSUSE works fine, but the code on Debian is creating the error reported
in this bug.

Debian is Perl 5.20.2 using Koha apt repository and Debian apt repo for
dependencies.

Exporter is 5.71. 

OpenSUSE is Perl 5.18.2 using CPAN for dependencies.

Exporter is 5.68.

--

Doesn't look like there's anything important in the Exporter changelog:
https://metacpan.org/changes/distribution/Exporter. 

--

Hmm, the C4::Items::Item2Marc function looks exactly the same in 17.05.xx as it
does in older versions of Koha that worked fine on Debian. 

When I try the older Koha library code on Debian with a little script I've
written, it works fine (notwithstanding expected database schema errors). It's
an issue with the newer Koha library code...

The exports look basically the same in C4::Biblio between versions. 

--

So it looks like something we must have done... yet it also looks like it
depends on the system Perl too. Going to try a different Perl on OpenSUSE and
see if that makes a difference...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list