← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
| Time | Nick | Message | 
|---|---|---|
| 02:06 | gooble_gobble_1 joined #koha | |
| 03:24 | AndrewFH joined #koha | |
| 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/ne[…]release-koha-2111 | 
| 05:33 | Oak joined #koha | |
| 06:07 | EPK joined #koha | |
| 06:08 | EPK joined #koha | |
| 06:10 | EPK1 joined #koha | |
| 06:15 | fridolin joined #koha | |
| 06:15 | reiveune joined #koha | |
| 06:15 | reiveune | hello | 
| 06:15 | wahanui | hi, reiveune | 
| 06:21 | fridolin | hi there | 
| 06:21 | wahanui | hola, fridolin | 
| 07:02 | lmstrand joined #koha | |
| 07:16 | ashimema | Morning | 
| 07:52 | marion joined #koha | |
| 07:58 | cait joined #koha | |
| 08:01 | alex_a joined #koha | |
| 08:01 | cait1 joined #koha | |
| 08:02 | alex_a | Bonjour ! | 
| 09:17 | fridolin left #koha | |
| 09:46 | davidnind joined #koha | |
| 10:34 | * cait1 | waves at davidnind | 
| 11:50 | tcohen | hola #koha | 
| 12:11 | AndrewFH joined #koha | |
| 12:24 | davidnind joined #koha | |
| 12:31 | oleonard joined #koha | |
| 12:44 | AndrewFH joined #koha | |
| 12:53 | davidnind | cait1: waves back! | 
| 13:11 | magnuse joined #koha | |
| 13:28 | alex_a joined #koha | |
| 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 | 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 | do you mean 20.11? | |
| 13:49 | repos point to 20.11 | |
| 13:51 | tcohen | I would ping mtj | 
| 13:56 | alex_a joined #koha | |
| 13:56 | cait1 | yeah, we are investigating alittle more | 
| 13:57 | do youknow if the yaml stuff could be a dependency of the email fixes? | |
| 13:57 | 20.11.12 backported the complex patches for return path and diacritics in emails | |
| 13:59 | ping mtj :) ^ | |
| 13:59 | you never now when he might not be sleeping | |
| 14:01 | tcohen | I don't think so, no | 
| 14:01 | (about the dependency) | |
| 14:02 | cait1 | he only dependency change i see is replaying Email::Valid with Email::Address | 
| 14:03 | 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 | it has: libyaml-perl, libyaml-syck-perl, | |
| 14:09 | changed last 2 years ago... | |
| 14:10 | the packages built ok, this was on installing the package | |
| 14:12 | hm control.in on master still lists libyaml-syck-perl btw | |
| 14:12 | shoudl it not be removed? | |
| 14:16 | mtj | hi cait1, you probably want to run ./debian/update-control script - before building the package | 
| 14:16 | gooble_gobble_1 joined #koha | |
| 14:17 | oleonard joined #koha | |
| 14:17 | mtj | ..the debian/control files can be sometimes a little out-of-sync | 
| 14:17 | cait1: what os version are you having problems on? | |
| 14:21 | AndrewFH joined #koha | |
| 14:21 | martinmorris joined #koha | |
| 14:25 | cait1 | oh hi mtj | 
| 14:25 | 21.11.12 | |
| 14:25 | argh | |
| 14:25 | 20.11.12 of course | |
| 14:26 | we are finding no trace where libyaml-libyaml-perl could be used... but on installing the package it was demanded | |
| 14:26 | 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 | 20.11.12... | |
| 14:28 | mtj | hiya, 1 tic.. | 
| 14:29 | 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 | vagrant init debian/buster64 ? | |
| 14:32 | cait1 | I am not the one building, so not sure | 
| 14:35 | we are using stretch | |
| 14:35 | mtj | cait1: short version... libyaml-libyaml-perl will be a dep of another yaml package (i guess) | 
| 14:36 | Dyrcona joined #koha | |
| 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 | i think it wasn't installed, we had to do it manually | |
| 14:47 | AndrewFH joined #koha | |
| 14:47 | cait1 | which is hte issue we are trying to understand | 
| 14:52 | 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 | the 0.63 versionin the debian/stretch repo is a but old | |
| 14:55 | bit | |
| 14:55 | cait1 | not sure how that works, I'll forward your comment | 
| 14:56 | 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 | our admin says he build the package again too, maybe something went wrong the first time? | |
| 14:58 | 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 | cait1 grab this.. http://debian.koha-community.o[…]aml-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 | 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 | ..your package will be installed over the offical kc package, and you'll install all other needed pkgs too | |
| 15:19 | ...which would fix the problem it seems you are having here :) | |
| 15:43 | cait1 | ... I think we got it | 
| 15:43 | the solution is in the name :) | |
| 15:50 | marie-luce joined #koha | |
| 15:53 | cait1 | mtj++ | 
| 15:56 | Oak joined #koha | |
| 16:26 | reiveune | bye | 
| 16:27 | reiveune left #koha | |
| 16:41 | cait1 left #koha | |
| 16:43 | cait joined #koha | |
| 16:53 | AndrewFH joined #koha | |
| 21:00 | martinmorris joined #koha | |
| 22:34 | AndrewFH joined #koha | |
| 22:35 | huginn` | News from kohagit: Bug 29637: AutoSwitchPatron should look for card number in the barcode <https://git.koha-community.org[…]f06203400b3b99d9d> | 
| 22:35 | News from kohagit: Bug 29620: (follow-up) Rename remaining old-style parameters <https://git.koha-community.org[…]27f18390cc6308364> | |
| 22:35 | News from kohagit: Bug 29528: Surround strings with span <https://git.koha-community.org[…]c90c292361673f50d> | |
| 22:35 | News from kohagit: Bug 29620: Move the OpenAPI spec to YAML format <https://git.koha-community.org[…]c18c7a3a8faf63f06> | |
| 22:35 | News from kohagit: Bug 29593: Fix wrong tag in GET /public/libraries spec <https://git.koha-community.org[…]e6c561fd661a2437c> | |
| 22:35 | News from kohagit: Bug 29528: Breadcrumbs on HTML customizations take you to news <https://git.koha-community.org[…]f08d8e71e787fefa6> | |
| 22:35 | News from kohagit: Bug 28617: (QA follow-up) Restore FindBin in two places <https://git.koha-community.org[…]67d024661f414b678> | |
| 22:35 | News from kohagit: Bug 28617: Remove kohalib.pl and rely on PERL5LIB <https://git.koha-community.org[…]d1ed53709c88dcd66> | |
| 22:59 | AndrewFH joined #koha | |
| 23:02 | cait joined #koha | |
| 23:04 | alexbuckley joined #koha | |
| 23:04 | cait joined #koha | |
| 23:06 | cait joined #koha | |
| 23:08 | cait joined #koha | |
| 23:09 | koha-jenkins | Project Koha_Master_D11 build #469: SUCCESS in 33 min: https://jenkins.koha-community[…]a_Master_D11/469/ | 
| 23:10 | cait joined #koha | |
| 23:21 | koha-jenkins | Project Koha_Master_U21 build #43: SUCCESS in 42 min: https://jenkins.koha-community[…]ha_Master_U21/43/ | 
| 23:28 | Project Koha_Master_D11_MDB_Latest build #748: SUCCESS in 51 min: https://jenkins.koha-community[…]1_MDB_Latest/748/ | |
| 23:35 | cait joined #koha | |
| 23:37 | koha-jenkins | Project Koha_Master_U_Stable build #335: SUCCESS in 59 min: https://jenkins.koha-community[…]ter_U_Stable/335/ | 
| 23:37 | Project Koha_Master_D11_CPAN build #488: SUCCESS in 59 min: https://jenkins.koha-community[…]ter_D11_CPAN/488/ | |
| 23:42 | Project Koha_Master_U20 build #257: SUCCESS in 1 hr 3 min: https://jenkins.koha-community[…]a_Master_U20/257/ | |
| 23:43 | Project Koha_Master_D11_My8 build #709: SUCCESS in 34 min: https://jenkins.koha-community[…]ster_D11_My8/709/ | 
← Previous day | Today | Next day → | Search | Index