[Bug 11757] New: dependency on POE is not longer necessary
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11757 Bug ID: 11757 Summary: dependency on POE is not longer necessary Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt@gmail.com Reporter: gmcharlt@gmail.com QA Contact: testopia@bugs.koha-community.org Various modules from the POE family of Perl modules were used by zebraqueue_daemon.pl. However, as that script was removed per bug 9001, POE is no longer required. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11757 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11757 --- Comment #1 from Galen Charlton <gmcharlt@gmail.com> --- Created attachment 25238 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25238&action=edit Bug 11757: remove dependency on POE The last use of the POE family of Perl modules went away with the removal of zebraqueue_daemon.pl per bug 9001. Consequently, this patch removes POE as a dependency. To test: [1] Verify that "git grep POE" and "git grep libpoe" report nothing. [2] Verify that koha_perl_deps.pl -a does not report POE as a dependency. [3] (extra credit) verify that Debian packages can be built that do not list libpoe-perl as a dependency. This patch also updates some distro-specific installation instructions and scripts, but makes no representations about whether those instructions currently work. Signed-off-by: Galen Charlton <gmc@esilibrary.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11757 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11757 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25238|0 |1 is obsolete| | --- Comment #2 from Chris Cormack <chris@bigballofwax.co.nz> --- Created attachment 25240 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25240&action=edit Bug 11757: remove dependency on POE The last use of the POE family of Perl modules went away with the removal of zebraqueue_daemon.pl per bug 9001. Consequently, this patch removes POE as a dependency. To test: [1] Verify that "git grep POE" and "git grep libpoe" report nothing. [2] Verify that koha_perl_deps.pl -a does not report POE as a dependency. [3] (extra credit) verify that Debian packages can be built that do not list libpoe-perl as a dependency. This patch also updates some distro-specific installation instructions and scripts, but makes no representations about whether those instructions currently work. Signed-off-by: Galen Charlton <gmc@esilibrary.com> Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11757 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11757 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25240|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 25267 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25267&action=edit Bug 11757: remove dependency on POE The last use of the POE family of Perl modules went away with the removal of zebraqueue_daemon.pl per bug 9001. Consequently, this patch removes POE as a dependency. To test: [1] Verify that "git grep POE" and "git grep libpoe" report nothing. [2] Verify that koha_perl_deps.pl -a does not report POE as a dependency. [3] (extra credit) verify that Debian packages can be built that do not list libpoe-perl as a dependency. This patch also updates some distro-specific installation instructions and scripts, but makes no representations about whether those instructions currently work. Signed-off-by: Galen Charlton <gmc@esilibrary.com> Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11757 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #4 from Galen Charlton <gmcharlt@gmail.com> --- Pushed to master. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11757 Fridolin SOMERS <fridolyn.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |fridolyn.somers@biblibre.co | |m --- Comment #5 from Fridolin SOMERS <fridolyn.somers@biblibre.com> --- Pushed to 3.14.x, will be in 3.14.07. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11757 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle@bywatersolutions.com --- Comment #6 from Kyle M Hall <kyle@bywatersolutions.com> --- Pushed to 3.12.x will be in 3.12.13 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11757 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #7 from David Cook <dcook@prosentient.com.au> --- The new work I'm doing for http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662, which hasn't been posted yet, will be using libpoe-perl (and potentially libpoe-component-client-http-perl) for the OAI-PMH harvester daemon. Galen, how would you like folk to ask for Perl dependencies to be added to Koha? -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org