<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>A new request with request id 7769 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is : <br><br>Title : Koha-devel Digest, Vol 201, Issue 22<br>Category : <br>Description : <div>Send Koha-devel mailing list submissions to<br>    koha-devel@lists.koha-community.org<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>    https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>or, via email, send a message with subject or body 'help' to<br>    koha-devel-request@lists.koha-community.org<br><br>You can reach the person managing the list at<br>    koha-devel-owner@lists.koha-community.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Koha-devel digest..."<br><br><br>Today's Topics:<br><br>   1. Difficulties with JSON::Validator after upgrading to 22.05<br>      (Philippe Blouin)<br>   2. Re: Difficulties with JSON::Validator after upgrading to<br>      22.05 (Tomas Cohen Arazi)<br>   3. Re: Difficulties with JSON::Validator after upgrading to<br>      22.05 (Philippe Blouin)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Fri, 26 Aug 2022 13:07:43 -0400<br>From: Philippe Blouin <philippe.blouin@inlibro.com><br>To: "koha-devel@lists.koha-community.org"<br>    <koha-devel@lists.koha-community.org><br>Subject: [Koha-devel] Difficulties with JSON::Validator after<br>    upgrading to 22.05<br>Message-ID: <c4064c2f-4427-fb72-e394-77f9360e2366@inlibro.com><br>Content-Type: text/plain; charset="utf-8"; Format="flowed"<br><br>Hi folks!<br><br>Got a really weird error in my logs right now:<br><br>"is_bool" is not exported by the JSON::Validator::Util module "is_num" is not exported by the JSON::Validator::Util module "str2data" is not exported by theJSON::Validator::Util  module<br>Can't continue after import errors at /usr/share/perl5/JSON/Validator/Schema.pm line 7.<br>BEGIN failed--compilation aborted at /usr/share/perl5/JSON/Validator/Schema.pm line 7.<br>Compilation failed in require at /usr/share/perl5/Mojo/Base.pm line 134.<br>BEGIN failed--compilation aborted at /usr/share/perl5/JSON/Validator/Schema/Draft4.pm line 2.<br>Compilation failed in require at /usr/share/perl5/Mojo/Base.pm line 134.<br>BEGIN failed--compilation aborted at /usr/share/perl5/JSON/Validator/Schema/OpenAPIv2.pm line 2.<br>Compilation failed in require at /inlibro/git/koha-v22-dev-blou/Koha/REST/V1.pm line 25.<br>BEGIN failed--compilation aborted at /inlibro/git/koha-v22-dev-blou/Koha/REST/V1.pm line 25.<br>Compilation failed in require at (eval 22) line 1.<br><br>Which ruins most table displays.<br><br>The error is weird in many ways, including the fact that <br>/usr/share/perl5/JSON/Validator/Util.pm DOES export is_bool and friend <br>in its header.<br><br>cpan tells me I have the latest version, etc...<br><br>I have Ubuntu 20.04, which I'm upgrading now to 22.04, but I don't <br>expect much to change there considering the error.<br><br><br>Any suggestion?<br><br><br>Best regards,<br><br>-- <br>Philippe Blouin,<br>Directeur de la technologie<br><br>Tél.  : (833) 465-4276, poste 230<br>philippe.blouin@inLibro.com<br><br>inLibro | pour esprit libre | www.inLibro.com <http://www.inLibro.com><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220826/e4724f4d/attachment-0001.htm><br><br>------------------------------<br><br>Message: 2<br>Date: Fri, 26 Aug 2022 14:32:31 -0300<br>From: Tomas Cohen Arazi <tomascohen@gmail.com><br>To: Philippe Blouin <philippe.blouin@inlibro.com><br>Cc: koha-devel <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] Difficulties with JSON::Validator after<br>    upgrading to 22.05<br>Message-ID:<br>    <CABZfb=WkUH5FxbUDymg17rNKkmQAs2QbLEcg4Nh6+raOfU3dgw@mail.gmail.com><br>Content-Type: text/plain; charset="utf-8"<br><br>You've got the wrong library version.<br><br>Ubuntu 20.04 is old in terms of the Debian version of is based on. I'm<br>pretty sure you can append 'focal' to the repository configuration line and<br>it will pull the right dependencies.<br><br>El vie, 26 ago 2022 14:08, Philippe Blouin <philippe.blouin@inlibro.com><br>escribió:<br><br>> Hi folks!<br>><br>> Got a really weird error in my logs right now:<br>><br>> "is_bool" is not exported by the JSON::Validator::Util module<br>>  "is_num" is not exported by the JSON::Validator::Util module<br>>  "str2data" is not exported by the JSON::Validator::Util module<br>> Can't continue after import errors at /usr/share/perl5/JSON/Validator/Schema.pm line 7.<br>> BEGIN failed--compilation aborted at /usr/share/perl5/JSON/Validator/Schema.pm line 7.<br>> Compilation failed in require at /usr/share/perl5/Mojo/Base.pm line 134.<br>> BEGIN failed--compilation aborted at /usr/share/perl5/JSON/Validator/Schema/Draft4.pm line 2.<br>> Compilation failed in require at /usr/share/perl5/Mojo/Base.pm line 134.<br>> BEGIN failed--compilation aborted at /usr/share/perl5/JSON/Validator/Schema/OpenAPIv2.pm line 2.<br>> Compilation failed in require at /inlibro/git/koha-v22-dev-blou/Koha/REST/V1.pm line 25.<br>> BEGIN failed--compilation aborted at /inlibro/git/koha-v22-dev-blou/Koha/REST/V1.pm line 25.<br>> Compilation failed in require at (eval 22) line 1.<br>><br>> Which ruins most table displays.<br>><br>> The error is weird in many ways, including the fact that<br>> /usr/share/perl5/JSON/Validator/Util.pm DOES export is_bool and friend in<br>> its header.<br>><br>> cpan tells me I have the latest version, etc...<br>><br>> I have Ubuntu 20.04, which I'm upgrading now to 22.04, but I don't expect<br>> much to change there considering the error.<br>><br>><br>> Any suggestion?<br>><br>><br>> Best regards,<br>> --<br>> Philippe Blouin,<br>> Directeur de la technologie<br>><br>> Tél.  : (833) 465-4276, poste 230<br>> philippe.blouin@inLibro.com<br>> inLibro | pour esprit libre | www.inLibro.com<br>> _______________________________________________<br>> Koha-devel mailing list<br>> Koha-devel@lists.koha-community.org<br>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>> website : https://www.koha-community.org/<br>> git : https://git.koha-community.org/<br>> bugs : https://bugs.koha-community.org/<br>><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220826/70420908/attachment-0001.htm><br><br>------------------------------<br><br>Message: 3<br>Date: Fri, 26 Aug 2022 14:46:54 -0400<br>From: Philippe Blouin <philippe.blouin@inlibro.com><br>To: Tomas Cohen Arazi <tomascohen@gmail.com>,<br>    "koha-devel@lists.koha-community.org"<br>    <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] Difficulties with JSON::Validator after<br>    upgrading to 22.05<br>Message-ID: <b214a32d-9400-9df8-f246-eae4d97e9559@inlibro.com><br>Content-Type: text/plain; charset="utf-8"; Format="flowed"<br><br>Well, you got that right!  Upgrading to 22.04 made the error disappear.<br><br>But from a programming standpoint, I still don't get why the errors.<br><br>Oh well, I just hope JSON::Validator / Mojolicious libraries errors are <br>behind us now.<br><br>Thanks again!<br><br>Philippe Blouin,<br>Directeur de la technologie<br><br>Tél.  : (833) 465-4276, poste 230<br>philippe.blouin@inLibro.com<br><br>inLibro | pour esprit libre | www.inLibro.com <http://www.inLibro.com><br>On 2022-08-26 13:32, Tomas Cohen Arazi wrote:<br>> You've got the wrong library version.<br>><br>> Ubuntu 20.04 is old in terms of the Debian version of is based on. I'm <br>> pretty sure you can append 'focal' to the repository configuration <br>> line and it will pull the right dependencies.<br>><br>> El vie, 26 ago 2022 14:08, Philippe Blouin <br>> <philippe.blouin@inlibro.com> escribió:<br>><br>>     Hi folks!<br>><br>>     Got a really weird error in my logs right now:<br>><br>>     "is_bool" is not exported by the JSON::Validator::Util module "is_num" is not exported by the JSON::Validator::Util module "str2data" is not exported by theJSON::Validator::Util  module<br>>     Can't continue after import errors at /usr/share/perl5/JSON/Validator/Schema.pm line 7.<br>>     BEGIN failed--compilation aborted at /usr/share/perl5/JSON/Validator/Schema.pm line 7.<br>>     Compilation failed in require at /usr/share/perl5/Mojo/Base.pm line 134.<br>>     BEGIN failed--compilation aborted at /usr/share/perl5/JSON/Validator/Schema/Draft4.pm line 2.<br>>     Compilation failed in require at /usr/share/perl5/Mojo/Base.pm line 134.<br>>     BEGIN failed--compilation aborted at /usr/share/perl5/JSON/Validator/Schema/OpenAPIv2.pm line 2.<br>>     Compilation failed in require at /inlibro/git/koha-v22-dev-blou/Koha/REST/V1.pm line 25.<br>>     BEGIN failed--compilation aborted at /inlibro/git/koha-v22-dev-blou/Koha/REST/V1.pm line 25.<br>>     Compilation failed in require at (eval 22) line 1.<br>><br>>     Which ruins most table displays.<br>><br>>     The error is weird in many ways, including the fact that<br>>     /usr/share/perl5/JSON/Validator/Util.pm DOES export is_bool and<br>>     friend in its header.<br>><br>>     cpan tells me I have the latest version, etc...<br>><br>>     I have Ubuntu 20.04, which I'm upgrading now to 22.04, but I don't<br>>     expect much to change there considering the error.<br>><br>><br>>     Any suggestion?<br>><br>><br>>     Best regards,<br>><br>>     -- <br>>     Philippe Blouin,<br>>     Directeur de la technologie<br>><br>>     Tél.  : (833) 465-4276, poste 230<br>>     philippe.blouin@inLibro.com<br>><br>>     inLibro | pour esprit libre | www.inLibro.com<br>>     <http://www.inLibro.com><br>>     _______________________________________________<br>>     Koha-devel mailing list<br>>     Koha-devel@lists.koha-community.org<br>>     https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>>     website : https://www.koha-community.org/<br>>     git : https://git.koha-community.org/<br>>     bugs : https://bugs.koha-community.org/<br>><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220826/b4c8b4b7/attachment.htm><br><br>------------------------------<br><br>Subject: Digest Footer<br><br>_______________________________________________<br>Koha-devel mailing list<br>Koha-devel@lists.koha-community.org<br>https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>website : https://www.koha-community.org/<br>git : https://git.koha-community.org/<br>bugs : https://bugs.koha-community.org/<br><br><br>------------------------------<br><br>End of Koha-devel Digest, Vol 201, Issue 22<br>*******************************************<br></div><br><br>NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.<br></body></html>