[06:29] Hi. Where should I report an upstream bug in gnome gtk-3 buttons? [07:21] pitti: hiho [07:21] pitti: cockpit dep8 tests on artful look rather broken atm [07:22] I came to find by looking at an libvirt SRU [07:22] do you know if these are these all just transitional errors? [07:23] ppc had a login issue it had in the past as well [07:23] and both x86 have a utf decoding issue [07:23] both types of issue happened in the tests past quite a lot according to the log [07:23] I wonder if we shall give up on these in artful and mask those arches as well for artful? [15:06] bdmurray: hey, I fixed the code in this merge request. Can you have a look at it, please? https://code.launchpad.net/~albertomilone/software-properties/software-properties/+merge/343882 [15:15] tseliot: By look at it do you mean approve the MP or merge it and upload it? [15:16] bdmurray: approve it, since you set it to "needs fixing", and it's no longer the case now. As for the upload, I think we need an SRU for that [15:18] tseliot: approved, thanks for checking with me. [15:18] bdmurray: thanks! [17:01] has anyone successfully set up an sbuild environment on 18.04? Getting perl piuparts errors... [17:01] nevermind, solved. Something didn't get installed. [19:47] hi! is there a channel where i could discuss a xorg regression with 18.04? [20:22] d33tah: #ubuntu? [20:22] nacc: too crowded, got lost in the chatter [20:26] d33tah: be more patient? file a bug? [20:26] nacc: trying option #2 [20:26] d33tah: ok [21:32] I'm trying to backport qjackctl to a ppa (from debian sid). All my dev environment is on my debian sid install, I have jessie,stretch,xenial,bionic schroots setup with sbuild there. I tried chroot'ing into my sid install and do my backport with sbuild, but it's failing at signing the .dsc / .changes, any idea what it could be? : https://paste.ubuntu.com/p/HWBYS57ZHS/ [21:32] jpleau: does that dsc exist? [21:34] nacc: I posted the wrong error. What I get after running dpkg-buildpackage -S -sa: qjackctl_0.5.0-1~ubuntu18.04.dsc: clear-sign failed: Inappropriate ioctl for device [21:34] the one I posted before was after I tried export GPG_TTY=$(tty) (from googling) [21:34] jpleau: ah ok [21:34] jpleau: i *think* that's gpg asking you for your passphrase and not being able to talk to you [21:37] nacc: makes sense. Maybe I can build the source package, unsigned, move them over to my ubuntu install, sign the .dsc and .changes manually. (trying to avoid installing debhelper and the whole thing on my work desktop) [21:38] jpleau: right, you can do that for sure (pass -uc -us) [21:53] that worked, made it easier to copy $CHROOT/usr/bin/debsign to my host system, I couldn't get the signed files correct. thanks nacc [21:53] jpleau: np