[Koha-bugs] [Bug 8840] ubuntu-pkg-check.sh fix and extend functionality

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 20 17:00:41 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8840

Magnus Enger <magnus at enger.priv.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Signed Off
                 CC|                            |magnus at enger.priv.no

--- Comment #15 from Magnus Enger <magnus at enger.priv.no> ---
After applying the patches, I get:

$ perl koha_perl_deps.pl -m -u

                                              Installed         Required       
  Module is
Module Name                                   Version           Version        
   Required
--------------------------------------------------------------------------------------------
CHI                                           0 *               0.36           
        No
CHI::Driver::Memcached                        0 *               0.12           
        No
Data::Pagination                              0 *               0.44           
        No

--------------------------------------------------------------------------------------------
Total modules reported: 3                      * Module is missing or requires
an upgrade.

$ ./install_misc/ubuntu-packages.sh -ic
# Using the ./install_misc/ubuntu.12.04.packages file as source
#............................................................................................................................................
# Copy and paste the following command to install all Koha's dependencies on
your system:
# Note: this command will run with admin privileges. Make sure your user has
sudo rights
    sudo apt-get install libchi-perl libchi-driver-memcached-perl 

So the two tools agree on CHI and CHI::Driver::Memcached, but
ubuntu-packages.sh does not pick up the missing Data::Pagination. As this
dependency is not listed in ubuntu.12.04.packages this is actually to be
expected, and as far as I understand, fixing the lists of dependencies is
beyond the scope of this bug. 

ubuntu-packages.sh -h gives the help message
ubuntu-packages.sh -r prints dependencies and versions

As far as I can tell ubuntu-packages.sh does what it is supposed to do so I'll
sign off.

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


More information about the Koha-bugs mailing list