https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17505
--- Comment #12 from Jiri Kozlovsky <[email protected]> --- To overcome testing problems with missing OpenApi (from bug 18137) one should run: $ sudo cpanm Mojolicious::Plugin::[email protected] .. but that doesn't work for me, here is my output: --> Working on Mojolicious::Plugin::OpenAPI Fetching http://backpan.perl.org/authors/id/J/JH/JHTHORSEN/Mojolicious-Plugin-OpenAPI-1.10.tar.gz ... OK Configuring Mojolicious-Plugin-OpenAPI-1.10 ... OK ==> Found dependencies: JSON::Validator, Mojolicious --> Working on JSON::Validator Fetching http://www.cpan.org/authors/id/J/JH/JHTHORSEN/JSON-Validator-1.00.tar.gz ... OK Configuring JSON-Validator-1.00 ... OK ==> Found dependencies: Mojolicious --> Working on Mojolicious Fetching http://www.cpan.org/authors/id/S/SR/SRI/Mojolicious-7.37.tar.gz ... OK Configuring Mojolicious-7.37 ... OK ==> Found dependencies: IO::Socket::IP --> Working on IO::Socket::IP Fetching http://www.cpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-0.39.tar.gz ... OK Configuring IO-Socket-IP-0.39 ... OK Building and testing IO-Socket-IP-0.39 ... OK Successfully installed IO-Socket-IP-0.39 (upgraded from 0.29) Building and testing Mojolicious-7.37 ... OK Successfully installed Mojolicious-7.37 (upgraded from 6.15) Building and testing JSON-Validator-1.00 ... OK Successfully installed JSON-Validator-1.00 (upgraded from 0.67) Building and testing Mojolicious-Plugin-OpenAPI-1.10 ... FAIL ! Installing Mojolicious::Plugin::OpenAPI failed. See /root/.cpanm/work/1501423561.19833/build.log for details. Retry with --force to force install it. 3 distributions installed What worked is this process as proposed by Tomás (https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137#c54): $ sudo cpanm [email protected] $ sudo cpanm JSON::[email protected] $ sudo cpanm Mojolicious::Plugin::[email protected] -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
