Time  Nick         Message
05:11 davidnind    @later tell alexbuckley Nice article about the 21.11 release!
05:11 huginn`      davidnind: The operation succeeded.
05:11 davidnind    Here is the link: https://www.catalyst.net.nz/news/release-koha-2111
06:15 reiveune     hello
06:15 wahanui      hi, reiveune
06:21 fridolin     hi there
06:21 wahanui      hola, fridolin
07:16 ashimema     Morning
08:02 alex_a       Bonjour !
10:34 * cait1      waves at davidnind
11:50 tcohen       hola #koha
12:53 davidnind    cait1: waves back!
13:37 cait1        hm we are in a bit of trouble with the 20.11.12 update - possible that libyaml-libyaml-perl is missing from packages?
13:37 cait1        we are building our own packages from git
13:42 tcohen       cait, have you pointed your repos to 21.11 as well?
13:43 cait1        forwarding yoru question, sec
13:44 cait1        do you mean 20.11?
13:49 cait1        repos point to 20.11
13:51 tcohen       I would ping mtj
13:56 cait1        yeah, we are investigating alittle more
13:57 cait1        do youknow if the yaml stuff could be a dependency of the email fixes?
13:57 cait1        20.11.12 backported the complex patches for return path and diacritics in emails
13:59 cait1        ping mtj :) ^
13:59 cait1        you never now when he might not be sleeping
14:01 tcohen       I don't think so, no
14:01 tcohen       (about the dependency)
14:02 cait1        he only dependency change i see is replaying Email::Valid with Email::Address
14:03 cait1        and Email::Address doesn't appear to have any dependencies.. so
14:05 tcohen       what does your git log cpanfile  look like?
14:07 cait1        same as community, no changes
14:07 tcohen       the the debian/control file?
14:07 cait1        checking
14:09 cait1        it has:  libyaml-perl,  libyaml-syck-perl,
14:09 cait1        changed last 2 years ago...
14:10 cait1        the packages built ok, this was on installing the package
14:12 cait1        hm control.in on master still lists libyaml-syck-perl btw
14:12 cait1        shoudl it not be removed?
14:16 mtj          hi cait1, you probably want to run ./debian/update-control script - before building the package
14:17 mtj          ..the debian/control files can be sometimes a little out-of-sync
14:17 mtj          cait1:  what os version are you having problems on?
14:25 cait1        oh hi mtj
14:25 cait1        21.11.12
14:25 cait1        argh
14:25 cait1        20.11.12 of course
14:26 cait1        we are finding no trace where libyaml-libyaml-perl could be used... but on installing the package it was demanded
14:26 cait1        we are just about to do a second test run on one of our training servers - maybe worth noting that we build our own packages from the 21.11.12 branch
14:28 cait1        20.11.12...
14:28 mtj          hiya, 1 tic..
14:29 mtj          cait1:  what os version are you on?
14:29 cait1        18.11.16 *hides*
14:29 tcohen       cait you should test the packaging on a clean virtualbox VM?
14:30 tcohen       vagrant init debian/buster64 ?
14:32 cait1        I am not the one building, so not sure
14:35 cait1        we are using stretch
14:35 mtj          cait1: short version... libyaml-libyaml-perl will be a dep of another yaml package (i guess)
14:40 mtj          cait1: you can do a 'apt-cache rdepends libyaml-libyaml-perl' to find out what packages depend on it
14:41 pastebot     "mtj" at 127.0.0.1 pasted "apt-cache rdepends libyaml-libyaml-perl" (38 lines) at http://paste.koha-community.org/6607
14:43 mtj          cait1: ^^ so that explains why 'libyaml-libyaml-perl' is not listed in the control file, but gets installed anyway :)
14:44 cait1        sec reading :)
14:44 cait1        i think it wasn't installed, we had to do it manually
14:47 cait1        which is hte issue we are trying to understand
14:52 cait1        mtj ^
14:54 mtj          cait1: if you are on stretch, you should install the newer libyaml-libyaml-perl-0.76 from the kc repo
14:55 mtj          the 0.63 versionin the debian/stretch repo is a but old
14:55 mtj          bit
14:55 cait1        not sure how that works, I'll forward your comment
14:56 cait1        mtj: I guess since .12 is the last one we should just do that manually or is there someting easy we can do to make it work automatically?
14:57 mtj          im not sure if thats your problem? .. you are installing a libyaml-libyaml-perl thats not >= 0.76
14:57 cait1        Just heard that the other server gave less trouble
14:58 cait1        our admin says he build the package again too, maybe something went wrong the first time?
14:58 cait1        mtj++ thx a lot for looking into this, we'll keep in mind - still some servers to go
14:59 mtj          cpanfile says ...requires 'YAML', '0.71'  - so we do require a version above whats in the debian repo
15:01 pastebot     "mtj" at 127.0.0.1 pasted "apt-cache policy libyaml-libyaml-perl" (10 lines) at http://paste.koha-community.org/6608
15:02 mtj          no probs cait :) ^^
15:04 mtj          cait1 grab this.. http://debian.koha-community.org/koha/pool/main/liby/libyaml-libyaml-perl/
15:06 cait1        mtj: forwarding this to our sysadmin
15:08 mtj          cait, you ask "is there someting easy we can do to make it work automatically?" - answer is yes :)
15:10 cait1        I assumed :) I just don't know a lot about the packaging process myself
15:11 cait1        I gotte leave for a few minutes - thx again!
15:16 mtj          if you name your packages like 'koha-common_20.11.12-1+bsz1_all.deb', you can use the kc apt repo
15:19 mtj          ..your package will be installed over the offical kc package, and you'll install all other needed pkgs too
15:19 mtj          ...which would fix the problem it seems you are having here :)
15:43 cait1        ... I think we got it
15:43 cait1        the solution is in the name :)
15:53 cait1        mtj++
16:26 reiveune     bye
22:35 huginn`      News from kohagit: Bug 29637: AutoSwitchPatron should look for card number in the barcode <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d308a064d75d3509b1a193af06203400b3b99d9d>
22:35 huginn`      News from kohagit: Bug 29620: (follow-up) Rename remaining old-style parameters <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=3ba74940ee730e92ad7061f27f18390cc6308364>
22:35 huginn`      News from kohagit: Bug 29528: Surround strings with span <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a339a275031b19298632578c90c292361673f50d>
22:35 huginn`      News from kohagit: Bug 29620: Move the OpenAPI spec to YAML format <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d6c67eddd320a2579261762c18c7a3a8faf63f06>
22:35 huginn`      News from kohagit: Bug 29593: Fix wrong tag in GET /public/libraries spec <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=a5885949b5e162d88906beae6c561fd661a2437c>
22:35 huginn`      News from kohagit: Bug 29528: Breadcrumbs on HTML customizations take you to news <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=61de505ef36e770d915e0b0f08d8e71e787fefa6>
22:35 huginn`      News from kohagit: Bug 28617: (QA follow-up) Restore FindBin in two places <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=d7390be41bdaa0b2f95389967d024661f414b678>
22:35 huginn`      News from kohagit: Bug 28617: Remove kohalib.pl and rely on PERL5LIB <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=238fabc4ab68735afc463a8d1ed53709c88dcd66>
23:09 koha-jenkins Project Koha_Master_D11 build #469: SUCCESS in 33 min: https://jenkins.koha-community.org/job/Koha_Master_D11/469/
23:21 koha-jenkins Project Koha_Master_U21 build #43: SUCCESS in 42 min: https://jenkins.koha-community.org/job/Koha_Master_U21/43/
23:28 koha-jenkins Project Koha_Master_D11_MDB_Latest build #748: SUCCESS in 51 min: https://jenkins.koha-community.org/job/Koha_Master_D11_MDB_Latest/748/
23:37 koha-jenkins Project Koha_Master_U_Stable build #335: SUCCESS in 59 min: https://jenkins.koha-community.org/job/Koha_Master_U_Stable/335/
23:37 koha-jenkins Project Koha_Master_D11_CPAN build #488: SUCCESS in 59 min: https://jenkins.koha-community.org/job/Koha_Master_D11_CPAN/488/
23:42 koha-jenkins Project Koha_Master_U20 build #257: SUCCESS in 1 hr 3 min: https://jenkins.koha-community.org/job/Koha_Master_U20/257/
23:43 koha-jenkins Project Koha_Master_D11_My8 build #709: SUCCESS in 34 min: https://jenkins.koha-community.org/job/Koha_Master_D11_My8/709/