[00:02] cjwatson: thanks, at some point I'll look that up - I don't do much packaging in my new role [00:45] Hrm. Someone should do something about the gvfs autopkgtest on s390x. [00:46] This is curious to me: https://launchpad.net/ubuntu/+source/lubuntu-default-settings/19.04.1 - in the changelog and in source.changes there is "Hans P. Möller " yet Launchpad shows it as "EMAIL (Hans P. Möller)" - what's up here? [00:50] you noticed seconds after it was uploaded, heh :) [00:52] Because I'm the one that uploaded it ;) [00:53] I wondered if the umlaut was the cause, but an é didn't appear to cause the email (name) view on https://launchpad.net/ubuntu/+source/lxd/1:0.4 [00:54] It might be the umlaut, either that or the . [00:55] That's probably something cjwatson would know ;) [00:56] Someone should really take care of pastebinit and Debian 916372 [00:56] Debian bug 916372 in pastebinit "pastebinit: multiple deprecation warnings under Python 3.7" [Normal,Open] http://bugs.debian.org/916372 [00:56] It's not the umlaut: https://launchpad.net/ubuntu/+source/software-properties/0.97.8 [00:56] Aka LP 1812232 [00:56] Launchpad bug 1812232 in pastebinit (Ubuntu) "Deprecation warnings" [Undecided,Confirmed] https://launchpad.net/bugs/1812232 [00:58] stgraber: ^ [00:58] Unit193: Would you like to start an NMU process in Debian? [00:59] I will be happy to sponsor if you do the paperwork. [01:03] python :( [01:04] sarnold: That's news? :) [01:04] tsimonq2: just a recurring sadness [01:04] every release breaks *something* [01:05] There's worse packages... [01:05] * tsimonq2 glares at glibc. [01:05] most of those are accidents though :) [01:05] HAH [01:05] I mean, you're not exactly *wrong*. [01:13] tsimonq2: Not really. [01:14] I'll do it then === SuperKaramba is now known as BenderRodriguez [09:13] tsimonq2: It's the dot. See https://git.launchpad.net/launchpad/tree/lib/lp/archiveuploader/utils.py#n229 [09:14] wow, so screen *actually* has a fixed list of baud-rates it supports ... adding the 1500000 to the supported list makes it work with my rockchip board [09:15] (and oddly enough screen generates it C source from shell scripts dynamically during build ... so weird) [09:50] hi everyone [09:50] something’s changed, and when I compile Unity, I get: [09:50] /usr/local/bin/cc -g -O2 -fdebug-prefix-map=/home/andrewsh/projects/unity=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-Bsymbolic-functions -Wl,-z,relro -rdynamic CMakeFiles/cmTC_b30f1.dir/CheckFunctionExists.c.o -o cmTC_b30f1 -lpthreads [09:50] /usr/bin/ld: cannot find -lpthreads [09:51] It surely ought to be -lpthread? [09:52] Even xenial didn't have a libpthreads AFAICS [09:54] I think this must mean that some bit of configure-time checking is failing to detect the actual pthread machinery and falling back to -lpthreads which really belongs to some other OS [09:54] So you probably want to debug the configure-time stuff (cmake or whatever) rather than that link line directly [09:55] (Also it should actually end up being -pthread rather than -lpthread IIRC) [09:56] It might just be a missing -dev package. Web-searching for "lpthreads" finds e.g. https://stackoverflow.com/questions/31948521/building-error-using-cmake-cannot-find-lpthreads which is a similar sort of tale of woe with that kind of solution [09:58] strange thing, there's no mention of libpthreads anywhere in the source [09:58] $ grep pthreads -R * | grep -v obj-x86_64-linux-gnu | wc -l [09:58] 0 [10:04] andrewsh[m]: Maybe in some imported cmake module [10:04] andrewsh[m]: e.g. look at dpkg -L cmake-data | xargs grep -s pthreads [10:06] Perhaps FindThreads.cmake [10:06] Anyway it's hopefully somewhat clear from the cmake output ... [10:06] well, yes, but why does it fail to find pthread [10:06] weird [10:10] -- Found Threads: TRUE [10:11] I guess I need to set up sbuild 😕 [10:14] right, sbuild-createchroot went just fine [11:25] rbalint: Please don't use the "Resubmit" vote on merge proposals to mean "I have addressed your comments". It means "this merge proposal needs to be put together completely differently and resubmitted from scratch". [11:58] doko: hi, could you take a quick look at https://launchpad.net/~ahasenack/+archive/ubuntu/samba-4.10/+packages to see if dependency-wise they match our expectations wrt python2/python3? [11:58] doko: samba in there only uses python3 now, no py2 dependency as far as I can see [11:58] the others (tdb, ldb, etc) have a mix, I chose to use both py2 and py3, and each dep is in its own package [11:59] I will cleanup the d/changelog entries now, some have a few "wip" entries and others I can squash together [11:59] ahasenack: will do after lunch [11:59] ok [12:05] jamespage: o/ [12:05] irc proxy dropped off - not clear... [12:05] So on bug 1814911, a few things don't seem right to me, so I wanted to discuss. [12:05] bug 1814911 in python-urllib3 (Ubuntu Xenial) "charm deployment fails, when using self-signed certificate, which has IP address only (SAN)" [High,Triaged] https://launchpad.net/bugs/1814911 [12:05] rbasak: morning [12:06] First, it doesn't feel right to be changing the dependency structure in an SRU for a feature, unless we're specifically trying to add that feature in the SRU directly, which I'm not sure we are? I think you alluded to that feeling in comment 4? Anyway, that's why I have other questions. [12:07] The SRU user impact says that Trusty isn't really affected - is that still true? [12:07] I'm sorry, that Xenial isn't really affected. [12:08] jamespage: also, in comment 11, you tested to see if an upgrade would bring in the recommends, but you used "apt install" which I think could be different from "apt upgrade"? [12:08] So will adding the Recommends really work? [12:08] And then finally, back to my first point - is this something that we really want, or could it be worked around in charms for old releases? [12:08] oSoMoN: fyi, we are aiming for the openjdk-11 transition at the end of March. so LO may stay a little bit longer in -proposed ... [12:09] rbasak: more than 1 month ago - need to refresh memory [12:09] oSoMoN: ohh, not sure if you know that: https://hubicka.blogspot.com/2016/03/building-libreoffice-with-gcc-6-and-lto.html [12:10] doko, no, I didn't know, reading now, thanks! [12:11] rbasak: the recommends does not exist in xenial BUT python-ipaddress is already installed on a xenial base image I think [12:11] cjwatson, ok, sorry for the wrong vote [12:11] so a happy co-incidence means that stuff works OK on xenial, but not on trusty, where python-ipaddress is not installed [12:12] rbasak: I'm actually OK with marking the xenial task as invalid - I fixed the UCA part with a UCA specific patch which we auto-apply to add the recommends [12:12] jamespage: OK - but it's currently in Xenial unapproved and not in Trusty unapproved. [12:13] rbasak: that's true - but this is a UCA specific issue on trusty, not a general trusty issue === ricab is now known as ricab|lunch [12:13] I see, OK. [12:13] rbasak: xenial feeds trusty/mitaka in the UCA [12:13] ah [12:14] I think I understand the situation then, thanks. [12:14] Are we in agreement to drop the Xenial SRU then? I'm still open to it if you want to push for it; I would prefer not to do it though. [12:16] rbasak: updated bug [12:16] Thanks! [12:16] I'll reject from the queue then. [12:26] +! [12:26] 1 rather [12:41] seb128, do you think we should reupload a new poppler with this fix? 0.71.0-3 looks like the regression is not fixed... [12:42] (in the new upstream release) [12:42] LocutusOfBorg, "this fix"? [12:42] sorry I lack context [12:48] https://packages.qa.debian.org/p/poppler/news/20190302T103433Z.html [12:49] the new 0.71.0-3 has a fix that is not included in our ubuntu package [12:49] while the other patch might be useless [12:51] LocutusOfBorg: did you see my virtualbox pings? [12:53] LocutusOfBorg, we have 0.74 in proposed, we can't bypass that to land a fix in the disco pocket [12:54] doko, nope! where are them? [12:55] seb128, I mean, upload a new 0.74 in proposed with that patch [12:55] how long will it take to migrate? [12:55] no idea [12:55] LocutusOfBorg: your virtualbox-hwe (and most likely virtualbox as well) ftbfs in bionic-proposed [12:57] why the hell did it work on my ppa [12:57] damn [12:57] kmk: /usr/lib/jvm/default-java/bin/wsimport: Command not found [12:57] kmk: *** [/<>/src/VBox/Main/webservice/Makefile.kmk:468: /<>/out/obj/vboxjws-gen/jwsgen/jwsglue.list.ts] Error 127 [12:57] kmk: *** Waiting for unfinished jobs.... [12:57] JAVA, what else is to blame? [12:59] LocutusOfBorg: openjdk-11, please fix [12:59] LocutusOfBorg, I'm going to include that in the new upload, would be nice if upstream reviewed/merged it though [13:01] LocutusOfBorg: for wsimport please take a look at wsimport.sh from jaxws-ri (https://sources.debian.org/src/jaxws/2.3.0.2-1/jaxws-ri/bundles/jaxws-ri/src/main/resources/bin/wsimport.sh/) [13:02] tdaitx, I think we need some backported jaxstuff [13:02] yeah [13:02] I did that in my ppa already [13:02] https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/virtualbox-ppa [13:02] but having a fix doesn't make java less ugly [13:04] LocutusOfBorg: all these are in bionic-proposed [13:04] yep [13:05] thanks! [13:05] seb128, the utf patch might be worse than the upstream already available version https://gitlab.freedesktop.org/poppler/poppler/merge_requests/133/diffs [13:06] the other patch is currently proposed upstream https://gitlab.freedesktop.org/poppler/poppler/merge_requests/189 [13:06] LocutusOfBorg: please prepare packages, then I'll build those against the -security pocket, and binary-copy those to -proposed [13:06] LocutusOfBorg, right === ricab|lunch is now known as ricab === Pici` is now known as Pici [15:17] ahasenack: why build 2 and 3 in parallel? I would just remove 2 [15:17] -rw-r--r-- root/root 353 2019-02-26 20:38 ./usr/lib/x86_64-linux-gnu/pkgconfig/pytalloc-util.cpython-37m-x86_64-linux-gnu.pc [15:18] please check the pkgconfig files. these are bogus. and I think if you just build with python3 it's called like the python2 one [15:54] doko: you rather we get rid completely of python2 in these deps too? talloc, tdb, ldb? [15:54] I would have to check the reverse-depends then, see if they can all use python3, no? [15:58] ahasenack, my personal plan for next cycle is to yeah, start killing all the leaf python2 things if python3 exists, and i don't think there are that many reverse-deps for samba stack, as in, isn't it mostly self-contained? [16:02] it's the deps [16:02] like ldb, used by sssd [16:02] tdb I think also is used elsewhere [16:10] bzr-git pulls in python-tdb [16:13] and I think that's the only one [16:13] talloc and ldb are self contained in terms of reverse-depends [16:14] doko: ^ [16:14] ahasenack: and that's a reverse-recommends [16:14] xnox: ^ [16:14] ahasenack: not a depends [16:14] oh, right [16:14] so a) drop that to a suggests; b) get rid of python2-*? [16:14] python-samba rev-deps on python-tdb, but that's it [16:14] drop them. [16:14] hi nacc, btw :) [16:15] ahasenack: hiya :) [16:15] plus we probably gonna move to brz-git soon which is python3 [16:15] heh [16:15] brz [16:15] heh [16:15] xnox: whose clever naming is that? [16:15] xnox: so (a) for bzr-git? [16:16] nacc, well they had to fork the name to escale the cla. and it does do a provides alternative bzr [16:16] breezy is the name [16:16] https://launchpad.net/brz i don't know which one of them came up with the name [16:27] vorlon, can you review fwupd-signed in cosmic SRU queue? the upload from friday failed binary upload because the package compute a binary version that is different from the source, and while 1.2ubuntu > 1.2 ... 1.2ubuntu+fwdupversion < 1.2 +fwdupversion [16:28] vorlon, which I workarounded now by changing to 1.2.0ubuntu... [16:34] seb128: done [16:34] vorlon, thx === led_dark_2 is now known as led_dark_1 [17:55] doko: after ./configure, make, make install, this is the layout with just python3: https://pastebin.ubuntu.com/p/DvrYypz2w5/ [17:55] the pkgconfig name mangling is there. is that really wrong, or just an annoyance? [17:57] ahasenack: I would say, this is wrong, but yes it's upstream. so maybe leave that, and provide a symlink pytalloc-util.pc ? [18:00] sorry, my connection dropped, not sure if you replied [18:01] < doko> ahasenack: I would say, this is wrong, but yes it's upstream. so maybe leave that, and provide a symlink pytalloc-util.pc ? [18:03] sarnold: thanks [18:05] doko: the build-depends on python{,3}-talloc-dev seem to come just from samba itself, ldb and tevent, aka, the "samba ecosystem", and they seem to build fine with that pkgconfig [18:05] how about I leave it as is, make sure I rebuild everything once I got rid of py2 in all these packages, and see if it breaks? [18:08] ahasenack: fine with me [18:09] ahasenack: and you can remove me dependency work around for talloc [18:09] my ... [18:53] ok, so if i want to file a kernel bug using `apport-bug linux` I get a small (3K) apport log which basically only contains a list of package dependencies. if i want to append an existing bug with `apport-collect existing-kernel-bug` I get a huge 0.5MB report with loads of info - lspci, dmi info, etc. how can i get apport-bug to make a big log for a new kernel bug? [18:53] it's a networking issue, so i can't use apport-collect whilst booted into the bad kernel [19:33] aha, cracked it - had to copy the source_linux.py hook to source_linux-hwe.py [19:34] aha :) [19:53] sadly not, you can no longer use ubuntu-bug, apport-cli, etc, to attach an apport report to an existing bug. they all tell you you _must_ use apport-collect to do that, but you can't use apport-collect offline [19:54] so it's not possible to file attachments to networking bugs 🤷 [20:27] directhex: can't you use apport-bug --save ? [20:27] directhex: or apport-cli? [20:28] apport-cli: error: -u/--update-bug option cannot be used together with options for a new report [20:28] apparently not. [20:29] popey, i lack powers! give me morrrrre powers please =) [20:33] good morning [20:35] hi mwhudson [20:38] directhex: what options did you specify? did you read the manpges, etc. [20:38] directhex: specifically, you use --save, then file --crash-file with -u, which is specifically mentioned in the manpage for netowrking related issues [20:39] $ apport-cli -u 1818294 -c ./apport.linux-image-4.15.0-46-generic.lz35uk5j.apport [20:39] directhex: further, i think you want #ubuntu :) [20:47] powersj: Yo. [20:48] infinity, hey I heard you want rails ownership [20:48] Don't make me start kicking people from this channel too. [20:48] :D [20:48] don't believe anything Odd_Bloke says [20:49] powersj: Is the "untested" state of the trusty.6 server ISOs accurate, or is the state actually "tested, but we haven't bothered posting results yet"? [20:49] powersj: (Asking because I wouldn't mind fixing a small PPC bug, which would trigger a respin of the server world, but I won't bother if it's all tested already) [20:49] infinity, the latter paride needs to update it. When we chatted this morning he was a go for release [20:49] powersj: Okay, I will just let my buglet live on then. [20:50] It was there in .5 too, I just apparently failed to notice, or didn't care enough to fix it. [20:50] Turns out this doesn't work so well with 4.4 kernels: [20:50] case "$KERNEL_MAJOR" in [20:50] 2.6|3.*) [20:50] Derp. [20:50] heh [20:51] i wonder how many things are going to break now that disco has 5 [20:51] you'd hope we'd learn that lesson eventually... [20:51] We learned some lessons with 2->3 and learned a lot harder with 3->4. [20:51] I don't expect 5 to be much of an event. [20:53] mwhudson: But also, doesn't everyone run in the --uname-2.6 personality to just fix all the bugs? :) [20:54] nosferatu:~$ linux64 --uname-2.6 uname -r [20:54] 2.6.79-13-lowlatency [20:54] Problem solved. [20:54] LP buildds ran in that personality for years while we hunted down everything that 3.0 broke. [21:02] infinity: omg what [21:02] i had no idea that was a thing [21:07] I run in the SCOSVR3 personality to fix all the bugs [21:07] 13:48 < infinity> Don't make me start kicking people from this channel too. [21:08] I have legitimately used the OSF4 personality before... but not this decade [21:16] what does Task-Key: do in seeds? [21:17] i am confused by the way the cloud-image seed has Task-Key: cloud-init [21:17] but e.g. open-sshserver has "cloud-image" not "cloud-init" in Task [21:33] mwhudson: Task-Key is a hint to tasksel. It's mostly useless these days. [21:33] mwhudson: But rgrep 'Key' in the tasksel source if curious. [21:34] infinity: seed_from_task in livecd-rootfs looks for it [21:34] but i wonder if it shouldn't [21:35] uh was that part of the big branch i reviewed [21:36] seems likely [21:36] Yup. [21:36] git blame puts it at 1ab78e78 [21:36] yeah [21:36] ok time to re-review that bit of that branch :) [21:37] For tasks with metapackages, Task-Key should be the metapackage itself, so it probably does what jibel wanted in the cases he wanted it. [21:37] But that's more luck than design. [21:38] the name that ends up in Task: in Packages is just the name of the seed, right? [21:38] Yeah. [21:38] so seed_from_task should probably just be echo $1 [21:38] Well, ish. [21:38] depending on what it's actually used for [21:39] If by "seed" he means "the file called 'desktop'", then it's more complicated than you make out. [21:39] now what about Task-Per-Derivative [21:39] Cause ubuntu-desktop == ubuntu/desktop [21:42] Task-Per-Derivative is what defines if the "desktop" file is "desktop" or "$flavour-desktop" [21:42] bzr+ssh://bazaar.launchpad.net/+branch/ubuntu-archive-publishing/ [21:42] lib/scripts/generate_extra_overrides.py [21:42] getTaskName() and getTaskSeeds() [21:43] That's the definitive UTSL documentation of how this works. [21:44] hnngh [21:44] i guess that is the relevant code [21:45] because when you say [21:45] add_task install foo [21:45] that ultimately finds the packages from the foo seed by looking for foo in the Task field in Packages [21:45] s/seed/task/ :P [21:46] yes [21:46] We never address anything by seed. Seeds are a backroom implementation detail. [21:46] And attempting to refer back to them after the fact might well be the real mistake here. [21:46] so we want to find the snaps that wouold have the foo in their task field if that was a thing [21:46] But I need tacos more than I need opinions. [21:47] maybe germinate needs to spit some more stuff out? [21:47] * mwhudson tries to figure out if this worked any less by accident before jibel's branch [21:49] hm don't think so [21:53] oh right, the way to get snaps installed in a layered vs non-layered builds are basically disjoint [21:53] perrrobably should make that a bit more obvious [23:26] Why are distro-info-data stable updates also in security? [23:27] it's fair game for folks to run with -security only [23:28] so if I have an SRU for it then you'd want to put it in -security? [23:29] probably; I [23:30] I've never done one myself so I'm not sure the criteria to use :) but if it's important for upgrading from one distro to the next, then it'd probably be a good candidate [23:31] Its not so I still wonder why its in -security. The update just added Disco.