Bug 7858

Summary: Missing packages from install_misc/ubuntu.packages
Product: Koha Reporter: Owen Leonard <oleonard>
Component: Installation and upgrade (command-line installer)Assignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Ian Walls <koha.sekjal>
Severity: normal    
Priority: P5 - low CC: paul.poulain
Version: 3.6   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 7858 - Missing packages from install_misc/ubuntu.packages
Bug 7858 - Missing packages from install_misc/ubuntu.packages

Description Owen Leonard 2012-03-30 20:06:37 UTC
perl Makefile.PL reports several missing required packages:

Warning: prerequisite Business::ISBN 2.05 not found.
Warning: prerequisite CGI::Session::Driver::memcached 0.04 not found.
Warning: prerequisite Gravatar::URL 1.03 not found.
Warning: prerequisite HTTP::OAI 3.2 not found.
Warning: prerequisite Memoize::Memcached 0.03 not found.
Warning: prerequisite Modern::Perl 1.03 not found.
Warning: prerequisite PDF::API2::Simple 1 not found.
Warning: prerequisite Text::CSV::Encoded 0.09 not found

These should be added to install_misc/ubuntu.packages

In addition, the INSTALL.ubuntu instructions tell the user to install several things from cpan which are already listed in ubuntu.packages:

libmarc-crosswalk-dublincore-perl
libemail-date-perl
libhtml-scrubber-perl
libbiblio-endnotestyle-perl 

And one which can be added to ubuntu.packages:

liblocale-currency-format-perl
Comment 1 Owen Leonard 2012-04-02 18:22:46 UTC Comment hidden (obsolete)
Comment 2 Jared Camins-Esakov 2012-04-03 22:43:38 UTC
Created attachment 8838 [details] [review]
Bug 7858 - Missing packages from install_misc/ubuntu.packages

- Adding missing dependencies to install_misc/ubuntu.packages
- Removing items from CPAN instructions which are installed
  as packages

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Seems to add all necessary packages.
Comment 3 Ian Walls 2012-04-04 10:32:41 UTC
Yup, adds a bunch of required packages to the Ubuntu list, and updates the docs about what's not available as a .deb.  marking Passed QA.
Comment 4 Jared Camins-Esakov 2012-05-09 19:58:06 UTC
This bug will be included in the Koha 3.6.5 release.
Comment 5 Jared Camins-Esakov 2012-05-09 20:03:35 UTC
This bug will be included in the Koha 3.6.5 release.