/srv/irclogs.ubuntu.com/2024/03/31/#ubuntu-release.txt

-queuebot:#ubuntu-release- New binary: google-android-installers [amd64] (noble-proposed/multiverse) [1710437545-3] (no packageset)00:04
vorlonremoving cmake-data from release00:06
vorlonwow, a tremendous number of packages uninstallable in the kde stack due to -data packages.  I'll give the uploads a bit more time to continue and let e.g. riscv64 builds start, then work on removing them all00:09
vorlonsetting amd64 build failures to be retried hourly00:10
vorlongtk4 ftbfs on armhf + i386, that's unhelpful00:11
vorlonwell, starting to see build failures already because of deps on python3-distutils00:20
vorlonah possibly needs python3-defaults rebuilt first for amd6400:20
vorlonunfortunately that didn't get frontloaded00:21
jbichavorlon: is it too late to let mutter & gnome-shell migrate before rebuilding? just mentioning because I believe Ubuntu Desktop was uninstallable yesterday because some things migrated without those 200:31
vorlonjbicha: they are not migratable, the amd64 binaries were removed00:45
vorlonwe are not leaving any amd64 binaries in the archive that were built while the compromised liblzma was on the system00:46
vorlonwhich is the actual reason for ubuntu-desktop being uninstallable00:50
jbichaI mean there are things like yaru-theme-gnome-shell that got migrated in the big time_t migration before the xz mitigation, but ok, it'll get fixed later01:30
=== chris14_ is now known as chris14
=== alucardromero6 is now known as alucardromero
=== arraybolt3_ is now known as arraybolt3
vorlonwell that's no good https://launchpad.net/ubuntu/+source/gnutls28/3.8.3-1.1ubuntu3/+build/2797904106:27
vorlonwgrant: where can I see the buildd chroot tarball currently used by launchpad?06:30
vorlonnew apt conflicts currently-build libnettle8. temporarily removing apt from noble-proposed to sort out06:52
vorlonhmph bad bugginess then in my script to order the builds, it thought nettle was unseeded and produced no libs :/06:54
vorlonbecause I had to regenerate the list after the copies to noble-updates and noble-updates lacks the Task fields apparently, sigh06:56
vorlonso much for trying to order uploads smartly06:58
vorlonwell, redoing the list against snapshot.u.c for the remainder07:12
dokovorlon: cmake : Depends: cmake-data (= 3.28.3-1build5) but it is not going to be installed. is the action to remove cmake-data in the release pocket? otoh I don't see a new cmake upload yet08:02
juliankvorlon: not really a bug in gst-plugins-good1.0, but stupid solver doing stupid things. I think u-r-u fares better, but I need to do analysis on the workaround after all the holidays08:22
dokoall builds with chroot failures retried08:54
dokodidn't help: now at: apt : Depends: libgnutls30 (>= 3.7.5) but it is not going to be installed09:29
-queuebot:#ubuntu-release- New sync: python-ring-doorbell (noble-proposed/primary) [0.8.7-1]11:46
-queuebot:#ubuntu-release- New: accepted google-android-installers [amd64] (noble-proposed) [1710437545-3]11:56
-queuebot:#ubuntu-release- New: accepted python-ring-doorbell [sync] (noble-proposed) [0.8.7-1]11:56
dokoa dist-upgrade from a mantic to a noble chroot succeeds, however apt is kept back. apt-utils is removed12:34
dokojuliank: iirc, you proposed changing the apt dependency on libapt-pkg6.0 to change to libapt-pkg6.0t64 | libapt-pkg6.0 ?12:35
juliankdoko: no, bumping the soname to libapt-pkg6.1 is something I can do, then it's co-installable12:36
juliankdoko: what you're looking for here would be adding more Conflicts to apt12:37
juliankSuch that it Conflicts with all its pre-t64 dependencies12:37
juliankTo force upgrading them12:37
juliankBut it's not always clear if that works12:38
dokoso soname bump looks safer?12:38
juliankCollect a dump with -o Dir::Log::Solver=path and I'll look at it Tuesday before the other logs12:38
juliankHaven't tried the soname bump yet either tbh12:38
dokoso a mantic -> noble dist-upgrade with these options?12:39
juliankIt should affect less the solver and more the installation ordering12:39
juliankubuntu-release-upgrader should work a lot better12:39
doko... but not used on the buildds12:39
juliankIt has the logic to collect conflicts/break+replaces against old packages12:39
juliankBut why try to upgrade a mantic buildd12:40
juliankJust debootstrap noble from the February snapshot12:40
dokobecause that is the buildd chroot that we are starting from.12:40
dokoor even earlier. it hasn't been updated yet12:40
juliankIt's possibly something else like gnutls, gcrypt, db5.3-especially for apt-utils removal12:44
dokojuliank: that option doesn't write any more output for me12:47
juliankDid you give it a relative path? Then it writes to /car/log/apt12:47
ahasenackcomponent-mismatches is a bit nutty lately12:48
juliankI can't do much today or tomorrow I really gotta focus on recovery or I'll be hopelessly overstressed12:49
juliankI was starting to get feverish from the late t64 nights past week12:49
dokostill wants to upgrade libdb5.3, not installing libdb5.3t6412:50
dokoahasenack: that will stay like this until the rebuilds are done12:50
juliankThe solver may change behaviour once libdb5.3 is no longer available12:51
juliankObsolete packages it cares about less12:51
juliankBut if you want to experiment locally, whacking a Conflicts: libdb5.3 (<< t64) to apt-utils in the Packages files may show you if that works12:52
dokoahh, I think I have the problem. the new apt upload still built with the old db5.3, and apt-utils still depends on libdb5.312:54
dokovorlon: ^^^12:54
vorlondoko: I woke up this morning realizing I needed to also get gnutls rebuilt and apt built against it15:14
vorlonbecause new apt has a versioned conflicts against old libnettle8; but just getting new nettle built doesn't help when it now builds libnettle8t64 and that's not what things depend on15:15
dokovorlon: gnutls is not directly needed by apt15:15
vorlonapt depends on libgnutls3015:16
vorlonso new gnutls28 needs built, then another apt uploaded to build against it15:16
vorlonhmm we may have to rebootstrap apt actually15:16
dokobut that requires an installable cmake15:16
vorlonby temporarily dropping the gnutls dep again, to make it possible to install another apt's build-deps in a chroot15:17
vorlondoko: cmake-data is not in the release pocket now, did that not fix it?15:18
vorlonoh, we shouldn't have to rebootstrap apt because libgnutls30t64 provides: libgnutls3015:18
vorlonso, I've just removed apt again, and have retriggered gnutls28 to build once that removal has published15:18
dokoa ppa build with only -updates activated failed with:15:21
dokoThe following packages have unmet dependencies:15:21
doko cmake : Depends: libcurl4t64 (>= 7.16.2) but it is not installable15:21
dokoE: Unable to correct problems, you have held broken packages.15:21
vorlonwhere do you have a cmake that depends on libcurl4t64?15:22
dokoan i386 it failed with15:22
dokoThe following packages have unmet dependencies:15:22
doko cmake : Depends: cmake-data (= 3.28.3-1build5) but it is not going to be installed15:22
dokothat's I'm trying to figure out ...15:22
vorlon3.28.3-1 doesn't, it was uploaded before15:22
dokoyes, but there's 3.28.3-1build515:23
vorlonnot on amd6415:23
vorlonand if you're trying to fix a build on !amd64 it has to wait15:23
vorlonI do see that cmake didn't get uploaded last night because my gpg agent timed out, sigh.  Will work through that this morning15:26
dokocmake 3.28.3-1build5 depends on libcurl4t6415:29
dokognutls28 3.8.3-1.1ubuntu3 is not yet built on amd6415:30
dokocmake depends on cmake-data (= ${source:Version}), so you need to remove the amd64 binary as well15:31
doko<vorlon> so new gnutls28 needs built, then another apt uploaded to build against it15:33
doko^^ include the new db5.3 in this build as well, for apt-utils15:33
-queuebot:#ubuntu-release- New sync: speech-dispatcher-contrib (noble-proposed/primary) [0.12.0~rc2-3]16:34
vorlondoko: is db5.3 already built?16:52
vorlonchecking16:52
vorlonit is. so yeah, the next apt would of course include this16:55
vorlonand my gpg agent timed out again overnight, so starting more uploads shortl.y16:55
vorlononly ~800 uploaded last night :/16:56
vorlonmoved cmake up to the top of the list too16:57
vorlondoko: "need to remove the amd64 binary as well" the amd64 binary *is removed*, along with all amd64 binaries built since Feb 2516:58
vorlonso I don't know what you're seeing16:58
vorloncmake 3.28.3-1 and cmake-data 3.28.3-1 are in noble-updates16:58
vorlongnutls28 build successful  https://launchpad.net/ubuntu/+source/gnutls28/3.8.3-1.1ubuntu316:58
vorlonreuploading apt16:58
vorlondoko: https://launchpad.net/ubuntu/+source/cmake/3.28.3-1build6/ - looking at the !amd64 build failures17:02
vorlonah libwacom17:02
vorlonwhich needs libgudev17:02
vorlonoops, didn't check for libgnutls30t64 publication before uploading apt.  cancelling build17:07
vorlonmanually reuploading coreutils,cinnamon,binfmt-support,webkit2gtk which already had newer versions upload but that were deleted17:10
vorlonah not binfmt-support, that's a case of someone else uploading a non-NCR version17:12
vorlonsame with webkit2gtk.  So just coreutils,cinnamon at the moment17:12
vorlon libgudev-1.0-dev : Depends: gir1.2-gudev-1.0 (= 238-5build1) but 1:238-5build1 is to be installed17:14
vorlon...17:14
vorlonhow did a package get in here with busted epoch handling17:14
vorlonjbicha: ^ I'm not going to look at this at the moment; don't know if you're around but maybe you want to try to sort it17:15
mitya57vorlon: maybe you need to re-apply this diff? http://launchpadlibrarian.net/721504992/libgudev_238-3_238-3ubuntu2.diff.gz17:51
mitya57Not sure why it was dropped when syncing -5, jbicha should know better17:52
-queuebot:#ubuntu-release- New: accepted speech-dispatcher-contrib [sync] (noble-proposed) [0.12.0~rc2-3]17:59
dokomitya57: just uploaded18:23
-queuebot:#ubuntu-release- New binary: fwupd-snap [amd64] (noble-proposed/universe) [1.9.x-0ubuntu2] (no packageset)18:25
vorlonlibgnutls30t64 published, building apt now19:06
vorlonqueuing up some triggers for libwacom/cmake19:11
dokolibwacom built, no triggers needed19:47
dokojbicha: while you're on vacation, please consider fixing your vacation uploads in your vacation time ;-P19:48
-queuebot:#ubuntu-release- New binary: libxeddsa [amd64] (noble-proposed/universe) [2.0.0+20221109.06a02c8-2.1build1] (no packageset)20:11
-queuebot:#ubuntu-release- New binary: ipp-crypto [amd64] (noble-proposed/universe) [2021.10.0-0ubuntu3] (no packageset)20:19
-queuebot:#ubuntu-release- New binary: speech-dispatcher-contrib [amd64] (noble-proposed/multiverse) [0.12.0~rc2-3] (i386-whitelist)20:27
-queuebot:#ubuntu-release- New: accepted fwupd-snap [amd64] (noble-proposed) [1.9.x-0ubuntu2]20:32
-queuebot:#ubuntu-release- New: accepted libxeddsa [amd64] (noble-proposed) [2.0.0+20221109.06a02c8-2.1build1]20:32
-queuebot:#ubuntu-release- New: accepted ipp-crypto [amd64] (noble-proposed) [2021.10.0-0ubuntu3]20:32
-queuebot:#ubuntu-release- New: accepted speech-dispatcher-contrib [amd64] (noble-proposed) [0.12.0~rc2-3]20:32
=== guiverc2 is now known as guiverc

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