Re: [Koha-devel] Adopting CPAN and Carton

2020-06-09 Thread dcook
I agree with Tomas. Julian, you're right about bundling deps in a Debian package not being very typical in Debian dogma, but there is some precedent (see https://wiki.debian.org/Javascript/Nodejs/Npm2Deb/Embedding and https://wiki.debian.org/Javascript/GroupSourcesTutorial). I think it's

Re: [Koha-devel] Bugzilla: no "pushed to oldoldstable" status

2020-06-09 Thread Victor Grousset/tuxayo
On 20-06-09 19:47, Jonathan Druart wrote: > To not have this status now? What do you mean? > The status exists, you can switch to oldoldstable only if pushed to oldstable. I see, the status wasn't updated with "pushed to oldstable", that why I couldn't see it. No worries then. -- Victor

Re: [Koha-devel] Bugzilla: no "pushed to oldoldstable" status

2020-06-09 Thread Jonathan Druart
To not have this status now? What do you mean? The status exists, you can switch to oldoldstable only if pushed to oldstable. Le mar. 9 juin 2020 à 19:38, Victor Grousset/tuxayo a écrit : > > Hi, > > I suppose there is a reason to not have this status now? > Since oldoldstable is used since a

[Koha-devel] Bugzilla: no "pushed to oldoldstable" status

2020-06-09 Thread Victor Grousset/tuxayo
Hi, I suppose there is a reason to not have this status now? Since oldoldstable is used since a long time. -- Victor Grousset/tuxayo ___ Koha-devel mailing list Koha-devel@lists.koha-community.org

Re: [Koha-devel] Adopting CPAN and Carton

2020-06-09 Thread Julian Maurice
Le 09/06/2020 à 15:47, Tomas Cohen Arazi a écrit : I think we should use carton and/or local::lib, and bundle all the dependencies on build time. Building a Docker image? Bundle all deps. Building a Debian package? Bundle all deps (we already need to build things for specific perl versions)

Re: [Koha-devel] Adopting CPAN and Carton

2020-06-09 Thread Tomas Cohen Arazi
I think we should use carton and/or local::lib, and bundle all the dependencies on build time. Building a Docker image? Bundle all deps. Building a Debian package? Bundle all deps (we already need to build things for specific perl versions) Building a Snap/Flatpack? Bundlfe all deps cpanm means

[Koha-devel] No translation updates on 19.11.x since 19.11.03?

2020-06-09 Thread Alexander Borkowski
Hi, Just wondering why there were no translation updates since the 19.11.03 release of the 19.11.x branch while there were updates on 19.05.x for every release including 19.05.11? The latest commit on 19.11.x regarding this appears to be commit b1b9777f3fea114bf71e24c30245ee6e7a13a924 Author:

Re: [Koha-devel] Adopting CPAN and Carton

2020-06-09 Thread Kyle Hall
On Tue, Jun 9, 2020 at 2:47 AM Julian Maurice wrote: > I'm all for installing Perl modules directly from CPAN. I'm less sure > about Carton. Is it really needed ? I believe that `cpanm --installdeps > .` does the same thing. > > Carton would, in theory, speed up the installation because Koha

Re: [Koha-devel] Koha 20.05.00 Released

2020-06-09 Thread Jonathan Druart
Hi everybody, IMPORTANTE NOTE If you want to upgrade to 20.05.00 you should know that we have 2 major bugs that you may hit. 1. There was a change in 20.05. Before we silently ignored wrong permissions, now we force the logging system to be setup correctly (bug 25172) You must give permission

Re: [Koha-devel] [External] Re: [External] Re: [External] Re: Error updating database

2020-06-09 Thread Joonas Kylmälä
On 09/06/2020 10:43, Adrian Hilt wrote: > After that update now my users can't add items to a MARC record, they get  > > SOFTWARE ERROR > can't open /var/log/koha/keough/intranet-error.log (permission denied) > at /usr/share/perl5/Log/Log4perl/Appender/File.pm line 124 chown the file with the

Re: [Koha-devel] [External] Re: [External] Re: [External] Re: Error updating database

2020-06-09 Thread Adrian Hilt
It was really a long day doing mistakes... Ubuntu 16.04 After that update now my users can't add items to a MARC record, they get SOFTWARE ERROR can't open /var/log/koha/keough/intranet-error.log (permission denied) at /usr/share/perl5/Log/Log4perl/Appender/File.pm line 124 I tried changing the

Re: [Koha-devel] Adopting CPAN and Carton

2020-06-09 Thread Julian Maurice
I'm all for installing Perl modules directly from CPAN. I'm less sure about Carton. Is it really needed ? I believe that `cpanm --installdeps .` does the same thing. Anyway, I think the first step would be to write documentation on how to use this installation method. Even if not adopted, it