[Bug 11940] New: ./tools/export.pl die if too many items in a record
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11940 Bug ID: 11940 Summary: ./tools/export.pl die if too many items in a record Change sponsored?: --- Product: Koha Version: 3.14 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: gmcharlt@gmail.com Reporter: stephane.delaune@biblibre.com QA Contact: testopia@bugs.koha-community.org ./tools/export.pl die if too many items in a record because eval is on GetMarcBiblio($recordid) but not on C4::Biblio::EmbedItemsInMarcBiblio -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11940 stephane.delaune@biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion Assignee|gmcharlt@gmail.com |stephane.delaune@biblibre.c | |om --- Comment #1 from stephane.delaune@biblibre.com --- bug is : ~/src/tools$ ./export.pl --filename=/home/koha/dumps/exports/`date +%F`-notices_total.mrc --clean Undefined subroutine &MARC::Record::carp called at /usr/share/perl5/MARC/Record.pm line 565. in fact the koha-community marc-record package have this bug (corrected in newer versions) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11940 stephane.delaune@biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|stephane.delaune@biblibre.c |robin@catalyst.net.nz |om | --- Comment #2 from stephane.delaune@biblibre.com --- in community repository, libmarc-record-perl is in 2.0.2-1 ; a newer version is 2.0.3-1 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11940 stephane.delaune@biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |ASSIGNED --- Comment #3 from stephane.delaune@biblibre.com --- (In reply to stephane.delaune from comment #2)
in community repository, libmarc-record-perl is in 2.0.2-1 ; a newer version is 2.0.3-1
this is a mistake, libmarc-record-perl is not into community repository ; it's a dependancy. I propose to set in C4/Installer/PerlDependencies.pm the min_ver to 2.0.3 instead of 2 for MARC::Record I propose to add the 2.0.3 version deb package into community repository for all squeeze users -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11940 stephane.delaune@biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolyn.somers@biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11940 --- Comment #4 from Robin Sheat <robin@catalyst.net.nz> --- MARC::Record 2.0.6 has been uploaded to the repo now. Note that this won't fix the underlying issue, i.e. there are too many items for USMARC to handle, but it'll stop the bad error. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11940 --- Comment #5 from Fridolin SOMERS <fridolyn.somers@biblibre.com> --- (In reply to Robin Sheat from comment #4)
MARC::Record 2.0.6 has been uploaded to the repo now. Note that this won't fix the underlying issue, i.e. there are too many items for USMARC to handle, but it'll stop the bad error. Do you agree to change the min version in C4::Installer::PerlDependencies ?
-- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11940 --- Comment #6 from Robin Sheat <robin@catalyst.net.nz> --- (In reply to Fridolin SOMERS from comment #5)
Do you agree to change the min version in C4::Installer::PerlDependencies ?
It's probably best, given it does cause actual breakage. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11940 Fridolin SOMERS <fridolyn.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |11096 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11940 Fridolin SOMERS <fridolyn.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11940 Fridolin SOMERS <fridolyn.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #7 from Fridolin SOMERS <fridolyn.somers@biblibre.com> --- Bug 11096 has set the dependency to 2.0.6. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org