[Koha-bugs] [Bug 17505] REST API: Add route for messaging preferences

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jul 30 16:15:25 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17505

--- Comment #12 from Jiri Kozlovsky <mail at jkozlovsky.cz> ---
To overcome testing problems with missing OpenApi (from bug 18137) one should
run:
$ sudo cpanm Mojolicious::Plugin::OpenAPI at 1.10

.. 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 Mojolicious at 7.31
$ sudo cpanm JSON::Validator at 0.96
$ sudo cpanm Mojolicious::Plugin::OpenAPI at 1.13

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


More information about the Koha-bugs mailing list