/srv/irclogs.ubuntu.com/2021/01/06/#ubuntu-release.txt

-queuebot:#ubuntu-release- New binary: gpsshogi [amd64] (hirsute-proposed/universe) [0.7.0-3] (no packageset)00:00
-queuebot:#ubuntu-release- New binary: catch2 [riscv64] (hirsute-proposed/universe) [2.13.4-1] (no packageset)00:02
-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:06
-queuebot:#ubuntu-release- New binary: radare2 [ppc64el] (hirsute-proposed/universe) [5.0.0+dfsg-1] (no packageset)00:10
-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:11
-queuebot:#ubuntu-release- New binary: pdns [ppc64el] (hirsute-proposed/universe) [4.4.0-3] (no packageset)00:28
-queuebot:#ubuntu-release- Unapproved: tzdata (groovy-proposed/main) [2020d-1ubuntu1 => 2020f-0ubuntu1] (core)00:30
-queuebot:#ubuntu-release- New binary: socklog [arm64] (hirsute-proposed/universe) [2.1.0+repack-4] (no packageset)00:34
bryceRAOF, could I bother you to bounce a question or two off you?00:35
RAOFSure.00:35
-queuebot:#ubuntu-release- New binary: socklog [armhf] (hirsute-proposed/universe) [2.1.0+repack-4] (no packageset)00:36
bryceRAOF, 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 holidays00:38
bryceRAOF, 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:38
bryceit looks to me like the set need to all be built together in order to go through.  I.e. circular build dependency.00:39
bryceRAOF, 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:40
-queuebot:#ubuntu-release- Unapproved: tzdata (focal-proposed/main) [2020d-0ubuntu0.20.04 => 2020f-0ubuntu0.20.04] (core)00:41
RAOFHm. Sounds like a bootstrap issue to me then?00:41
bryceyeah00:41
RAOFSo, this is not something that I've dealt with before. However: how is this expected to build at all?00:42
bryceI'm not sure, it looks pretty wedged to me00:42
RAOFPresumably it's not that case that phpunit X.Y depends on foo >= Z.W, and foo Z.W depends on phpunit >= X.Y.00:42
bryceactually I suspect that to indeed be the case00:43
RAOFIf 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:43
brycethere is also a new package added to the mix00:44
-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:45
brycephp-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:47
RAOFOk. 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
bryceperhaps there was some intermediary versions of phpunit, that "normally" would have made things work00:48
brycehah yeah same thought00:48
RAOFie: you could possibly unblock this by uploading an older phpunit, letting those things build, then uploading the new one.00:48
bryceok that I can do.  An older phpunit would be accepted into -proposed, even though there's a newer version already there?00:49
-queuebot:#ubuntu-release- New binary: pdns [s390x] (hirsute-proposed/universe) [4.4.0-3] (no packageset)00:51
-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:52
RAOFNo, 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:53
bryceRAOF looking through the changelog, phpunit 9.0.0-1 or 9.0.1-1 would precede the new build-dependencies.00:54
-queuebot:#ubuntu-release- New binary: socklog [s390x] (hirsute-proposed/universe) [2.1.0+repack-4] (no packageset)00:56
bryceRAOF, ok thanks.  I'll play around with this and get back to you tomorrow.00:56
RAOFbryce: 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.00:59
bryceok cool01:00
-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:09
-queuebot:#ubuntu-release- New binary: ardour [s390x] (hirsute-proposed/universe) [1:6.5.0+ds0-1~exp0] (ubuntustudio)01:45
-queuebot:#ubuntu-release- New binary: pdns [arm64] (hirsute-proposed/universe) [4.4.0-3] (no packageset)01:52
bryceraof, so... phpunit 9.0.0 seems still a bit of a dependency knot.  It depends on intermediary versions of 3 dependencies as well.02:27
RAOFAnd those intermediary dependencies also have a dependency on phpunit 9?02:28
bryceyup02:28
brycee.g. phpunit 9.0.0 wants phpunit-exporter-4.x, but phpunit-exporter-4.0.3 gives:02:29
brycedpkg-checkbuilddeps: error: Unmet build dependencies: phpunit (>= 9)02:29
brycefun (phun?)02:30
bryceof 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:31
RAOFThat would be another possibility; just do a bootstrap run disabling testsuites.02:34
bryce*nod*02:34
bryceDEB_BUILD_OPTIONS=nocheck also helps.  Not sure if it's possible to run the archive builds with that though02:35
brycephpunit_9.0.0-1_all.deb02:41
brycewhew.02:41
bryceRAOF, 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
bryceRAOF, thanks again, cya!02:43
RAOFSweet02:44
-queuebot:#ubuntu-release- New binary: pdns [riscv64] (hirsute-proposed/universe) [4.4.0-3] (no packageset)02:52
-queuebot:#ubuntu-release- New binary: ardour [arm64] (hirsute-proposed/universe) [1:6.5.0+ds0-1~exp0] (ubuntustudio)03:12
-queuebot:#ubuntu-release- New binary: ardour [armhf] (hirsute-proposed/universe) [1:6.5.0+ds0-1~exp0] (ubuntustudio)03:29
-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:05
-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:06
-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:07
-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:08
-queuebot:#ubuntu-release- New binary: gpsd [s390x] (hirsute-proposed/main) [3.21.99~rc1-2] (ubuntu-server)05:38
-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:39
-queuebot:#ubuntu-release- New binary: victoriametrics [amd64] (hirsute-proposed/universe) [1.51.0+ds-3] (no packageset)05:40
-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:04
cpaelzerHiho, 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 wrong06:22
cpaelzerThey are (as expected) listed in "Binary only movements to universe"06:22
cpaelzerI'd ask to move all librte-*21 in that list, it is a) intentional and b) required to get DPDK to complete06:23
cpaelzerThe ones that end in *20.0 are of the old package that is eventually going away - no need to touch them right now06:25
RAOFHuh. I don't see those in component-mismatches?06:28
RAOFOh no, there it is in component-mismatches-proposed.06:30
RAOFcpaelzer: My, that's a fine list! For the sake of safety, you want all the things in component-mismatches-proposed moved to universe?06:50
RAOFHm. I think I'm not clearly understanding you. Do you want only those matching the glob librte-*21 moved to universe?06:51
RAOFcpaelzer: Which would be this list: https://paste.ubuntu.com/p/dg6vPF9vZR/06:53
cpaelzerchecking06:58
cpaelzerall in there are good RAOF, I just need to check if it is also complete06:58
cpaelzerRAOF: yes it also looks complete06:59
* RAOF watches change-override take >10s per package to resolve…07:08
cpaelzerThank you RAOF07:28
=== didrocks999 is now known as didrocks
LocutusOfBorgRAOF, can you please do two movement for me too?09:23
LocutusOfBorgconserver from multiverse to universe? (license is now bsd-3)09:23
LocutusOfBorgPackage: matlab-jnifti (0.6-2) [contrib] -> multiverse09:23
LocutusOfBorgthat binary should move there ^^09:24
LocutusOfBorgvorlon, what is your opinion on this i386 package? https://launchpad.net/ubuntu/+source/spdlog/1:1.8.1+ds-2.1/+build/2075549409:27
LocutusOfBorgits blocking few transitions09:28
LaneyLocutusOfBorg: looks like those moves already got done10:03
Laneytjaalton: update-notifier got released, if you have a minute a review of the one in the queue would be grrrrrrrrrrrrrrrrrrreat10:03
LocutusOfBorgImpossible Depends: octave-jnifti -> matlab-support/0.0.22/amd6410:05
LocutusOfBorgLaney, ^^ I don't think so...10:05
LocutusOfBorgImpossible Depends: octave-jsonlab -> matlab-support/0.0.22/amd6410:06
Laneyask rmadison10:06
LocutusOfBorgmmm who is lying then? britney?10:06
Laneynobody has to be lying, maybe you are waiting for the next run10:06
LocutusOfBorg octave-jnifti  | 0.6-2    | hirsute-proposed/universe | source, all10:07
LocutusOfBorg octave-jsonlab | 2.0-1.1  | hirsute-proposed/universe | source, all10:07
LocutusOfBorgmmm10:07
LocutusOfBorgalso zmat hirsute-proposed/universe | source10:07
LocutusOfBorgI would like to see them all in multiverse?10:07
tjaaltonLaney: done10:11
xnoxis cdimage archive mirror sync working properly?10:13
xnoxi see today's dailies built with cd-boot-images 11, instead of 12 as i was expecting, given that 12 published yesterday.10:14
xnoxLaney: can you check that please? =) not sure who else with cdimage access is back at work.10:24
Laneyxnox: yeah, hang on, just writing an advocacy message for Gunnar ;-)10:26
Laneytjaalton: cheers10:26
xnoxoooooh10:26
LaneyLocutusOfBorg: can you summarise in a simple way for a simple person like me what you are still looking for? :p10:32
LocutusOfBorgI think, since matlab-support is multiverse that octave-jnifti octave-jsonlab zmat binaries should go in multiverse too. Not sources, just binaries10:33
LocutusOfBorgdoes 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:34
rbasaktjaalton: didn't realise you were working on SRUs today. Can we coordinate to avoid duplicate effort please?10:36
rbasaktjaalton: I'll maintain what I'm doing in https://trello.com/b/XgBxtrZ9/sru10:37
Laneyxnox: looks to me like https://launchpad.net/~ubuntu-cdimage/+livefs/ubuntu/focal/cpc/+build/253940 got stuck10:39
Laneyand then the corresponding bit on ancientminister got stuck too10:39
xnoxhorum10:39
Laneyguessing we don't have a watchdog for livefs builds10:40
Laneylet me cancel it and see if the cdimage side wakes up and ftbfses10:41
xnoxand that one doesn't even going to use the ftp mirror..... cause there is no pool for the preinstalled images.10:41
LaneyLocutusOfBorg: done for matlab-zmat matlab-jsonlab11:06
LocutusOfBorgand zmat?11:08
LocutusOfBorgand jnifti I mean?11:08
Laneybrain2mesh / iso2mesh too11:09
Laneyjnifti was already done by Steve11:09
LocutusOfBorgnice thanks!11:11
tjaaltonrbasak: I'm not, OOO today..11:36
tjaaltonjust that this one was discussed yesterday, or was it Monday11:36
xnoxLaney: 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:53
Laneyxnox: I think best if we wait for the in progress preinstalled builds to finish11:56
Laneyserver-live not preinstalled*11:58
xnoxah, yes, true.12:05
-queuebot:#ubuntu-release- Unapproved: jq (focal-proposed/universe) [1.6-1 => 1.6-1ubuntu0.20.04.1] (i386-whitelist)12:30
-queuebot:#ubuntu-release- Unapproved: jq (groovy-proposed/universe) [1.6-1 => 1.6-1ubuntu0.20.10.1] (i386-whitelist)12:31
LocutusOfBorgplease accept yi on riscv64, it has been accepted evyewhere except there12:42
Laneyxnox: http://cdimage.ubuntu.com/ubuntu-server/daily-live/20210106.1/ is your friend13:00
Laneyhttps://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 though13:00
-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]13:18
cpaelzerhmmm, I wonder if https://launchpad.net/~katie became too agressive ?14:44
cpaelzerare Recommends to a versioned lib package not holding things back (clearly dpeendencies do hold things back)14:45
cpaelzerbut I see collectd migrated14:45
cpaelzerhttps://launchpad.net/ubuntu/+source/collectd/5.12.0-4build1/+publishinghistory14:45
cpaelzerand that is of build https://launchpadlibrarian.net/515588094/buildlog_ubuntu-hirsute-amd64.collectd_5.12.0-4build1_BUILDING.txt.gz14:45
cpaelzerwhich as expected has a (Recommends) dependency to librte-eal2114:46
cpaelzerI'd have expected this is held back as other lib dependencies like14:46
cpaelzerDepends: dpdk (not considered)14:46
cpaelzerbut 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 migration14:47
cpaelzerOVS 2.15 has a real dependency and it is held back as one would expect14:47
cpaelzeralso DPDK is held back by OVS to be ready14:48
cpaelzerso 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:48
cpaelzerubuntu-archive ^^ ? if you wouldn't mind to enlight/teach me ?14:49
vorloncpaelzer: recommends are not enforced by britney no14:56
cpaelzerTIL \o/14:57
cpaelzerthanks vorlon14:57
-queuebot:#ubuntu-release- New binary: linux-signed [amd64] (xenial-proposed/main) [4.4.0-199.231] (core, kernel)15:19
dokowhy didn't binutils migrate with the last britney run?15:24
tumbleweedfrom update_output, it looks like there is an uninstallability issue in gcc-offload-amdgcn15:29
dokooops, yes, the breaks only valid for the Debian package15:32
doko... and I was testing with gcc-11 locally15:32
-queuebot:#ubuntu-release- Unapproved: accepted adobe-flashplugin [source] (groovy-proposed) [1:20201231.1-0ubuntu0.20.10.1]15:35
-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:37
-queuebot:#ubuntu-release- Unapproved: accepted adobe-flashplugin [source] (focal-proposed) [1:20201231.1-0ubuntu0.20.04.1]15:38
-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:39
vorlonLaney: so it looks like pcp64el has bos01 runners again?15:42
Laneyvorlon: yeah, I copied you on a message in the IS channel when I turned those back on ;-)15:43
Laneycould have been in here I guess15:44
Laneybut I was saying thanks to the sysadmin at the time15:44
vorlonLaney: ah, I didn't get a highlight for this somehow15:44
vorlonLaney: anyway, thanks :)15:47
-queuebot:#ubuntu-release- Unapproved: rejected secureboot-db [source] (trusty-proposed) [1.4.1~ubuntu0.14.04.1]15:47
Laneyno worries, enjoy your bagon15:48
vorlonmmm bagon15:48
-queuebot:#ubuntu-release- New: accepted linux-signed [amd64] (xenial-proposed) [4.4.0-199.231]15:49
dokovorlon: update-i386-whitelist wants to remove a lot of stuff. is this all ok?  I just wanted to add one package ...15:54
vorlondoko: with what commandline?15:54
doko./update-i386-whitelist https://people.canonical.com/~ubuntu-archive/germinate-output/i386.hirsute/i386+build-depends.sources15:54
vorlonchecking15:55
vorlonit's probably not ok, but I need to see why ;)15:55
dokohttps://paste.ubuntu.com/p/T3Vm59bbYs/15:55
vorlondoko: well, removals include gcc-11 and openjdk-17?15:56
vorlonor do I need to update my checkout first, let's see15:56
vorlonok, checkout updated15:57
vorlonso it looks like a lot of this is fallout from lintian being dropped15:57
vorlonwhich I think was a build-dependency of some kde libs15:57
dokoit's still seeded15:58
vorlondoko: so if no i386 builds need lintian anymore, then this change looks ok15:58
dokook, then running that15:58
-queuebot:#ubuntu-release- Unapproved: tzdata (bionic-proposed/main) [2020d-0ubuntu0.18.04 => 2020f-0ubuntu0.18.04] (core)16:19
bdmurraydoko: Have you retried python3.9 triggered by tzdata?16:20
bdmurrayhttps://autopkgtest.ubuntu.com/packages/p/python3.9/hirsute/arm6416:21
dokobdmurray: no16:21
bdmurrayokay, doing so16:22
-queuebot:#ubuntu-release- Packageset: 104 entries have been added or removed16:26
-queuebot:#ubuntu-release- Unapproved: tzdata (xenial-proposed/main) [2020d-0ubuntu0.16.04 => 2020f-0ubuntu0.16.04] (core)16:32
bdmurrayrbasak: Are you doing SRU reviews today?16:57
-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:01
rbasakbdmurray: yes, but slowly17:04
rbasakNot for much longer though17:04
rbasakIn fact I might just stop now.17:09
rbasakI'm not sure I'm going to get back to them today.17:09
bdmurrayvorlon: Can you review the tzdata update then?17:12
-queuebot:#ubuntu-release- New binary: angelscript [ppc64el] (hirsute-proposed/universe) [2.35.0+ds-1] (no packageset)17:29
-queuebot:#ubuntu-release- New binary: angelscript [s390x] (hirsute-proposed/universe) [2.35.0+ds-1] (no packageset)17:30
-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:40
-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
bdmurrayvorlon: Actually I'm fixing the changelogs for xenial and bionic17:42
-queuebot:#ubuntu-release- Unapproved: tzdata (xenial-proposed/main) [2020d-0ubuntu0.16.04 => 2020f-0ubuntu0.16.04] (core)17:44
-queuebot:#ubuntu-release- Unapproved: tzdata (bionic-proposed/main) [2020d-0ubuntu0.18.04 => 2020f-0ubuntu0.18.04] (core)17:45
-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:46
-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:47
-queuebot:#ubuntu-release- New binary: angelscript [armhf] (hirsute-proposed/universe) [2.35.0+ds-1] (no packageset)17:51
-queuebot:#ubuntu-release- Unapproved: rejected tzdata [source] (xenial-proposed) [2020f-0ubuntu0.16.04]17:52
-queuebot:#ubuntu-release- Unapproved: rejected tzdata [source] (bionic-proposed) [2020f-0ubuntu0.18.04]17:53
-queuebot:#ubuntu-release- New: accepted angelscript [armhf] (hirsute-proposed) [2.35.0+ds-1]17:54
bdmurrayvorlon: tzdata is all squared away now17:54
-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]17:55
=== ijohnson is now known as ijohnson|lunch
-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:01
vorlonbdmurray: do I have the right debdiff? the bionic package doesn't show a bug in the changelog18:04
bdmurrayvorlon: I guess you don't as it looks like I uploaded it without the bug reference.18:08
bdmurrayvorlon: I'll get back to you!18:08
vorlonok :)18:09
-queuebot:#ubuntu-release- Unapproved: tzdata (groovy-proposed/main) [2020d-1ubuntu1 => 2020f-0ubuntu0.20.10] (core)18:11
-queuebot:#ubuntu-release- Unapproved: tzdata (focal-proposed/main) [2020d-0ubuntu0.20.04 => 2020f-0ubuntu0.20.04] (core)18:16
-queuebot:#ubuntu-release- Unapproved: tzdata (bionic-proposed/main) [2020d-0ubuntu0.18.04 => 2020f-0ubuntu0.18.04] (core)18:17
-queuebot:#ubuntu-release- Unapproved: tzdata (xenial-proposed/main) [2020d-0ubuntu0.16.04 => 2020f-0ubuntu0.16.04] (core)18:18
-queuebot:#ubuntu-release- New binary: octave-tisean [riscv64] (hirsute-proposed/universe) [0.2.3.hg.2019.08.26-1] (no packageset)18:24
bdmurrayvorlon: 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:40
-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:41
-queuebot:#ubuntu-release- Unapproved: rejected tzdata [source] (xenial-proposed) [2020f-0ubuntu0.16.04]18:42
vorlondoko: why did you demote mir?19:03
-queuebot:#ubuntu-release- Unapproved: accepted adobe-flashplugin [source] (trusty-proposed) [1:20201231.1-0ubuntu0.14.04.1]19:15
-queuebot:#ubuntu-release- Unapproved: accepted adobe-flashplugin [source] (precise-proposed) [1:20201231.1-0ubuntu0.12.04.1]19:16
-queuebot:#ubuntu-release- New binary: kdav [amd64] (hirsute-proposed/universe) [1:5.77.0-2ubuntu1] (kubuntu)19:17
-queuebot:#ubuntu-release- New binary: opensaml [s390x] (hirsute-proposed/universe) [3.2.0-2] (no packageset)19:30
-queuebot:#ubuntu-release- New binary: opensaml [ppc64el] (hirsute-proposed/universe) [3.2.0-2] (no packageset)19:32
-queuebot:#ubuntu-release- New binary: opensaml [amd64] (hirsute-proposed/universe) [3.2.0-2] (no packageset)19:33
dokovorlon: why not? showed up on both component mismatches ...19:36
=== ijohnson|lunch is now known as ijohnson
sergiodjhi 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 Ubuntu19:43
dokoyou just upload, and then you do your no-change uploads19:43
sergiodjdoko: that's it?  alright then, thanks!19:45
-queuebot:#ubuntu-release- New binary: opensaml [arm64] (hirsute-proposed/universe) [3.2.0-2] (no packageset)19:50
-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:53
vorlondoko: er, did it? because I immediately got an email that it should be promoted19:56
vorlondoko: and the seed (supported-kiosk) hasn't changed recently19:56
dokoI'm not inventing stuff19:59
vorlonof course; just confused how this happened20: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:01
-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:02
vorlondoko: any idea what regressed that dh_strip now fails on mingw binaries in both libassuan/amd64 and npth/amd64 ?20:18
-queuebot:#ubuntu-release- Unapproved: accepted tzdata [source] (groovy-proposed) [2020f-0ubuntu0.20.10]20:25
-queuebot:#ubuntu-release- Unapproved: accepted tzdata [source] (focal-proposed) [2020f-0ubuntu0.20.04]20:26
sergiodjvorlon: lto-no-text-in-archive?  dh_strip is now check whether .a files have non-empty .text segments20:27
sergiodjis now checking*20:28
vorlonhum20:30
vorlonand in fact this is a change doko made in Ubuntu20:30
sergiodjyes20:31
vorlondoko: so, how should we fix :)20:31
vorlonsince it's apparently wrong for valid mingw .a files20:31
sergiodjif LTO (= -flto) is being used during the build, the fix can involve using -ffat-lto-objects20:33
-queuebot:#ubuntu-release- Unapproved: accepted tzdata [source] (bionic-proposed) [2020f-0ubuntu0.18.04]20:33
-queuebot:#ubuntu-release- Unapproved: accepted tzdata [source] (xenial-proposed) [2020f-0ubuntu0.16.04]20:35
vorlonsergiodj: 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 package20:37
vorlonsergiodj: since ruby-rubygems is pure arch-independent, setting Multi-Arch: foreign on this package is correct, and sufficient20:38
vorlonsergiodj: (I can do this now, if you like)20:39
sergiodjvorlon: thanks (and I think kanashiro should also be in the loop, since he's the ruby maintainer on debian) :)20:40
vorlonkanashiro: ^^ I would submittodebian afterwards regardless :)20:40
sergiodjvorlon: is this because of my +1 maintenace report, btw?20:43
vorlonsergiodj: yes20:43
sergiodjah, great!20:43
sergiodjthanks 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:43
sergiodjok, starting the no-change uploads for net-snmp.  it's actually quite a number of packages!20:45
sergiodjI 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 work20:46
vorlonis it an soname change?20:47
vorlon(in which case there should be an auto-tracker entry generated for it?)20:47
sergiodjI've just uploaded the package20:47
-queuebot:#ubuntu-release- New binary: net-snmp [s390x] (hirsute-proposed/main) [5.9+dfsg-3ubuntu1] (desktop-core, i386-whitelist, ubuntu-server)20:47
sergiodjthere you go!20:47
vorlonyeah, should get autogenerated20:48
sergiodjvorlon: ah, I was told that someone might have to manually add an entry in the page20:48
sergiodjok, good to know it DTRT, then :)20:48
vorlonsergiodj, 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:52
-queuebot:#ubuntu-release- New binary: net-snmp [ppc64el] (hirsute-proposed/main) [5.9+dfsg-3ubuntu1] (desktop-core, i386-whitelist, ubuntu-server)20:53
-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:54
-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
kanashirovorlon, you are saying we need to make rubygems Multiarch: foreign and depend on ruby:any?20:55
vorlonkanashiro: to have ruby:i386 cross-installable for autopkgtests, yes20:55
vorlonshould we just s/${ruby:Depends}/ruby:any/ ?20:56
kanashirovorlon, ruby | ruby-interpreter as we have in ruby-bundler should work, right?20:57
kanashirosame source package20:58
vorlonruby:any | ruby-interpreter, yes20:59
-queuebot:#ubuntu-release- New binary: net-snmp [armhf] (hirsute-proposed/main) [5.9+dfsg-3ubuntu1] (desktop-core, i386-whitelist, ubuntu-server)21:00
kanashirovorlon, I will add those changes to rubygems in Debian21:01
-queuebot:#ubuntu-release- Unapproved: systemd (bionic-proposed/main) [237-3ubuntu10.43 => 237-3ubuntu10.44] (core)21:06
vorlonkanashiro: cheers21:10
-queuebot:#ubuntu-release- Packageset: Added cifs-utils to i386-whitelist in hirsute21:11
-queuebot:#ubuntu-release- Packageset: Added ding-libs to i386-whitelist in hirsute21:11
-queuebot:#ubuntu-release- Packageset: Added libnfsidmap to i386-whitelist in hirsute21:11
-queuebot:#ubuntu-release- Packageset: Added sssd to i386-whitelist in hirsute21:11
-queuebot:#ubuntu-release- Packageset: Added uid-wrapper to i386-whitelist in hirsute21:11

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!