=== cpaelzer_ is now known as cpaelzer [06:52] coreycb: yes, that's what I'm aiming for [06:53] coreycb: ehh, wait, 20.04 ... [07:46] oSoMoN: how was the lo autopkg test failure resolved (the one which failed with OpenJDK 11)? [07:48] doko, not fully resolved yet, the failing test was apparently ignored to allow the promotion of openjdk 11 [07:48] doko, but I have a decent understanding of the problem and I know how to fix it, just trying to get to a consensus with upstream [07:56] oSoMoN: ta === cpaelzer_ is now known as cpaelzer === juergh_ is now known as juergh [12:28] doko: ok thanks. i'm trying to get 3.7 unit tests enabled upstream and also expressing the need to be more proactive upstream with testing python3. [15:29] Somebody in #ubuntu-server has: https://www.irccloud.com/pastebin/2uSLUZYU/ [15:30] shim from trusty-updates is being installed with only dpkg in the trusty release pocket, which explodes because dpkg in the release pocket doesn't understand xz. [15:30] Is there some mechanism that should be making sure that dpkg gets updated first? [15:30] Maybe juliank knows? ^ [15:31] rbasak: Pre-Depends on dpkg [15:31] appropriately versioned of course [15:32] rbasak: But I think hte problem is that we binary copied the shim down [15:32] and built it with xz inthe first place [15:32] Yeah I need to double check but I don't believe it had a Pre-Depends - I looked for that. [15:32] So that's a regression-updates bug then? [15:32] dpkg in updates does have support for control.tar.xz though [15:32] This user is preseeding. [15:33] So dpkg doesn't get updated before shim does in this case it seems. [15:33] yes, which means shim needs either a Pre-Depends on the right dpkg version or compressed without uniform compression [15:33] OK I'll ask the user to file a bug. [15:34] (the problem here is xz compressed control files, not xz in general) [15:34] Yep [15:35] So overrding dh_builddeb to dh_builddeb -- --no-uniform-compression [15:35] should do the trick [15:36] sil2100: looks like you'd copied shim back? ^ [15:37] oh and the other is Pre-Depends: dpkg (>= 1.17.5ubuntu5.8~) [15:37] rbasak: re: reporting this... https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1792497 [15:37] Launchpad bug 1792497 in shim (Ubuntu) "package shim (not installed) failed to install/upgrade: subprocess dpkg-deb --control returned error exit status 2" [Undecided,Confirmed] [15:37] us [15:37] see bug 1730627 [15:37] bug 1730627 in dpkg (Ubuntu Trusty) "xz compressed control.tar files not supported" [Medium,Fix released] https://launchpad.net/bugs/1730627 [15:37] *I think this is the same issue? [15:38] sam_w: seems like it, but logs are broken [15:38] Yeah I was just about getting to that conclusion [15:38] Seems very likely though [15:39] as in logs on the bug report? I can probably provide some [15:40] I pasted yours in a comment. [15:41] Your pastebin is enough to tell us what's going on. [15:44] rbasak: cool [15:46] sam_w: thank you for the report! I think what's needed to fix it is understood, but shim is somewhat complicated to handle so I'll wait for the right people to appear to handle it. [15:57] rbasak: no worries, will subscribe to updates from that bug... [19:03] Trevinho: hello, can you take a look at 1797012 ? :) thanks [19:24] tsimonq2, i do not provide any support over PM [19:24] tsimonq2, please always use a public channel [19:24] xnox: ack :) [20:57] could some kind soul do a git ubuntu import of cargo? [23:53] mwhudson: now running [23:54] rbasak: thanks [23:55] rbasak: i would like to talk to you about getting my splitting up of the rustc delta into the import branch so i can use it again at some point but it must be rather late for you... [23:55] It's fine, I'm awake. [23:56] Have you uploaded anything b ased on your splitting up yet? A new package merge perhaps? [23:56] yes i followed the wiki instructions on pushing i think [23:56] To get the importer to adopt rich history it has to be given the rich history before it sees the upload. [23:56] i haven't uploaded anything to ubuntu yet [23:57] yeah i ran git push mwhudson merge old/debian new/debian old/ubuntu reconstruct/1.28.0+dfsg1+llvm-0ubuntu2 deconstruct/1.28.0+dfsg1+llvm-0ubuntu2 logical/1.28.0+dfsg1+llvm-0ubuntu2 [23:57] I see [23:57] And that merge branch is ready for upload? [23:57] mwhudson being ssh://mwhudson@git.launchpad.net/~mwhudson/ubuntu/+source/rustc [23:57] er, more or less [23:58] there are some subsequent changes [23:58] hmm i guess i'm not actually going to upload 1.28.0+dfsg1+llvm-0ubuntu2, there is going to be an upstream update [23:59] The idea is that, eventually, anyone who wants to adopt the workflow will always give (via a wrapper around dput or something) the importer the rich git commits before dput runs. [23:59] When the importer sees the upload published in Launchpad, it will use the rich history supplied, if it matches.