=== mvo_ is now known as mvo === ricab is now known as ricab|brb === ricab|brb is now known as ricab [11:38] juliank: will you take a look at multipath-tools again before FF of this cycle? [11:39] cpaelzer: I don't think so [11:39] I think worst case, we can keep it at the cosmic level for disco, and update it next cycle [11:40] I think with the amount of regressions that can come from a multipath-tools update it does not really make much sense to update it late in a cycle [11:40] yes [11:41] that was what I was concerned about if it would come in very last [11:41] and I didn't hear any of the usual multipath-heavy people cry for a new version, maybe the fixes are less important than usual [11:41] I'd ack to doing it early in next cycle to be able to sort things out there [11:41] thanks for the clarification juliank [12:08] hye. [12:08] hey. [12:08] any idea how to debootstrap a current ubuntu system using only https sources? [12:09] for some reason you put apt-transport-https into universe [12:09] which makes debootstrap break [12:09] [ https://bugs.debian.org/920255 ] [12:09] Debian bug 920255 in debootstrap "tries to install apt-transport-https even if doesn't exist" [Important,Open] [12:09] that was probably because apt has built-in https now [12:09] yeah, but it breaks debootstrapping [12:09] I guess debootstrap hasn't been fixed for that? [12:09] not yet, at least not in debian [12:09] LocutusOfBorg: doko: I saw you retrying tests of "redmine" any idea what dependency is broken and why? [12:10] I saw ruby-actionpack-xml-parser and that also makes redmine from proposed hard to install in a disco container [12:10] also, cf Debian#879755 [12:10] [ hm. ubottu doesn't do that. https://bugs.debian.org/879755 then ] [12:10] Debian bug 879755 in debootstrap "debootstrap fails with current sid without apt-transport-https and https URLs" [Minor,Open] [12:10] but I didn#t check further, but seeing your retries with "assorted triggers" was wondering if you took a look already? [12:11] cjwatson: so, any advice on how to get any of the modern ubuntus bootstrapped? [12:11] ahasenack: ^^ FYI on current postgersql vs redmin in excuses [12:11] in the short term maybe just sed apt-transport-https out of the relevant script? [12:12] I'm sure somebody should fix it properly, but that somebody won't be me :) [12:12] that's not a horrible idea. let me try it :) [12:13] it didn't even occur to me [12:43] mwhudson,sil2100,infinity: could any of you have a look at https://code.launchpad.net/~cjwatson/livecd-rootfs/+git/livecd-rootfs/+merge/361824 and https://code.launchpad.net/~cjwatson/livecd-rootfs/+git/livecd-rootfs/+merge/361825 ? I'd like to make progress on getting those LXD images up [12:43] (I understand I may not be able to actually do the bionic SRU yet since there's other stuff in verification) [12:47] cjwatson: I'll try having a look in some moments [12:47] Thanks === ricab is now known as ricab|lunch [13:41] * Laney fist bumps mwhudson for the rustc backports [14:37] vorlon: would you subscribe foundation-bugs to pcre2 for LP: #1636666 ? [14:37] Launchpad bug 1636666 in pcre2 (Ubuntu) "[MIR] pcre2" [Undecided,Confirmed] https://launchpad.net/bugs/1636666 [14:38] cpaelzer, I retried a lot of stuff, nothing intentional :) === ricab|lunch is now known as ricab === alan_g_ is now known as alan_g === chiluk_ is now known as chiluk [17:08] cpaelzer: redmine is scheduled for removal in debian. I wouldn't mind if you prepare a removal bug ... [18:23] doko: it looks like a similar case to schleuder wrt ruby-mail: [18:24] Setting up redmine (3.4.6-1) ... [18:24] Could not find gem 'mail (~> 2.6.4)' in any of the gem sources listed in your Gemfile. [18:24] we have ruby-mail 2.7.x [18:26] https://github.com/redmine/redmine/blob/master/Gemfile seems to support 2.7.1 [18:27] ahasenack: is that *latest* upstream or the version of redmine 3.4.6? [18:27] I'm checking [18:27] because 'master' seems ahead of 3.4.6 [18:28] latest 3.4.x is 3.4.8 (tarball, just downloaded) [18:28] 'cause if I look at releases, I see us at 4.0 which I am assuming Master is at [18:28] 4.0.x * [18:28] 3.4.8 still wants ruby-mail 2.6.4: [18:28] gem "mail", "~> 2.6.4" [18:29] it's the 4.0.x release that can use ruby-mail 2.7.1 [18:29] ahasenack: right, 4.0.1 supports 2.7.1 - gem "mail", "~> 2.7.1" [18:29] yep [18:29] so it probably needs upgraded in Debian and Ubuntu then [18:29] right, debian stopped at 3.4.6 [18:29] (sorry I was just perusing channels and landed here and noticed your last message with the 'master' upstream link) [18:29] I can file an ubuntu bug explaining this, and then someone can decide to either go ahead of debian, or drop it [18:32] doko: cpaelzer: https://bugs.launchpad.net/ubuntu/+source/redmine/+bug/1813051 [18:32] Launchpad bug 1813051 in redmine (Ubuntu) "Not installable on disco due to ruby-mail" [Undecided,New] [18:33] ahasenack: might want to link to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919805 while you're in there [18:33] Debian bug 919805 in src:redmine "redmine: FTBFS (Could not find gem mail)" [Serious,Open] [18:33] same problem [18:33] (and I made a note of what we found there just now) [18:33] thx [18:34] i wonder how hard it would be to update that package... *is merely curious, and might try to as a thought experiment* [18:35] it's ruby [18:35] outside my comfort zone [18:35] waaaay outside [18:35] yeah outside mine too but I've had to learn some ruby, just curiousity making me wonder :P [18:35] *is bored at work so tests things* [18:36] ahasenack: wonder if patching the gemfile to use the newer would work, or if it just breaks. [18:36] which'd be a simple bugfix patch if all we have to do is alter the gemfile. [18:53] cjwatson: is there something i can do to get email about new livecd-rootfs MPs? [18:54] cjwatson: approved both [18:59] teward: I've seen it break in another ruby package, ruby-mail 2.7.x seems to have introduced some significant changes [19:00] I hacked the gem file (schleuder was the pkg) and the tests failed [19:00] makes sense. [19:00] ahasenack: then it's safe to say we have to jump to 4.0.1 if we intend to keep it :P [19:00] wonder what Debian's going to do :P [19:00] doko said debian was going to remove it [19:16] ahasenack: i didn't see a removal bug, I saw the FTBFS bug. [19:17] ahasenack: though Debian QA shows it as bieng removed from testing [19:30] doko: I'm having problems with dpkg shlibs on armhf now, here's an example: https://launchpad.net/ubuntu/+source/xfce4-terminal/0.8.7.4-2/+build/16313954 [19:42] jbicha, doko: I'm getting that with ghostscript too === ricab is now known as ricab|EOD [21:26] jbicha, mdeslaur: removed from -proposed. but I'm afk now [21:27] thank you [21:30] thanks! [21:52] Laney: gotta keep the DC warm [21:53] speaking of which, time to upload them all again [22:28] mwhudson: thanks; https://code.launchpad.net/~ubuntu-core-dev/livecd-rootfs/+git/livecd-rootfs -> subscribe yourself, and "code review level" is the relevant one, you can turn off the rest if you want [22:29] cjwatson: i'd swear that wasn't there last time i looked for it [22:29] oh well [22:30] maybe i was looking at branch vs repo [22:30] Could be [22:31] anyway, thanks :) [23:48] doko: ha, our pcre3-in-main count went up by one yesterday :( LP: #1459692 [23:48] Launchpad bug 1459692 in anope (Ubuntu) "[MIR] anope" [Undecided,Fix released] https://launchpad.net/bugs/1459692