[07:08] doko: why did you do 'Explicitly build using clang 7' for clazy? was that to do with kdevelop using 7? [10:53] acheronuk: build issues? I can't remember. Did you you for build failures? [10:53] in the publishing history [10:55] doko: yeah, 1st thing I looked at. no fails that I could see. [10:57] perhaps just as clang/llvm 8 was not officially released at that time? [10:57] * acheronuk shrugs [11:04] tjaalton, vulkan-loader sync? [11:04] * LocutusOfBorg wants to see if vkQuake can run with it [11:15] cyphermox: waveform: https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1819443 [11:15] Launchpad bug 1819443 in debian-installer (Ubuntu) "Cannot boot installer on platforms requiring Device Tree" [Undecided,New] [11:15] dannf: xnox: -^ [11:20] lag, commented [11:23] LocutusOfBorg: virtualbox ping for openjdk-11 [11:28] LocutusOfBorg: i'd rather get them all first to the se version [11:28] *same [11:29] though i don't think it'd matter much if -validationlayers is synced later [11:31] LocutusOfBorg: can you take a look at https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1819352 ? patch attached [11:31] Launchpad bug 1819352 in virtualbox (Ubuntu) "virtualbox 6.0.4-dfsg-5 ADT test failure with linux 5.0.0-7.8" [Undecided,Fix released] [11:55] xnox: LP won't let me reply to you: "Timeout error, please try again in a few minutes." [11:57] lag, i know, we must be running postgres triggers again, which stalls commenting for "a while" [11:57] lag, i am sitting on two tabs with bug comments myself. [11:58] xnox: Nightmare [11:59] wgrant, what version of postgres does launchpad run? I am told, newish postgres can do parallel/out-of-bound rebuilds of indexes and stuff, atomically, without blocking writes to tables.... And same helpful people do sell consultancy to upgrade people to newer postgresis. [12:00] lag, ok managed to post two bug updates just now! [12:00] xnox: We're on 9.3, but the upgrade to 10 is pretty much prepped. [12:00] wgrant, shiny! [12:02] xnox: Sweet, thanks! \o/ [12:30] doko, I finished the work yestterday [12:30] cascardo, ??? === alan_g_ is now known as alan_g [12:36] cascardo, please check release archive :) [12:36] tjaalton, thanks! === ricab is now known as ricab|lunch [13:24] xnox: yo, so I was just looking at systemd/arm64 [13:24] the boot-and-services seems flaky wrt gdm3 and test_no_options [13:24] test_no_options looks for the kernel commandline in the journal but I think that's hidden by "Missed 50 kernel messages" [13:25] which is "journal can't keep up with messages", not normal journald rate limiting afaics [13:31] not sure about gdm3; guess: much slower to start up than the other things being tested, and the test is run "too early"? [13:46] LocutusOfBorg: awesome! thanks! [13:55] Laney, i can test the "too early" condition. [13:55] Laney, re: missed kernel messages -> i have no idea how to fix it, or why it happens. I wonder if kmsg kernel round robin buffer is too small? [13:56] Laney, at one point I had both of those tests blacklisted. But possibly in Ubuntu packaging only, not in Debian/upstream. [13:57] if we can't rely on actually seeing the kernel messages, maybe stop testing for them? [13:58] I was looking in disco, so I guess the blacklisting got lost at some point :> [13:59] * Laney goes to eat a sandwich and fail at the cryptic crossword [14:12] Laney, well. it's bad that we loose boot time dmesg on arm64 and nowhere else. === ricab|lunch is now known as ricab [14:30] Does anyone know how debian/control is generated from debian/control.in? When I run debian/rules in php7.2, it generates a php7.2-intl package entry in the generated debian/control, but there's no such thing in control.in [14:32] so where is php7.2-intl coming from? [14:34] There isn't a general answer; generation of debian/control from debian/control.in is package-specific and you'll find it somewhere under debian/ [14:34] (It's also largely a deprecated procedure because there are so many pitfalls) [14:37] I suspect that debian/rules.d/ext-intl.mk has something to do with it [14:39] Looks as though each extension that gets added to ext_PACKAGES is substituted into debian/php-module.control.in and concatenated [14:41] hmm ok [14:41] I'm feeling a bit lost actually [14:41] php7.2-intl is supposed to depend on libicu, but it doesn't, and that causes problems for php packages that use internationalization [14:41] but when I look at php7.3, there's also no mention of libicu, and it just works [14:43] so maybe it's just coincidence that libicu just happened to be somewhere in the dependency tree and it worked by chance? [14:50] In general terms, that sort of thing should normally be handled by build-depending on libicu-dev, having the upstream build system detect its presence and link to it, and then the runtime dependency should automatically be substituted into ${shlibs:Depends} [14:50] Hardcoding the runtime dependency would normally be a mistake [14:52] Oh well, the new gbome-shell seems to be a fail [14:52] ooh my Cursor is moving [14:52] Ah it just took half a second to start [14:52] hmm... it does depend on libicu-dev, and yet packages that depend on php-intl fail with an unknown symbol that is in libicu... [14:55] [ 51.971819] Freezing of tasks failed after 20.008 seconds (5 tasks refusing to freeze, wq_busy=0): [14:55] this is odd [14:56] It was trying to freeze user space processes at 51:29, 51:49, 52:11, and 52:32 [14:56] !dmb-ping [14:56] cyphermox, jbicha, micahg, rbasak, sil2100, slashd, tsimonq2: DMB ping. [14:58] * juliank upgrades and tries a reboot again [15:09] xnox: maybe, but as long as this dropped messages thing can happen it seems like there's no guarantee there [15:09] Laney, true. [15:38] OK, so it was topicons plus (installed from gnome.org) that was delaying the start [15:38] Now I'm on a "GNOME" wayland session and can't get back to X [15:40] juliank, what's the issue with the X session? [15:40] seb128: oh I don't have a GNOME X session, only (I guess) an Ubuntu one [15:40] oh, I think GNOME classic uses X, but it's stuck in classic mode obviously [15:41] hum, I though we had both for GNOME, wayland/X [15:43] seb128: Today's disco offers "GNOME", "GNOME Classic", "Ubuntu", and "Ubuntu on Wayland" [15:46] seb128: Deleted /usr/share/wayland-sessions/gnome.desktop, and now I got GNOME on Xorg [15:46] odd [15:46] hum, I don't remember the details on why/how we did that [15:46] didrocks maybe does [15:47] but it sounds buggy to me, unless we did change that for a reason [15:49] I think default should only show Ubuntu/Ubuntu on Wayland [15:49] gnome-session which provides GNOME/GNOME Classic isn't installed by default AFAIK [15:49] (should be checked in the manifest though if something isn't pulling it by error) [15:49] didrocks: I do have that installed [15:50] didrocks: manually [15:50] juliank: so, you asked for it, you got it :) [15:50] he's saying "gnome on xorg" is missing [15:50] didrocks: The problem is not that I'm in a GNOME session, but that there is no "GNOME on Xorg" appearing [15:51] Unless I deleted gnome.desktop in wayland-sessions, then it popped up [15:51] s/Unless/Until/ [15:51] yeah, I guess the decision for GNOME vanilla was to use wayland by default [15:51] and let the fallback to Xorg [15:51] as upstream desired vanilla experience [15:51] that was discussed a long time ago, with Jeremy or in meeting [15:52] so, if gnome failed, it would fallback to gnome-xorg? [15:52] yeah [15:52] Oh well [15:52] Gotta fix gnome-terminal on Wayland [15:52] (to be more precise, this is done when GDM is loaded, so if GDM can't load gnome-shell on wayland, it will fallback) [15:52] I'm sure seb128 will be happy if you fix it on Wayland :) [15:53] I have a custom gnome-terminal window with --class and --name, and it just shows up as "gnome-terminal-server" in wayland in the dock [15:53] Which is not particularly helpful :) [15:53] we already did a lot of maintainance/fix for that on Xorg [15:54] I'm sure it's equally broken for different reasons on Wayland [15:54] Last login, normal gnome-terminal also showed up as gnome-terminal-server with "?" icon [15:54] until I closed all terminal windows and started terminal again :D [15:54] didrocks, thx, I didn't remember if not showing "GNOME on xorg" was a decision or a bug [15:54] sounds like decision [15:55] good :) [15:55] Aside from gnome-terminal application mapping, wayland has been fairly stable when I used it [15:56] good to know :) [15:59] and now it has fractional scaling I suppose [16:13] has anybody looked at this failing test? http://autopkgtest.ubuntu.com/packages/s/sbuild/bionic/i386 [16:16] bdmurray: that rings a bell [16:17] * d/t/build-procenv: only install the built package if the chroot it was [16:17] built in matches the release of the host system (LP: #1806388) [16:17] Launchpad bug 1806388 in sbuild (Ubuntu) "DEP8 test builds uninstallable package most of the time" [Undecided,Fix released] https://launchpad.net/bugs/1806388 [16:19] ahasenack: okay, I'll hint it for now then [16:19] ahasenack: Do you have any plans to SRU it? [16:21] wasn't going to, but I could [16:21] on its own, or is there some other sbuild sru that's imminent? [16:21] if we hit this frequently enough, might be worth on its own [16:27] How could we sort out what packages have autopkgtest relations with sbuild? [16:27] klebers, can you please test https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1818049 ? [16:27] Launchpad bug 1818049 in virtualbox-hwe (Ubuntu Xenial) "virtualbox dkms modules fail to build with linux 4.4.0-143.169 [error: too many arguments to function ‘get_user_pages’]" [High,Fix committed] [16:29] LocutusOfBorg, I triggered autopkgtests with the kernels in proposed, I'll report the results back on the bug [16:41] bdmurray: don't know, I'm not sure how it's decided which dependent autopkgtests are run, if it comes straight out of reverse depends or not [16:42] and Testsuite-Triggers [16:49] xnox, vorlon, just a ping on https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1819438 tl;dr disco d-i fails on ppc64, the system is uninstallable [16:49] Launchpad bug 1819438 in debian-installer (Ubuntu) "Install fails on ppc64: partman: *** stack smashing detected ***" [High,New] [16:49] even exim4 triggered an sbuild run [16:56] klebers, see release channel [17:04] paride: thanks. do you know about the rls-dd-incoming tag to flag bugs to us for evaluation as RC? [17:04] vorlon, I don't. [17:05] now you do ;) [17:05] vorlon, so I just tag it rls-dd-incoming if I believe it to be RC? [17:06] yes [17:06] vorlon, done :) [17:06] paride: glibc published to the release pocket on March 5. Perhaps this is fixed by the rebuild of d-i that just made it to the release pocket https://launchpad.net/ubuntu/+source/debian-installer/20101020ubuntu566 do you want me to respin images so you can retest? [17:08] vorlon, that would be great, yes [17:09] paride: partman-base was *also* updated on March 5 so that's the next stop if the d-i rebuild didn't fix it [17:11] paride: running now at https://launchpad.net/~ubuntu-cdimage/+livefs/ubuntu/disco/ubuntu-server/+build/158934 [17:18] (also: lame that nothing in the build log lists the version of d-i used) [17:19] oh, I guess that'd have to be in the debian-cd log and not the livefs log [18:05] vorlon, seems to be working now :) [18:05] paride: excellent [18:05] vorlon, I'll let the test run finish and then close the bug === imcleod_ is now known as imcleod [22:32] does anyone have a grab bag of reasons a package might fail to build on launchpad bug succeed locally [22:32] network access is the obvious one i guess but i don't think it's that [22:34] fresh or tainted local chroot? [22:36] In main but universe dependencies required [22:36] --resolve-alternatives or simliar needed but not used [23:09] ddstreet: Howdy, looks like you put some effort into ubuntu-dev-tools (https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1099537), any chance you're going to merge that in to upstream and release to the archive? [23:09] Launchpad bug 1099537 in ubuntu-dev-tools (Ubuntu) "ubuntu-dev-scripts should be ported to Python 3" [Medium,In progress] [23:11] mwhudson: on lp there is a log that should tell you [23:12] mwhudson: er, for ppa anyway. which is all I'm familiar with. [23:12] doko: i make a fresh chroot for the test [23:12] CarlFK: yeah, i'm well up with reading logs :) [23:12] rbasak: yeah --resolve-alternatives is a good one but i don't think it applies here (and usually causes problems the other way around) [23:14] CarlFK: FWIW, yes official builds also have logs.