/srv/irclogs.ubuntu.com/2024/02/09/#ubuntu-release.txt

-queuebot:#ubuntu-release- New: accepted oz [amd64] (noble-proposed) [0.17.0-5.3]00:08
-queuebot:#ubuntu-release- New: accepted reprounzip [amd64] (noble-proposed) [1.3-2]00:08
-queuebot:#ubuntu-release- Unapproved: accepted tracker-miners [source] (mantic-proposed) [3.4.6-0ubuntu0.23.10.2]09:07
-queuebot:#ubuntu-release- Unapproved: accepted tracker-miners [source] (jammy-proposed) [3.3.3-0ubuntu0.20.04.2]09:09
-queuebot:#ubuntu-release- Unapproved: accepted tracker-miners [source] (focal-proposed) [2.3.3-2ubuntu0.20.04.2]09:11
-queuebot:#ubuntu-release- Unapproved: accepted gigolo [source] (mantic-proposed) [0.5.2-1ubuntu0.23.10.1]09:33
-queuebot:#ubuntu-release- Unapproved: accepted gigolo [source] (jammy-proposed) [0.5.2-1ubuntu0.22.04.1]09:34
-queuebot:#ubuntu-release- Unapproved: accepted openafs [source] (mantic-proposed) [1.8.10-2ubuntu1~23.10.1]09:40
-queuebot:#ubuntu-release- Unapproved: accepted openafs [source] (jammy-proposed) [1.8.10-2ubuntu1~22.04.1]09:42
-queuebot:#ubuntu-release- Unapproved: accepted tcpdump [source] (jammy-proposed) [4.99.1-3ubuntu0.2]09:43
-queuebot:#ubuntu-release- Unapproved: accepted tcpdump [source] (focal-proposed) [4.9.3-4ubuntu0.3]09:44
=== chris14_ is now known as chris14
-queuebot:#ubuntu-release- New: accepted dotnet8 [amd64] (jammy-proposed) [8.0.100-8.0.0-0ubuntu1~22.04.1]10:44
-queuebot:#ubuntu-release- New: accepted dotnet8 [arm64] (jammy-proposed) [8.0.100-8.0.0-0ubuntu1~22.04.1]10:44
seb128hey release team11:03
seb128glib2.0 in noble-proposed has a failing test on s390x, that's a new test and it's buggy on that architecture (being discussed upstream on https://gitlab.gnome.org/GNOME/glib/-/issues/3252). Other similar tests already got disabled but this one was missed11:04
-ubottu:#ubuntu-release- Issue 3252 in GNOME/glib "[2.79.1] gdatetime installed tests fails on s390x" [Opened]11:04
seb128We will disable that extra test as well, my question was to know if you maybe wanted to hint skip the error to let it migrate to avoid going through a new source upload (which is going to load the infra and might create issues for other ongoing transitions)11:05
seb128we need glib to migrate to unblock other things afaik11:05
seb128(glib is currently listing also tracker tests regression, but that's a case of python3.12 returning 5 instead of 0 when all tests are skipped, which is fixed in the new python3.12 in noble-proposed, I just retriggered those with it)11:06
ginggsseb128: I can add a hint for glib2.0/s390x, is there a LP bug I can use as a reference?11:21
seb128ginggs, https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/205279411:24
-ubottu:#ubuntu-release- Launchpad bug 2052794 in glib2.0 (Ubuntu) "2.79.1 test issue on s390x" [Undecided, New]11:24
seb128ginggs, thanks!11:26
ginggsseb128: hinted added, and you are welcome!11:33
sudipcan anyone please reject trac from Jammy upload queue12:40
* sudip messed up while attaching the debdiff :(12:40
-queuebot:#ubuntu-release- Unapproved: rejected trac [source] (jammy-proposed) [1.5.3+dfsg-1ubuntu0.1]13:02
rbasak^ done13:02
ricotzlooks like perl is close :)13:26
sudipthanks rbasak, and sorry for the mess.. :(13:28
* ginggs thinks perl won't be able to migrate before python3-defaults, buts hopes to be wrong!13:43
-queuebot:#ubuntu-release- Unapproved: trac (jammy-proposed/universe) [1.5.3+dfsg-1 => 1.5.3+dfsg-1ubuntu0.1] (no packageset)13:51
-queuebot:#ubuntu-release- Unapproved: linux-firmware (jammy-proposed/main) [20220329.git681281e4-0ubuntu3.26 => 20220329.git681281e4-0ubuntu3.28] (core, kernel)14:34
-queuebot:#ubuntu-release- Unapproved: linux-firmware (mantic-proposed/main) [20230919.git3672ccab-0ubuntu2.6 => 20230919.git3672ccab-0ubuntu2.8] (core, kernel)14:40
-queuebot:#ubuntu-release- Unapproved: rejected linux-firmware [source] (jammy-proposed) [20220329.git681281e4-0ubuntu3.27]14:41
-queuebot:#ubuntu-release- Unapproved: rejected linux-firmware [source] (mantic-proposed) [20230919.git3672ccab-0ubuntu2.7]14:42
=== NotEickmeyer is now known as Eickmeyer
locutusofborgvorlon, hello any idea? https://launchpadlibrarian.net/713467005/buildlog_ubuntu-noble-i386.llvm-toolchain-18_1%3A18.1.0~rc2-1_BUILDING.txt.gz15:39
locutusofborgI did export abi=+time64,+lfs15:39
locutusofborgerror: "_TIME_BITS=64 is allowed only with _FILE_OFFSET_BITS=64"15:39
locutusofborgand ofc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_TIME_BITS=64 are there...15:39
-queuebot:#ubuntu-release- Unapproved: accepted samba [source] (jammy-proposed) [2:4.15.13+dfsg-0ubuntu1.6]16:02
-queuebot:#ubuntu-release- Unapproved: accepted samba [source] (focal-proposed) [2:4.15.13+dfsg-0ubuntu0.20.04.8]16:03
adrien_locutusofborg: the log says "<<PKGBUILDDIR>>/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_solaris.cpp:14:"; could that be an issue specific with that file?16:06
adrien_heh, the file has "#undef _FILE_OFFSET_BITS"16:07
adrien_first line of code, gah16:08
adrien_// Before Solaris 11.4, <procfs.h> doesn't work in a largefile environment.16:08
adrien_which got it support (quietly) extended to ... 203716:08
adrien_11 was released in 2010; 11.4 in 201816:10
adrien_can you disable that platform? I'm not sure solaris support (not even for sanitizers, but for everything) from armhf hosts doesn't seem like something with many users16:11
=== adrien_ is now known as adrien
-queuebot:#ubuntu-release- Unapproved: accepted linux-firmware [source] (mantic-proposed) [20230919.git3672ccab-0ubuntu2.8]16:11
-queuebot:#ubuntu-release- Unapproved: accepted linux-firmware [source] (jammy-proposed) [20220329.git681281e4-0ubuntu3.28]16:13
-queuebot:#ubuntu-release- Unapproved: weex (focal-proposed/universe) [2.8.3ubuntu2.1 => 2.8.3ubuntu2.2] (no packageset)17:08
Eickmeyervorlon: Your commit to debian-cd on 2024-02-04 seems to have caused Ubuntu Studio and Ubuntu Budgie images to fail to create live users. Those kernel command lines were the one thing making that happen, apparently.17:11
EickmeyerEdubuntu is also affected.17:13
Eickmeyermwhudson: Don't know if there's any way you can assist.17:16
EickmeyerOr, and I hate to ping, but sil2100 ?17:21
ginggsbritney, y u run all the request-tracker4 autopkgtests again?17:41
Eickmeyeroof17:46
Eickmeyerubuntu-release: Assigned bug to you, this one is causing 3 flavor images to fail to boot for all intents and purposes: bug 205261717:49
-ubottu:#ubuntu-release- Bug 2052617 in livecd-rootfs (Ubuntu) "Layered flavor ISO images built without live user" [Critical, Confirmed] https://launchpad.net/bugs/205261717:49
bdmurrayginggs: I've seen britney do some weird requeueing of things.17:56
mfovorlon, hey o/ if you have cycles for a low-priority sru review, there's an incremental fix for weex in focal-proposed in focal's unapproved queue. thanks in advance!18:28
-queuebot:#ubuntu-release- Unapproved: accepted software-properties [source] (xenial-proposed) [0.96.20.12]18:31
sudipmfo: just fyi, your logs from Focal FIXUP (PPA) shows you have focal-proposed enabled. When I was testing it I noticed that if we have focal-proposed enabled then the problem is not seen. The problem is only seen if -proposed is not enabled19:03
locutusofborgadrien, thanks, but disabling solaris means disable all compiler-rt for armhf...19:33
locutusofborgmaybe I can just remove that file from cmake, or remove the undef19:33
locutusofborg:)19:33
adrienI'm sure we don't have to wait for someone to complain about lacking that support :P20:31

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