[05:23] LocutusOfBorg: i think you broke nginx builds for the forseeable future with the latest upload in Debian from the 25th-27thish which was autosynced to Bionic [05:34] because luajit isn't detected in amd64, armhf, or i386 for Bionic (relevant excerpt from build logs is this: http://paste.ubuntu.com/25972405/) === led_ir23 is now known as led_ir22 [05:50] confirmed: it's broken. [05:51] \o/ [05:57] and now I have to make a decision for nginx-extras: drop Lua module, or switch to the much less fun full Lua libraries instead of libluajit, and further diverge from Debian. Again. [06:04] Does nginx-extras have to be in main? [06:04] rbasak: it's not. [06:04] it's in Universe. [06:05] but an FTBFS on nginx-extras means nginx-core never lands [06:05] because the source package has a component FTBFS [06:05] I see [06:05] refer to #u-release [06:05] because i have a small minirant there [06:06] rbasak: and I just confirmed this happens with 1.12.x that's in bionic now, if someone triggered a rebuild it'd explode in all our faces [06:06] and the only thing that is failing is luajit currently, and only on amd64, armhf, and i386 [06:06] works *fine* on arm64 and ppc64el [06:06] but not the three big ones. [06:06] confirmed in local schroots and PPA builds [06:07] Do you know what luajit upload caused the regression? [06:07] rbasak: debian autosync [06:07] OK, but what Debian upload caused the regression? [06:08] rbasak: I'm asking the same questions in #u-r ;) [06:09] which is why we should specifically pick one channel or the other [10:53] jbicha: who synced that? ;p [11:19] coreycb: ok content of PPA published to bionic-proposed; os-service-types is in the NEW queue. [11:19] coreycb: the issue I'm hitting in neutron is todo with eventlet - https://github.com/eventlet/eventlet/issues/147 [12:20] hi...I'm trying to use SIGUNUSED by #include ....this works ok in 16.04 but not on 17.10...any ideas? [12:21] m_tadeu, the idea is to stop using it I guess [12:21] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=875927 [12:21] Debian bug 875927 in perl "perl: SIGUNUSED removal in glibc 2.26 changes PL_sig_name / SIG_SIZE" [Normal,Open] [12:21] here you have some references to its removal [12:22] LocutusOfBorg: thanks for the info [12:22] yw === gusnan_ is now known as gusnan [13:35] jamespage: ack [13:45] advice request for 1710 re: nsswitch - got a user with valid /etc/hostname and /etc/hosts where sudo hangs (trying to resolve hostname when not network connected) Narrowed it down to nsswitch preferring IPv6 and no separate entry in /etc/hosts for the hostname. That's fixed, but in investigating noticed that "getent ahosts $(hostname)" returns IPv4 localhost IP addresses but not the hostname, where as [13:45] the IPv4 specific "getent ahostsv4 $(hostname)" returns the hostname - is this expected or a bug? [13:48] jamespage: are you planning to upload remaining packages directly to bionic or still use the ci-train ppa/ [13:48] ? [14:28] coreycb: hmm [14:28] coreycb: I might do the neutron ones together once we have the unit testing issues sorted [14:29] coreycb: but the other leaf packages could go direct [14:29] jamespage: that would make sense [14:29] coreycb: I started on swift but need to fix eventlet [14:29] jamespage: ok [14:31] coreycb: zigo is hitting the same issue with neutron@pike into debian unstable; something in the dep chain is causing the problem [14:31] coreycb: we're still ok in artful so I'm trying to bisect exactly what's going on [14:32] jamespage: ack [14:32] coreycb: the stacktrace is misleading - its a bug, but not the direct cause of the problem [14:41] coreycb: who usually cares about mysql? [14:41] jamespage: i think the server team usually manages that [14:41] jamespage: sorry that was meant for doko [14:41] hehe [14:42] doko: rbasak [14:44] rbasak: please could you have a look at ruby-mysql2? the debian/start_mysqld_and_run.sh needs some modernization [14:57] doko: Skuggen (Oracle; not here) should be able to look at that I think. I filed https://bugs.launchpad.net/ubuntu/+source/ruby-mysql2/+bug/1732710. [14:57] Launchpad bug 1732710 in ruby-mysql2 (Ubuntu) "ruby-mysql2 0.4.10-0ubuntu1 FTBFS" [High,Triaged] [15:03] ta [15:04] doko: hang on [15:04] doko: looks like you dropped the patch that was already there that fixes this. [15:04] doko: what were you trying to do? [15:06] wait ... [15:07] rbasak: ahh, my bad. will reapply [15:07] Thanks. [15:07] OOI, why are you jumping ahead of Debian on this package? Is it needed for Ruby maybe? [15:10] rbasak: seeing bus errors in the autopkg tests on armhf [15:10] so nothing what debian will see ... and fix [15:11] I see. Thanks. [15:33] cjwatson: katie/archive robot synced gsmartcontrol 1.1.1-1 from debian, updating from 1.0.2-1. There was an 1.1.0-1 in debian in between those two. It then closed bug 1713311 as that was fixed in the skipped release, but only had the top-entry in the comment. [15:33] bug 1713311 in wifi-radar (Ubuntu) "Unable to launch applications which use su-to-root from menu package as root on Wayland session" [Undecided,New] https://launchpad.net/bugs/1713311 [15:34] Sounds a bit weird [15:34] * juliank thinks that's kind of your thing [15:37] juliank: sounds deliberate - in at least some situations LP deliberately reconstructs things from the changelog [15:37] juliank: oh, the comment in the bug is non-ideal I suppose [15:38] yeah, the comment was confusing [15:41] madigens: ping [15:41] madigens: emailed a few hours ago. Probably too late for me to leave now [15:41] juliank: Looks like https://bugs.launchpad.net/launchpad/+bug/1385660 [15:41] Launchpad bug 1385660 in Launchpad itself "reason that Janitor closed a ticket is unclear" [Low,Triaged] [15:41] juliank: Bit much for me to tackle just at the moment though, I'm afraid [15:42] cjwatson: Well, at least you found a bug report :) [15:42] * juliank subscribed [15:43] If anyone wants to dig, lib/lp/soyuz/model/processacceptedbugsjob.py is probably the place to start [15:44] The problem is probably something like that close_bugs_for_sourcepackagerelease does a since_version check for bug_ids but doesn't then pass that information down to close_bug_ids_for_sourcepackagerelease [15:45] * cjwatson braindumps briefly into the bug [15:49] sladen: just came back from work [16:26] infinity: hey, do you know who can release this? https://code.launchpad.net/~elopio/ubuntu-motd/appreciation/+merge/333552 [16:27] elopio: kirkland [16:28] kirkland: ping :) [16:41] I can't get my program which calls gettext() to look for translations [16:41] checking via strace [16:43] jamespage: https://github.com/openstack/requirements/commit/daa2bedb1ed5ff48c6d95cdc0c6f02fcf68d9089 [16:43] jamespage: i'd like to see if we can reject python-oslo.serialization 2.21.2-0ubuntu1 from bionic-proposed and upload 2.21.1 instead [16:44] jamespage: or, we could just hold off on glance uploads [16:46] I read the gettext manual [16:46] niedbalski: Do you agree with cpaelzer about bug 1729858? [16:46] bug 1729858 in libvirt (Ubuntu Zesty) "virt-clone fails with: Unknown driver 'iso'" [Undecided,Fix committed] https://launchpad.net/bugs/1729858 [17:03] coreycb: neutron bits going to https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3043/+packages first [17:07] coreycb: hmm - alot of the networking-* projects have missing release tarballs? [17:07] does that ring bells? I see you did some already [17:18] jamespage: i noticed some missing tarballs but didn't look into it [17:18] jamespage: just skipped for now [17:18] jamespage: so i think we can just hold off on uploading glance until a fixed oslo.serialization comes out, since all the other pkgs were build with 2.21.2 [17:19] coreycb: ok sounds sensible [17:19] bdmurray: hey, doing SRU reviews now? [17:22] bdmurray: I'd like to tackle some queue reviews later today as well - if you have a moment, could you take a look at the zesty and xenial livecd-rootfs SRUs in the queues? Those are now good for review as we got the old zesty one released finally (thanks to Tribaal!) [17:22] sil2100: I've made a note of it [17:23] oSoMoN: hi. I notice you upload Libreoffice. do you anticipate Libreoffice 6 getting into Bionic if it's out on schedule? [17:25] bdmurray: thanks [17:30] acheronuk: we've always taken the Libreoffice releases since LibreOffice's release schedule is based on making it easy for Ubuntu [17:30] jbicha: didn't know that. thanks [17:35] acheronuk, yes, according to libreoffice's release plan, 6.0 should be in bionic [17:37] oSoMoN: great. I ask as that should have the first release of the Qt5 VCL plugin, meaning we (Kubuntu) can get rid of the old KDE4 one, and maybe have all KDE4 stuff off our iso [17:37] thx [18:06] elopio: done [18:06] infinity: actually, anyone on ~ubuntu-motd can commit/push [18:07] kirkland: thank you! You have my appreciation :) [18:08] wait, I [18:08] elopio: ;-) np [18:08] 'm confused. The MR is still open. [18:15] I see it now, great! [18:51] sil2100: How is bug 1731492 fixed in more current releases? [18:51] bug 1731492 in livecd-rootfs (Ubuntu) "[SRU] Release "minimized round 2" changes to Xenial" [Undecided,New] https://launchpad.net/bugs/1731492 [18:51] or Tribaal ^^ [18:52] bdmurray: it isn't AFAIK [18:52] bdmurray: you mean for zesty and artful? [18:53] Tribaal: and that bionic release too. [18:54] bdmurray: I think bionic was covered by https://code.launchpad.net/~vorlon/livecd-rootfs/minimize-round-two/+merge/332529 ? [18:56] bdmurray: there is no incentive to add those minimization changes to z and a AFAIC - so I backported only to Xenial (since that's where the changes were actually needed). Is that the wrong approach? [18:58] yes, it landed in livecd-rootfs 2.482; closing the trunk bug task with this explanation saves questions [18:59] Tribaal: i think it's more what slangasek just said -- the bug does not indicate it's fixed in the development release -- and there could be tasks for a and z that say won't fix, perhaps (with a bug comment)? [18:59] he doesn't have privs to open the tasks to mark them wontfix [18:59] right, I was going to say just that :) [18:59] slangasek: ah [18:59] can still nominate, though, right? [19:00] Isn't Tribaal an upstream developer of livecd-rootfs? [19:00] (or put in a comment, i guess, that's what i've asked other contributors to do inn the past) [19:02] I guess I should apply for the bug squad [19:03] Tribaal: If you are an upstream developer there is a way to join the Ubuntu Bug Control team. === Guest7945 is now known as Spydar007 [19:05] well, I applied for the bug squad anyway :) [19:06] heh [19:18] bdmurray: hi, did you see the software-properties autopkgtest failures on artful and bionic? [19:18] it doesn't look like it's gtk3's fault so it would be nice to get the gtk3 update in to artful to fix LP: #1720400 [19:18] Launchpad bug 1720400 in gnome-control-center (Ubuntu) "/usr/bin/gnome-control-center:11:update_buffers:image_get_buffers:intel_update_image_buffers:intel_update_renderbuffers:intel_prepare_render" [High,In progress] https://launchpad.net/bugs/1720400 [19:29] Tribaal: bug squad won't give you any permissions though [19:32] bdmurray: well, I'll just have another badge then :) SO nominating for ubuntu releases stems from what? either per-project "upstream" status or Ubuntu Developer for "accross the board" nominations? [19:33] Tribaal: members of Ubuntu Bug Control can nominate a bug for fixing in a release. Ubuntu Developers can accept or directly add those tasks if they can upload the package. [19:34] bdmurray: ahh that clears it up some, thanks. [19:35] bdmurray: then the bug squad still seems to be a good place where I can help in the grant scheme of things - just not for this particular case :) [20:17] jbicha: gtk-doc ftbfs in bionic, otoh I see build failures because gtk-doc is not recent enough. could you have a look? [20:19] hmm, builds locally [20:19] I was confused by it too [20:19] what fails to build because of older gtk-doc? [20:23] hmm, closed the tab in the browser [20:28] jbicha: hmm, failed again on the buildd [20:35] bdmurray: thanks again :) === TJ_Remix is now known as TJ-