Bug 7858 - Missing packages from install_misc/ubuntu.packages
Summary: Missing packages from install_misc/ubuntu.packages
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Installation and upgrade (command-line installer) (show other bugs)
Version: 3.6
Hardware: All All
: P5 - low normal (vote)
Assignee: Owen Leonard
QA Contact: Ian Walls
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-30 20:06 UTC by Owen Leonard
Modified: 2013-12-05 19:59 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 7858 - Missing packages from install_misc/ubuntu.packages (3.19 KB, patch)
2012-04-02 18:22 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 7858 - Missing packages from install_misc/ubuntu.packages (3.29 KB, patch)
2012-04-03 22:43 UTC, Jared Camins-Esakov
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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.