[00:00] -queuebot:#ubuntu-release- New binary: gpsshogi [amd64] (hirsute-proposed/universe) [0.7.0-3] (no packageset) [00:02] -queuebot:#ubuntu-release- New binary: catch2 [riscv64] (hirsute-proposed/universe) [2.13.4-1] (no packageset) [00:06] -queuebot:#ubuntu-release- New binary: golang-github-go-playground-locales [amd64] (hirsute-proposed/universe) [0.13.0-1] (no packageset) [00:06] -queuebot:#ubuntu-release- New binary: socklog [ppc64el] (hirsute-proposed/universe) [2.1.0+repack-4] (no packageset) [00:10] -queuebot:#ubuntu-release- New binary: radare2 [ppc64el] (hirsute-proposed/universe) [5.0.0+dfsg-1] (no packageset) [00:11] -queuebot:#ubuntu-release- New binary: pdns [amd64] (hirsute-proposed/universe) [4.4.0-3] (no packageset) [00:11] -queuebot:#ubuntu-release- New binary: radare2 [amd64] (hirsute-proposed/universe) [5.0.0+dfsg-1] (no packageset) [00:28] -queuebot:#ubuntu-release- New binary: pdns [ppc64el] (hirsute-proposed/universe) [4.4.0-3] (no packageset) [00:30] -queuebot:#ubuntu-release- Unapproved: tzdata (groovy-proposed/main) [2020d-1ubuntu1 => 2020f-0ubuntu1] (core) [00:34] -queuebot:#ubuntu-release- New binary: socklog [arm64] (hirsute-proposed/universe) [2.1.0+repack-4] (no packageset) [00:35] RAOF, could I bother you to bounce a question or two off you? [00:35] Sure. [00:36] -queuebot:#ubuntu-release- New binary: socklog [armhf] (hirsute-proposed/universe) [2.1.0+repack-4] (no packageset) [00:38] RAOF, a bunch of the php packages are blocked on build issues relating to phpunit. I noticed this in working on php-parser, which I'd attempted a merge on prior to holidays [00:38] RAOF, it looks to me like phpunit is itself blocked on build issues with 3 of its dependencies, which themselves are blocked on build issues for phpunit. [00:39] it looks to me like the set need to all be built together in order to go through. I.e. circular build dependency. [00:40] RAOF, from what I've read, an AA would need to manually put things through at this point, but I'm wondering if there is more I could do on my end to help? Or, if my analysis here might be off? [00:41] -queuebot:#ubuntu-release- Unapproved: tzdata (focal-proposed/main) [2020d-0ubuntu0.20.04 => 2020f-0ubuntu0.20.04] (core) [00:41] Hm. Sounds like a bootstrap issue to me then? [00:41] yeah [00:42] So, this is not something that I've dealt with before. However: how is this expected to build at all? [00:42] I'm not sure, it looks pretty wedged to me [00:42] Presumably it's not that case that phpunit X.Y depends on foo >= Z.W, and foo Z.W depends on phpunit >= X.Y. [00:43] actually I suspect that to indeed be the case [00:43] If you were going to take a bunch of tarballs of the relevant upstream sites and build phpunit and it's dependencies from source, how would it go? [00:44] there is also a new package added to the mix [00:45] -queuebot:#ubuntu-release- New binary: ardour [amd64] (hirsute-proposed/universe) [1:6.5.0+ds0-1~exp0] (ubuntustudio) [00:45] -queuebot:#ubuntu-release- New binary: radare2 [riscv64] (hirsute-proposed/universe) [5.0.0+dfsg-1] (no packageset) [00:47] php-codecoverage 9.2.5+dfsg-2 shows "Missing build dependencies: phpunit (>= 9)", while phpunit shows "phpunit unsatisfiable Build-Depends(-Arch) on amd64: php-codecoverage (>= 9)" [00:48] Ok. Looking at update_excuses, maybe it's the case that there was a version of phpunit 9 that didn't require the new php-codecoverage, but now does? [00:48] perhaps there was some intermediary versions of phpunit, that "normally" would have made things work [00:48] hah yeah same thought [00:48] ie: you could possibly unblock this by uploading an older phpunit, letting those things build, then uploading the new one. [00:49] ok that I can do. An older phpunit would be accepted into -proposed, even though there's a newer version already there? [00:51] -queuebot:#ubuntu-release- New binary: pdns [s390x] (hirsute-proposed/universe) [4.4.0-3] (no packageset) [00:52] -queuebot:#ubuntu-release- New binary: radare2 [arm64] (hirsute-proposed/universe) [5.0.0+dfsg-1] (no packageset) [00:52] -queuebot:#ubuntu-release- New binary: radare2 [armhf] (hirsute-proposed/universe) [5.0.0+dfsg-1] (no packageset) [00:53] No, it wouldn't be. If that turns out to be the case, you could upload with a 9.5.2+butreally9.0-0ubuntu1 version, or I could remove the existing phpunit from -proposed. [00:53] -queuebot:#ubuntu-release- New binary: ardour [ppc64el] (hirsute-proposed/universe) [1:6.5.0+ds0-1~exp0] (ubuntustudio) [00:54] RAOF looking through the changelog, phpunit 9.0.0-1 or 9.0.1-1 would precede the new build-dependencies. [00:56] -queuebot:#ubuntu-release- New binary: socklog [s390x] (hirsute-proposed/universe) [2.1.0+repack-4] (no packageset) [00:56] RAOF, ok thanks. I'll play around with this and get back to you tomorrow. [00:59] bryce: Rad. If it works out, I think I (or some other AA) should be able to safely remove phpunit from -proposed so you can upload without making all the versioning super weird. [01:00] ok cool [01:09] -queuebot:#ubuntu-release- New binary: pdns [armhf] (hirsute-proposed/universe) [4.4.0-3] (no packageset) [01:09] -queuebot:#ubuntu-release- New binary: radare2 [s390x] (hirsute-proposed/universe) [5.0.0+dfsg-1] (no packageset) [01:45] -queuebot:#ubuntu-release- New binary: ardour [s390x] (hirsute-proposed/universe) [1:6.5.0+ds0-1~exp0] (ubuntustudio) [01:52] -queuebot:#ubuntu-release- New binary: pdns [arm64] (hirsute-proposed/universe) [4.4.0-3] (no packageset) [02:27] raof, so... phpunit 9.0.0 seems still a bit of a dependency knot. It depends on intermediary versions of 3 dependencies as well. [02:28] And those intermediary dependencies also have a dependency on phpunit 9? [02:28] yup [02:29] e.g. phpunit 9.0.0 wants phpunit-exporter-4.x, but phpunit-exporter-4.0.3 gives: [02:29] dpkg-checkbuilddeps: error: Unmet build dependencies: phpunit (>= 9) [02:30] fun (phun?) [02:31] of course each of these also requires phpunit for running its own testsuite... I'm disabling phpunit in the rules files just to get the .debs build. [02:34] That would be another possibility; just do a bootstrap run disabling testsuites. [02:34] *nod* [02:35] DEB_BUILD_OPTIONS=nocheck also helps. Not sure if it's possible to run the archive builds with that though [02:41] phpunit_9.0.0-1_all.deb [02:41] whew. [02:43] RAOF, ok I have built phpunit 9.0.0 successfully locally. Looks like there's just the 3 deps that also need intermediate versions (with testsuite disabled). I'll tidy things up properly tomorrow and stick in a PPA to make sure it works, then will ping you for next steps probably tomorrow or the day after. [02:43] RAOF, thanks again, cya! [02:44] Sweet [02:52] -queuebot:#ubuntu-release- New binary: pdns [riscv64] (hirsute-proposed/universe) [4.4.0-3] (no packageset) [03:12] -queuebot:#ubuntu-release- New binary: ardour [arm64] (hirsute-proposed/universe) [1:6.5.0+ds0-1~exp0] (ubuntustudio) [03:29] -queuebot:#ubuntu-release- New binary: ardour [armhf] (hirsute-proposed/universe) [1:6.5.0+ds0-1~exp0] (ubuntustudio) [05:05] -queuebot:#ubuntu-release- New: accepted ardour [arm64] (hirsute-proposed) [1:6.5.0+ds0-1~exp0] [05:05] -queuebot:#ubuntu-release- New: accepted pdns [riscv64] (hirsute-proposed) [4.4.0-3] [05:05] -queuebot:#ubuntu-release- New: accepted ardour [armhf] (hirsute-proposed) [1:6.5.0+ds0-1~exp0] [05:05] -queuebot:#ubuntu-release- New: accepted ardour [ppc64el] (hirsute-proposed) [1:6.5.0+ds0-1~exp0] [05:05] -queuebot:#ubuntu-release- New: accepted pdns [arm64] (hirsute-proposed) [4.4.0-3] [05:05] -queuebot:#ubuntu-release- New: accepted pdns [s390x] (hirsute-proposed) [4.4.0-3] [05:05] -queuebot:#ubuntu-release- New: accepted radare2 [armhf] (hirsute-proposed) [5.0.0+dfsg-1] [05:05] -queuebot:#ubuntu-release- New: accepted radare2 [s390x] (hirsute-proposed) [5.0.0+dfsg-1] [05:05] -queuebot:#ubuntu-release- New: accepted ardour [s390x] (hirsute-proposed) [1:6.5.0+ds0-1~exp0] [05:05] -queuebot:#ubuntu-release- New: accepted radare2 [arm64] (hirsute-proposed) [5.0.0+dfsg-1] [05:06] -queuebot:#ubuntu-release- New: accepted socklog [s390x] (hirsute-proposed) [2.1.0+repack-4] [05:06] -queuebot:#ubuntu-release- New: accepted pdns [armhf] (hirsute-proposed) [4.4.0-3] [05:06] -queuebot:#ubuntu-release- New: accepted radare2 [riscv64] (hirsute-proposed) [5.0.0+dfsg-1] [05:06] -queuebot:#ubuntu-release- New: accepted ardour [amd64] (hirsute-proposed) [1:6.5.0+ds0-1~exp0] [05:06] -queuebot:#ubuntu-release- New: accepted pdns [ppc64el] (hirsute-proposed) [4.4.0-3] [05:06] -queuebot:#ubuntu-release- New: accepted radare2 [ppc64el] (hirsute-proposed) [5.0.0+dfsg-1] [05:06] -queuebot:#ubuntu-release- New: accepted socklog [armhf] (hirsute-proposed) [2.1.0+repack-4] [05:06] -queuebot:#ubuntu-release- New: accepted pdns [amd64] (hirsute-proposed) [4.4.0-3] [05:06] -queuebot:#ubuntu-release- New: accepted socklog [arm64] (hirsute-proposed) [2.1.0+repack-4] [05:06] -queuebot:#ubuntu-release- New: accepted radare2 [amd64] (hirsute-proposed) [5.0.0+dfsg-1] [05:06] -queuebot:#ubuntu-release- New: accepted socklog [ppc64el] (hirsute-proposed) [2.1.0+repack-4] [05:06] -queuebot:#ubuntu-release- New: accepted catch2 [riscv64] (hirsute-proposed) [2.13.4-1] [05:06] -queuebot:#ubuntu-release- New: accepted golang-github-go-playground-assert-v2 [amd64] (hirsute-proposed) [2.0.1-1] [05:06] -queuebot:#ubuntu-release- New: accepted golang-github-logrusorgru-grokky [amd64] (hirsute-proposed) [0.0~git20180829.47edf01-1] [05:06] -queuebot:#ubuntu-release- New: accepted golang-github-valyala-gozstd [amd64] (hirsute-proposed) [1.9.0+ds-1] [05:06] -queuebot:#ubuntu-release- New: accepted octave-iso2mesh [amd64] (hirsute-proposed) [1.9.6+ds-2] [05:06] -queuebot:#ubuntu-release- New: accepted golang-github-enescakir-emoji [amd64] (hirsute-proposed) [1.0.0-1] [05:06] -queuebot:#ubuntu-release- New: accepted golang-github-mohae-deepcopy [amd64] (hirsute-proposed) [0.0~git20170929.c48cc78-1] [05:07] -queuebot:#ubuntu-release- New: accepted golang-github-go-playground-locales [amd64] (hirsute-proposed) [0.13.0-1] [05:07] -queuebot:#ubuntu-release- New: accepted gpsshogi [amd64] (hirsute-proposed) [0.7.0-3] [05:07] -queuebot:#ubuntu-release- New: accepted catch2 [arm64] (hirsute-proposed) [2.13.4-1] [05:07] -queuebot:#ubuntu-release- New: accepted golang-github-advancedlogic-goose [amd64] (hirsute-proposed) [0.0~git20200830.1225d53+ds-1] [05:07] -queuebot:#ubuntu-release- New: accepted golang-github-appleboy-gofight [amd64] (hirsute-proposed) [2.1.2-1] [05:07] -queuebot:#ubuntu-release- New: accepted golang-github-jamiealquiza-tachymeter [amd64] (hirsute-proposed) [2.0.0-1] [05:07] -queuebot:#ubuntu-release- New: accepted socklog [amd64] (hirsute-proposed) [2.1.0+repack-4] [05:07] -queuebot:#ubuntu-release- New: accepted catch2 [armhf] (hirsute-proposed) [2.13.4-1] [05:07] -queuebot:#ubuntu-release- New: accepted golang-github-gorilla-css [amd64] (hirsute-proposed) [1.0.0-1] [05:07] -queuebot:#ubuntu-release- New: accepted socklog [riscv64] (hirsute-proposed) [2.1.0+repack-4] [05:07] -queuebot:#ubuntu-release- New: accepted golang-github-antonmedv-expr [amd64] (hirsute-proposed) [1.8.9-1] [05:07] -queuebot:#ubuntu-release- New: accepted golang-github-leodido-go-urn [amd64] (hirsute-proposed) [1.2.1-1] [05:07] -queuebot:#ubuntu-release- New: accepted catch2 [amd64] (hirsute-proposed) [2.13.4-1] [05:07] -queuebot:#ubuntu-release- New: accepted catch2 [s390x] (hirsute-proposed) [2.13.4-1] [05:07] -queuebot:#ubuntu-release- New: accepted haskell-yi-keymap-emacs [riscv64] (hirsute-proposed) [0.19.0-1] [05:07] -queuebot:#ubuntu-release- New: accepted mozc [arm64] (hirsute-proposed) [2.26.4220.100+dfsg-1] [05:07] -queuebot:#ubuntu-release- New: accepted python-uflash [amd64] (hirsute-proposed) [1.2.4+dfsg-5] [05:08] -queuebot:#ubuntu-release- New: accepted catch2 [ppc64el] (hirsute-proposed) [2.13.4-1] [05:08] -queuebot:#ubuntu-release- New: accepted mozc [amd64] (hirsute-proposed) [2.26.4220.100+dfsg-1] [05:08] -queuebot:#ubuntu-release- New: accepted haskell-yi-keymap-emacs [armhf] (hirsute-proposed) [0.19.0-1] [05:08] -queuebot:#ubuntu-release- New: accepted python-guizero [amd64] (hirsute-proposed) [1.1.1+dfsg1-1] [05:08] -queuebot:#ubuntu-release- New: accepted haskell-yi-keymap-emacs [amd64] (hirsute-proposed) [0.19.0-1] [05:08] -queuebot:#ubuntu-release- New: accepted haskell-yi-keymap-emacs [ppc64el] (hirsute-proposed) [0.19.0-1] [05:08] -queuebot:#ubuntu-release- New: accepted haskell-yi-keymap-emacs [arm64] (hirsute-proposed) [0.19.0-1] [05:08] -queuebot:#ubuntu-release- New: accepted haskell-yi-keymap-emacs [s390x] (hirsute-proposed) [0.19.0-1] [05:38] -queuebot:#ubuntu-release- New binary: gpsd [s390x] (hirsute-proposed/main) [3.21.99~rc1-2] (ubuntu-server) [05:39] -queuebot:#ubuntu-release- New binary: gpsd [ppc64el] (hirsute-proposed/main) [3.21.99~rc1-2] (ubuntu-server) [05:39] -queuebot:#ubuntu-release- New binary: gpsd [amd64] (hirsute-proposed/main) [3.21.99~rc1-2] (ubuntu-server) [05:40] -queuebot:#ubuntu-release- New binary: victoriametrics [amd64] (hirsute-proposed/universe) [1.51.0+ds-3] (no packageset) [06:04] -queuebot:#ubuntu-release- New binary: gpsd [arm64] (hirsute-proposed/main) [3.21.99~rc1-2] (ubuntu-server) [06:04] -queuebot:#ubuntu-release- New binary: gpsd [armhf] (hirsute-proposed/main) [3.21.99~rc1-2] (ubuntu-server) [06:22] Hiho, I'd need an ubuntu-archive member to get the DPDK upload to continue. It has plenty of binary packages and - as of now - all are in main which is wrong [06:22] They are (as expected) listed in "Binary only movements to universe" [06:23] I'd ask to move all librte-*21 in that list, it is a) intentional and b) required to get DPDK to complete [06:25] The ones that end in *20.0 are of the old package that is eventually going away - no need to touch them right now [06:28] Huh. I don't see those in component-mismatches? [06:30] Oh no, there it is in component-mismatches-proposed. [06:50] cpaelzer: My, that's a fine list! For the sake of safety, you want all the things in component-mismatches-proposed moved to universe? [06:51] Hm. I think I'm not clearly understanding you. Do you want only those matching the glob librte-*21 moved to universe? [06:53] cpaelzer: Which would be this list: https://paste.ubuntu.com/p/dg6vPF9vZR/ [06:58] checking [06:58] all in there are good RAOF, I just need to check if it is also complete [06:59] RAOF: yes it also looks complete [07:08] * RAOF watches change-override take >10s per package to resolveā€¦ [07:28] Thank you RAOF === didrocks999 is now known as didrocks [09:23] RAOF, can you please do two movement for me too? [09:23] conserver from multiverse to universe? (license is now bsd-3) [09:23] Package: matlab-jnifti (0.6-2) [contrib] -> multiverse [09:24] that binary should move there ^^ [09:27] vorlon, what is your opinion on this i386 package? https://launchpad.net/ubuntu/+source/spdlog/1:1.8.1+ds-2.1/+build/20755494 [09:28] its blocking few transitions [10:03] LocutusOfBorg: looks like those moves already got done [10:03] tjaalton: update-notifier got released, if you have a minute a review of the one in the queue would be grrrrrrrrrrrrrrrrrrreat [10:05] Impossible Depends: octave-jnifti -> matlab-support/0.0.22/amd64 [10:05] Laney, ^^ I don't think so... [10:06] Impossible Depends: octave-jsonlab -> matlab-support/0.0.22/amd64 [10:06] ask rmadison [10:06] mmm who is lying then? britney? [10:06] nobody has to be lying, maybe you are waiting for the next run [10:07] octave-jnifti | 0.6-2 | hirsute-proposed/universe | source, all [10:07] octave-jsonlab | 2.0-1.1 | hirsute-proposed/universe | source, all [10:07] mmm [10:07] also zmat hirsute-proposed/universe | source [10:07] I would like to see them all in multiverse? [10:11] Laney: done [10:13] is cdimage archive mirror sync working properly? [10:14] i see today's dailies built with cd-boot-images 11, instead of 12 as i was expecting, given that 12 published yesterday. [10:24] Laney: can you check that please? =) not sure who else with cdimage access is back at work. [10:26] xnox: yeah, hang on, just writing an advocacy message for Gunnar ;-) [10:26] tjaalton: cheers [10:26] oooooh [10:32] LocutusOfBorg: can you summarise in a simple way for a simple person like me what you are still looking for? :p [10:33] I think, since matlab-support is multiverse that octave-jnifti octave-jsonlab zmat binaries should go in multiverse too. Not sources, just binaries [10:34] does this sound good to you? matlab-support can't go in universe, so the only fix is to move binaries to multiverse (debian moved them in contrib) [10:36] tjaalton: didn't realise you were working on SRUs today. Can we coordinate to avoid duplicate effort please? [10:37] tjaalton: I'll maintain what I'm doing in https://trello.com/b/XgBxtrZ9/sru [10:39] xnox: looks to me like https://launchpad.net/~ubuntu-cdimage/+livefs/ubuntu/focal/cpc/+build/253940 got stuck [10:39] and then the corresponding bit on ancientminister got stuck too [10:39] horum [10:40] guessing we don't have a watchdog for livefs builds [10:41] let me cancel it and see if the cdimage side wakes up and ftbfses [10:41] and that one doesn't even going to use the ftp mirror..... cause there is no pool for the preinstalled images. [11:06] LocutusOfBorg: done for matlab-zmat matlab-jsonlab [11:08] and zmat? [11:08] and jnifti I mean? [11:09] brain2mesh / iso2mesh too [11:09] jnifti was already done by Steve [11:11] nice thanks! [11:36] rbasak: I'm not, OOO today.. [11:36] just that this one was discussed yesterday, or was it Monday [11:53] Laney: so it looks like that focal builds now finished based on cd-build-logs..... may i ask you to retrigger ubuntu-server daily-live builds for hirsute? hopefully such that it pops out with cd-boot-images-amd64 12 now. Or i guess i can wait till tomorrow. [11:56] xnox: I think best if we wait for the in progress preinstalled builds to finish [11:58] server-live not preinstalled* [12:05] ah, yes, true. [12:30] -queuebot:#ubuntu-release- Unapproved: jq (focal-proposed/universe) [1.6-1 => 1.6-1ubuntu0.20.04.1] (i386-whitelist) [12:31] -queuebot:#ubuntu-release- Unapproved: jq (groovy-proposed/universe) [1.6-1 => 1.6-1ubuntu0.20.10.1] (i386-whitelist) [12:42] please accept yi on riscv64, it has been accepted evyewhere except there [13:00] xnox: http://cdimage.ubuntu.com/ubuntu-server/daily-live/20210106.1/ is your friend [13:00] https://people.canonical.com/~ubuntu-archive/cd-build-logs/ubuntu-server/hirsute/daily-live-20210106.1.log there's an error about s390x at the end though [13:18] -queuebot:#ubuntu-release- New: accepted gpsd [amd64] (hirsute-proposed) [3.21.99~rc1-2] [13:18] -queuebot:#ubuntu-release- New: accepted gpsd [armhf] (hirsute-proposed) [3.21.99~rc1-2] [13:18] -queuebot:#ubuntu-release- New: accepted gpsd [riscv64] (hirsute-proposed) [3.21.99~rc1-2] [13:18] -queuebot:#ubuntu-release- New: accepted kaidan [amd64] (hirsute-proposed) [0.6.0-2] [13:18] -queuebot:#ubuntu-release- New: accepted kaidan [armhf] (hirsute-proposed) [0.6.0-2] [13:18] -queuebot:#ubuntu-release- New: accepted kaidan [riscv64] (hirsute-proposed) [0.6.0-2] [13:18] -queuebot:#ubuntu-release- New: accepted yi [riscv64] (hirsute-proposed) [0.19.0-1] [13:18] -queuebot:#ubuntu-release- New: accepted gpsd [arm64] (hirsute-proposed) [3.21.99~rc1-2] [13:18] -queuebot:#ubuntu-release- New: accepted gpsd [s390x] (hirsute-proposed) [3.21.99~rc1-2] [13:18] -queuebot:#ubuntu-release- New: accepted kaidan [ppc64el] (hirsute-proposed) [0.6.0-2] [13:18] -queuebot:#ubuntu-release- New: accepted gpsd [ppc64el] (hirsute-proposed) [3.21.99~rc1-2] [13:18] -queuebot:#ubuntu-release- New: accepted kaidan [s390x] (hirsute-proposed) [0.6.0-2] [13:18] -queuebot:#ubuntu-release- New: accepted kaidan [arm64] (hirsute-proposed) [0.6.0-2] [13:18] -queuebot:#ubuntu-release- New: accepted victoriametrics [amd64] (hirsute-proposed) [1.51.0+ds-3] [13:18] -queuebot:#ubuntu-release- New: accepted victoriametrics [riscv64] (hirsute-proposed) [1.51.0+ds-3] [14:44] hmmm, I wonder if https://launchpad.net/~katie became too agressive ? [14:45] are Recommends to a versioned lib package not holding things back (clearly dpeendencies do hold things back) [14:45] but I see collectd migrated [14:45] https://launchpad.net/ubuntu/+source/collectd/5.12.0-4build1/+publishinghistory [14:45] and that is of build https://launchpadlibrarian.net/515588094/buildlog_ubuntu-hirsute-amd64.collectd_5.12.0-4build1_BUILDING.txt.gz [14:46] which as expected has a (Recommends) dependency to librte-eal21 [14:46] I'd have expected this is held back as other lib dependencies like [14:46] Depends: dpdk (not considered) [14:47] but it moved, so I wondered if this is the day for me to learn that recommends are indeed not holding anything back in regard to proposed migration [14:47] OVS 2.15 has a real dependency and it is held back as one would expect [14:48] also DPDK is held back by OVS to be ready [14:48] so would this also work vice-versa - would DPDK have been able to move without a rebuild of collectd (the old version depended on versioned lib packages of the former DPDK) ? [14:49] ubuntu-archive ^^ ? if you wouldn't mind to enlight/teach me ? [14:56] cpaelzer: recommends are not enforced by britney no [14:57] TIL \o/ [14:57] thanks vorlon [15:19] -queuebot:#ubuntu-release- New binary: linux-signed [amd64] (xenial-proposed/main) [4.4.0-199.231] (core, kernel) [15:24] why didn't binutils migrate with the last britney run? [15:29] from update_output, it looks like there is an uninstallability issue in gcc-offload-amdgcn [15:32] oops, yes, the breaks only valid for the Debian package [15:32] ... and I was testing with gcc-11 locally [15:35] -queuebot:#ubuntu-release- Unapproved: accepted adobe-flashplugin [source] (groovy-proposed) [1:20201231.1-0ubuntu0.20.10.1] [15:37] -queuebot:#ubuntu-release- Unapproved: adobe-flashplugin (bionic-proposed/partner) [1:20201208.1-0ubuntu0.18.04.1 => 1:20201231.1-0ubuntu0.18.04.1] (no packageset) [15:37] -queuebot:#ubuntu-release- Unapproved: adobe-flashplugin (xenial-proposed/partner) [1:20201208.1-0ubuntu0.16.04.1 => 1:20201231.1-0ubuntu0.16.04.1] (no packageset) [15:37] -queuebot:#ubuntu-release- Unapproved: adobe-flashplugin (focal-proposed/partner) [1:20201208.1-0ubuntu0.20.04.1 => 1:20201231.1-0ubuntu0.20.04.1] (no packageset) [15:38] -queuebot:#ubuntu-release- Unapproved: accepted adobe-flashplugin [source] (focal-proposed) [1:20201231.1-0ubuntu0.20.04.1] [15:39] -queuebot:#ubuntu-release- Unapproved: accepted adobe-flashplugin [source] (bionic-proposed) [1:20201231.1-0ubuntu0.18.04.1] [15:39] -queuebot:#ubuntu-release- Unapproved: accepted adobe-flashplugin [source] (xenial-proposed) [1:20201231.1-0ubuntu0.16.04.1] [15:42] Laney: so it looks like pcp64el has bos01 runners again? [15:43] vorlon: yeah, I copied you on a message in the IS channel when I turned those back on ;-) [15:44] could have been in here I guess [15:44] but I was saying thanks to the sysadmin at the time [15:44] Laney: ah, I didn't get a highlight for this somehow [15:47] Laney: anyway, thanks :) [15:47] -queuebot:#ubuntu-release- Unapproved: rejected secureboot-db [source] (trusty-proposed) [1.4.1~ubuntu0.14.04.1] [15:48] no worries, enjoy your bagon [15:48] mmm bagon [15:49] -queuebot:#ubuntu-release- New: accepted linux-signed [amd64] (xenial-proposed) [4.4.0-199.231] [15:54] vorlon: update-i386-whitelist wants to remove a lot of stuff. is this all ok? I just wanted to add one package ... [15:54] doko: with what commandline? [15:54] ./update-i386-whitelist https://people.canonical.com/~ubuntu-archive/germinate-output/i386.hirsute/i386+build-depends.sources [15:55] checking [15:55] it's probably not ok, but I need to see why ;) [15:55] https://paste.ubuntu.com/p/T3Vm59bbYs/ [15:56] doko: well, removals include gcc-11 and openjdk-17? [15:56] or do I need to update my checkout first, let's see [15:57] ok, checkout updated [15:57] so it looks like a lot of this is fallout from lintian being dropped [15:57] which I think was a build-dependency of some kde libs [15:58] it's still seeded [15:58] doko: so if no i386 builds need lintian anymore, then this change looks ok [15:58] ok, then running that [16:19] -queuebot:#ubuntu-release- Unapproved: tzdata (bionic-proposed/main) [2020d-0ubuntu0.18.04 => 2020f-0ubuntu0.18.04] (core) [16:20] doko: Have you retried python3.9 triggered by tzdata? [16:21] https://autopkgtest.ubuntu.com/packages/p/python3.9/hirsute/arm64 [16:21] bdmurray: no [16:22] okay, doing so [16:26] -queuebot:#ubuntu-release- Packageset: 104 entries have been added or removed [16:32] -queuebot:#ubuntu-release- Unapproved: tzdata (xenial-proposed/main) [2020d-0ubuntu0.16.04 => 2020f-0ubuntu0.16.04] (core) [16:57] rbasak: Are you doing SRU reviews today? [17:01] -queuebot:#ubuntu-release- Unapproved: adobe-flashplugin (precise-proposed/partner) [1:20170411.1-0ubuntu0.12.04.1 => 1:20201231.1-0ubuntu0.12.04.1] (no packageset) [17:01] -queuebot:#ubuntu-release- Unapproved: adobe-flashplugin (trusty-proposed/partner) [1:20190409.1-0ubuntu0.14.04.1 => 1:20201231.1-0ubuntu0.14.04.1] (no packageset) [17:04] bdmurray: yes, but slowly [17:04] Not for much longer though [17:09] In fact I might just stop now. [17:09] I'm not sure I'm going to get back to them today. [17:12] vorlon: Can you review the tzdata update then? [17:29] -queuebot:#ubuntu-release- New binary: angelscript [ppc64el] (hirsute-proposed/universe) [2.35.0+ds-1] (no packageset) [17:30] -queuebot:#ubuntu-release- New binary: angelscript [s390x] (hirsute-proposed/universe) [2.35.0+ds-1] (no packageset) [17:40] -queuebot:#ubuntu-release- New binary: libsignon-glib [amd64] (hirsute-proposed/universe) [2.1-2] (kubuntu) [17:40] -queuebot:#ubuntu-release- New binary: libsignon-glib [s390x] (hirsute-proposed/universe) [2.1-2] (kubuntu) [17:40] -queuebot:#ubuntu-release- New binary: libsignon-glib [ppc64el] (hirsute-proposed/universe) [2.1-2] (kubuntu) [17:42] -queuebot:#ubuntu-release- New binary: python-mbed-host-tests [amd64] (hirsute-proposed/universe) [1.4.4-4] (no packageset) [17:42] -queuebot:#ubuntu-release- New binary: angelscript [amd64] (hirsute-proposed/universe) [2.35.0+ds-1] (no packageset) [17:42] vorlon: Actually I'm fixing the changelogs for xenial and bionic [17:44] -queuebot:#ubuntu-release- Unapproved: tzdata (xenial-proposed/main) [2020d-0ubuntu0.16.04 => 2020f-0ubuntu0.16.04] (core) [17:45] -queuebot:#ubuntu-release- Unapproved: tzdata (bionic-proposed/main) [2020d-0ubuntu0.18.04 => 2020f-0ubuntu0.18.04] (core) [17:46] -queuebot:#ubuntu-release- New binary: python-fabio [amd64] (hirsute-proposed/universe) [0.11.0+dfsg-1] (no packageset) [17:46] -queuebot:#ubuntu-release- New binary: xmltooling [amd64] (hirsute-proposed/universe) [3.2.0-2] (no packageset) [17:46] -queuebot:#ubuntu-release- New binary: xmltooling [s390x] (hirsute-proposed/universe) [3.2.0-2] (no packageset) [17:47] -queuebot:#ubuntu-release- New binary: python-fabio [s390x] (hirsute-proposed/universe) [0.11.0+dfsg-1] (no packageset) [17:47] -queuebot:#ubuntu-release- New binary: python-fabio [ppc64el] (hirsute-proposed/universe) [0.11.0+dfsg-1] (no packageset) [17:47] -queuebot:#ubuntu-release- New binary: xmltooling [ppc64el] (hirsute-proposed/universe) [3.2.0-2] (no packageset) [17:51] -queuebot:#ubuntu-release- New binary: angelscript [armhf] (hirsute-proposed/universe) [2.35.0+ds-1] (no packageset) [17:52] -queuebot:#ubuntu-release- Unapproved: rejected tzdata [source] (xenial-proposed) [2020f-0ubuntu0.16.04] [17:53] -queuebot:#ubuntu-release- Unapproved: rejected tzdata [source] (bionic-proposed) [2020f-0ubuntu0.18.04] [17:54] -queuebot:#ubuntu-release- New: accepted angelscript [armhf] (hirsute-proposed) [2.35.0+ds-1] [17:54] vorlon: tzdata is all squared away now [17:55] -queuebot:#ubuntu-release- New: accepted angelscript [amd64] (hirsute-proposed) [2.35.0+ds-1] [17:55] -queuebot:#ubuntu-release- New: accepted python-fabio [ppc64el] (hirsute-proposed) [0.11.0+dfsg-1] [17:55] -queuebot:#ubuntu-release- New: accepted python-mbed-host-tests [amd64] (hirsute-proposed) [1.4.4-4] [17:55] -queuebot:#ubuntu-release- New: accepted xmltooling [ppc64el] (hirsute-proposed) [3.2.0-2] [17:55] -queuebot:#ubuntu-release- New: accepted python-fabio [amd64] (hirsute-proposed) [0.11.0+dfsg-1] [17:55] -queuebot:#ubuntu-release- New: accepted xmltooling [amd64] (hirsute-proposed) [3.2.0-2] [17:55] -queuebot:#ubuntu-release- New: accepted python-fabio [s390x] (hirsute-proposed) [0.11.0+dfsg-1] [17:55] -queuebot:#ubuntu-release- New: accepted xmltooling [s390x] (hirsute-proposed) [3.2.0-2] [17:55] -queuebot:#ubuntu-release- New: accepted angelscript [ppc64el] (hirsute-proposed) [2.35.0+ds-1] [17:55] -queuebot:#ubuntu-release- New: accepted libsignon-glib [amd64] (hirsute-proposed) [2.1-2] [17:55] -queuebot:#ubuntu-release- New: accepted libsignon-glib [s390x] (hirsute-proposed) [2.1-2] [17:55] -queuebot:#ubuntu-release- New: accepted angelscript [s390x] (hirsute-proposed) [2.35.0+ds-1] [17:55] -queuebot:#ubuntu-release- New: accepted libsignon-glib [ppc64el] (hirsute-proposed) [2.1-2] === ijohnson is now known as ijohnson|lunch [18:01] -queuebot:#ubuntu-release- New binary: libsignon-glib [arm64] (hirsute-proposed/universe) [2.1-2] (kubuntu) [18:01] -queuebot:#ubuntu-release- New binary: libsignon-glib [riscv64] (hirsute-proposed/universe) [2.1-2] (kubuntu) [18:01] -queuebot:#ubuntu-release- New binary: angelscript [riscv64] (hirsute-proposed/universe) [2.35.0+ds-1] (no packageset) [18:01] -queuebot:#ubuntu-release- New binary: libsignon-glib [armhf] (hirsute-proposed/universe) [2.1-2] (kubuntu) [18:04] bdmurray: do I have the right debdiff? the bionic package doesn't show a bug in the changelog [18:08] vorlon: I guess you don't as it looks like I uploaded it without the bug reference. [18:08] vorlon: I'll get back to you! [18:09] ok :) [18:11] -queuebot:#ubuntu-release- Unapproved: tzdata (groovy-proposed/main) [2020d-1ubuntu1 => 2020f-0ubuntu0.20.10] (core) [18:16] -queuebot:#ubuntu-release- Unapproved: tzdata (focal-proposed/main) [2020d-0ubuntu0.20.04 => 2020f-0ubuntu0.20.04] (core) [18:17] -queuebot:#ubuntu-release- Unapproved: tzdata (bionic-proposed/main) [2020d-0ubuntu0.18.04 => 2020f-0ubuntu0.18.04] (core) [18:18] -queuebot:#ubuntu-release- Unapproved: tzdata (xenial-proposed/main) [2020d-0ubuntu0.16.04 => 2020f-0ubuntu0.16.04] (core) [18:24] -queuebot:#ubuntu-release- New binary: octave-tisean [riscv64] (hirsute-proposed/universe) [0.2.3.hg.2019.08.26-1] (no packageset) [18:40] vorlon: okay, all set now. rejecting the ones w/o a bug ref. [18:40] -queuebot:#ubuntu-release- Unapproved: rejected tzdata [source] (groovy-proposed) [2020f-0ubuntu1] [18:41] -queuebot:#ubuntu-release- Unapproved: rejected tzdata [source] (focal-proposed) [2020f-0ubuntu0.20.04] [18:41] -queuebot:#ubuntu-release- Unapproved: rejected tzdata [source] (bionic-proposed) [2020f-0ubuntu0.18.04] [18:42] -queuebot:#ubuntu-release- Unapproved: rejected tzdata [source] (xenial-proposed) [2020f-0ubuntu0.16.04] [19:03] doko: why did you demote mir? [19:15] -queuebot:#ubuntu-release- Unapproved: accepted adobe-flashplugin [source] (trusty-proposed) [1:20201231.1-0ubuntu0.14.04.1] [19:16] -queuebot:#ubuntu-release- Unapproved: accepted adobe-flashplugin [source] (precise-proposed) [1:20201231.1-0ubuntu0.12.04.1] [19:17] -queuebot:#ubuntu-release- New binary: kdav [amd64] (hirsute-proposed/universe) [1:5.77.0-2ubuntu1] (kubuntu) [19:30] -queuebot:#ubuntu-release- New binary: opensaml [s390x] (hirsute-proposed/universe) [3.2.0-2] (no packageset) [19:32] -queuebot:#ubuntu-release- New binary: opensaml [ppc64el] (hirsute-proposed/universe) [3.2.0-2] (no packageset) [19:33] -queuebot:#ubuntu-release- New binary: opensaml [amd64] (hirsute-proposed/universe) [3.2.0-2] (no packageset) [19:36] vorlon: why not? showed up on both component mismatches ... === ijohnson|lunch is now known as ijohnson [19:43] hi there, net-snmp bumped its soname version in the latest release, and I'm working on merging it from Debian now, so I'd like to request a transition slot for it in Ubuntu [19:43] you just upload, and then you do your no-change uploads [19:45] doko: that's it? alright then, thanks! [19:50] -queuebot:#ubuntu-release- New binary: opensaml [arm64] (hirsute-proposed/universe) [3.2.0-2] (no packageset) [19:53] -queuebot:#ubuntu-release- New: accepted kdav [amd64] (hirsute-proposed) [1:5.77.0-2ubuntu1] [19:53] -queuebot:#ubuntu-release- New: accepted octave-tisean [riscv64] (hirsute-proposed) [0.2.3.hg.2019.08.26-1] [19:53] -queuebot:#ubuntu-release- New: accepted angelscript [riscv64] (hirsute-proposed) [2.35.0+ds-1] [19:56] doko: er, did it? because I immediately got an email that it should be promoted [19:56] doko: and the seed (supported-kiosk) hasn't changed recently [19:59] I'm not inventing stuff [20:01] of course; just confused how this happened [20:01] -queuebot:#ubuntu-release- New: accepted opensaml [amd64] (hirsute-proposed) [3.2.0-2] [20:01] -queuebot:#ubuntu-release- New: accepted opensaml [arm64] (hirsute-proposed) [3.2.0-2] [20:02] -queuebot:#ubuntu-release- New: accepted libsignon-glib [arm64] (hirsute-proposed) [2.1-2] [20:02] -queuebot:#ubuntu-release- New: accepted libsignon-glib [riscv64] (hirsute-proposed) [2.1-2] [20:02] -queuebot:#ubuntu-release- New: accepted opensaml [s390x] (hirsute-proposed) [3.2.0-2] [20:02] -queuebot:#ubuntu-release- New: accepted libsignon-glib [armhf] (hirsute-proposed) [2.1-2] [20:02] -queuebot:#ubuntu-release- New: accepted opensaml [ppc64el] (hirsute-proposed) [3.2.0-2] [20:18] doko: any idea what regressed that dh_strip now fails on mingw binaries in both libassuan/amd64 and npth/amd64 ? [20:25] -queuebot:#ubuntu-release- Unapproved: accepted tzdata [source] (groovy-proposed) [2020f-0ubuntu0.20.10] [20:26] -queuebot:#ubuntu-release- Unapproved: accepted tzdata [source] (focal-proposed) [2020f-0ubuntu0.20.04] [20:27] vorlon: lto-no-text-in-archive? dh_strip is now check whether .a files have non-empty .text segments [20:28] is now checking* [20:30] hum [20:30] and in fact this is a change doko made in Ubuntu [20:31] yes [20:31] doko: so, how should we fix :) [20:31] since it's apparently wrong for valid mingw .a files [20:33] if LTO (= -flto) is being used during the build, the fix can involve using -ffat-lto-objects [20:33] -queuebot:#ubuntu-release- Unapproved: accepted tzdata [source] (bionic-proposed) [2020f-0ubuntu0.18.04] [20:35] -queuebot:#ubuntu-release- Unapproved: accepted tzdata [source] (xenial-proposed) [2020f-0ubuntu0.16.04] [20:37] sergiodj: so, ruby-defaults/i386 autopkgtest: ruby depends on ruby-rubygems, which is Architecture: all but does not declare itself Multi-Arch: foreign, therefore it does not satisfy a dependency from a foreign-arch package [20:38] sergiodj: since ruby-rubygems is pure arch-independent, setting Multi-Arch: foreign on this package is correct, and sufficient [20:39] sergiodj: (I can do this now, if you like) [20:40] vorlon: thanks (and I think kanashiro should also be in the loop, since he's the ruby maintainer on debian) :) [20:40] kanashiro: ^^ I would submittodebian afterwards regardless :) [20:43] vorlon: is this because of my +1 maintenace report, btw? [20:43] sergiodj: yes [20:43] ah, great! [20:43] thanks for looking into that :) [20:43] -queuebot:#ubuntu-release- Unapproved: systemd (groovy-proposed/main) [246.6-1ubuntu1 => 246.6-1ubuntu1.1] (core, i386-whitelist) [20:45] ok, starting the no-change uploads for net-snmp. it's actually quite a number of packages! [20:46] I was even thinking if it doesn't make sense to have an entry on https://people.canonical.com/~ubuntu-archive/transitions/, just to help organize the work [20:47] is it an soname change? [20:47] (in which case there should be an auto-tracker entry generated for it?) [20:47] I've just uploaded the package [20:47] -queuebot:#ubuntu-release- New binary: net-snmp [s390x] (hirsute-proposed/main) [5.9+dfsg-3ubuntu1] (desktop-core, i386-whitelist, ubuntu-server) [20:47] there you go! [20:48] yeah, should get autogenerated [20:48] vorlon: ah, I was told that someone might have to manually add an entry in the page [20:48] ok, good to know it DTRT, then :) [20:52] sergiodj, kanashiro: hmmm except this still is insufficient, ruby is Multi-Arch: allowed, so ruby-rubygems needs to depend on ruby:any, and currently the dependency is autogenerated via ruby:Depends substitution... [20:53] -queuebot:#ubuntu-release- New binary: net-snmp [ppc64el] (hirsute-proposed/main) [5.9+dfsg-3ubuntu1] (desktop-core, i386-whitelist, ubuntu-server) [20:54] -queuebot:#ubuntu-release- New binary: net-snmp [amd64] (hirsute-proposed/main) [5.9+dfsg-3ubuntu1] (desktop-core, i386-whitelist, ubuntu-server) [20:54] -queuebot:#ubuntu-release- Unapproved: systemd (focal-proposed/main) [245.4-4ubuntu3.3 => 245.4-4ubuntu3.4] (core, i386-whitelist) [20:55] -queuebot:#ubuntu-release- New: accepted net-snmp [amd64] (hirsute-proposed) [5.9+dfsg-3ubuntu1] [20:55] -queuebot:#ubuntu-release- New: accepted net-snmp [s390x] (hirsute-proposed) [5.9+dfsg-3ubuntu1] [20:55] -queuebot:#ubuntu-release- New: accepted net-snmp [ppc64el] (hirsute-proposed) [5.9+dfsg-3ubuntu1] [20:55] vorlon, you are saying we need to make rubygems Multiarch: foreign and depend on ruby:any? [20:55] kanashiro: to have ruby:i386 cross-installable for autopkgtests, yes [20:56] should we just s/${ruby:Depends}/ruby:any/ ? [20:57] vorlon, ruby | ruby-interpreter as we have in ruby-bundler should work, right? [20:58] same source package [20:59] ruby:any | ruby-interpreter, yes [21:00] -queuebot:#ubuntu-release- New binary: net-snmp [armhf] (hirsute-proposed/main) [5.9+dfsg-3ubuntu1] (desktop-core, i386-whitelist, ubuntu-server) [21:01] vorlon, I will add those changes to rubygems in Debian [21:06] -queuebot:#ubuntu-release- Unapproved: systemd (bionic-proposed/main) [237-3ubuntu10.43 => 237-3ubuntu10.44] (core) [21:10] kanashiro: cheers [21:11] -queuebot:#ubuntu-release- Packageset: Added cifs-utils to i386-whitelist in hirsute [21:11] -queuebot:#ubuntu-release- Packageset: Added ding-libs to i386-whitelist in hirsute [21:11] -queuebot:#ubuntu-release- Packageset: Added libnfsidmap to i386-whitelist in hirsute [21:11] -queuebot:#ubuntu-release- Packageset: Added sssd to i386-whitelist in hirsute [21:11] -queuebot:#ubuntu-release- Packageset: Added uid-wrapper to i386-whitelist in hirsute