[Koha-bugs] [Bug 15182] make test fails immediately on 3.22.00-beta due to missing Crypt::GCrypt which is optional

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 12 20:00:05 CET 2015


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

Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hector.hecaxmmx at gmail.com,
                   |                            |tomascohen at gmail.com

--- Comment #1 from Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com> ---
This is launched becuase C4::Accounts depends from C4::Members and C4::Members
depends on Koha::NorwegianPatronDB.

All modules required by "Norwegian national library card" are not required:

    'SOAP::Lite' => {
        'usage'    => 'Norwegian national library card',
        'required' => '0',
        'min_ver'  => '0.712',
    },
    'Crypt::GCrypt' => {
        'usage'    => 'Norwegian national library card',
        'required' => '0',
        'min_ver'  => '1.24',
    },
    'Convert::BaseN' => {
        'usage'    => 'Norwegian national library card',
        'required' => '0',
        'min_ver'  => '0.01',
    },
    'Digest::SHA' => {
        'usage'    => 'Norwegian national library card',
        'required' => '0',
        'min_ver'  => '5.61',
    },

In debian this is not a problem, since package in available sudo apt-get
install libcrypt-gcrypt-perl.

I add here Tomás (RM)

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


More information about the Koha-bugs mailing list