[08:24] @mitya57 Did you want to do something about QtWebEngine or should I? [09:39] @tsimonq2, I donโ€™t know a solution. But you can try of course, maybe what Lazy suggested. [09:39] Fwd from mitya57: Ok, so our options are: [09:39] - try --no-parallel / -j1 [09:39] - force another compiler (older gcc?) [09:39] - try with different compiler options [09:39] - ask doko or on ubuntu-devel@ [09:39] Is this still valid? [09:40] Still valid, but no promise it will work :) [09:47] @mitya57, RPL_CONSUMER_TYPE_ERASED_ALWAYS ? [10:00] This is what he suggested, but I never used that. [10:00] I'll upload with `--no-parallel` [10:14] @tsimonq2, that will finish building on ummmmm..... Friday? [10:14] :P [10:15] @acheronuk, Tuesday LO [10:15] *:P [10:16] I vaguely recall launchpad killing webengine builds that used โ€”no-parallel as it thought builds had stalled? [10:17] maybe I misremember, or that was fixed [10:17] Just poked in #launchpad [10:18] I wasn't total time if I recall, but that with only one process, certain parts of the build went so long between output, that LP thought the build had died [10:26] @acheronuk, Yes, it was fixed in https://launchpad.net/ubuntu/+source/qtwebengine-opensource-src/5.9.5+dfsg-0ubuntu2 [10:27] @mitya57, ๐Ÿ‘ [15:34] @tsimonq2, failed with same error [15:34] @mitya57 [15:48] ๐Ÿ˜• [15:52] @mitya57, odd. build times for amd64 and i386 were quicker, and the arm64 failure came around the same build time (in relative terms), so I wonder if the change Simon did actually had the intened effect? [15:54] I have no experiance with builds that use ninja, so I shrug [16:06] There are 5 commands printed after the failed one, so it is still parallel [16:07] Looks like ninja defaults to parallel, so you need to pass -j1 explicitly to it. [16:18] @mitya57, in export NINJAFLAGS ? [16:20] Is there such a variable? [16:21] @mitya57, that seems to think so? https://salsa.debian.org/qt-kde-team/qt/qtwebengine/blob/experimental/debian/rules#L6 [16:21] Oh, right, it is understood not by ninja itself but by `src/core/gn_run.pro` which adds them to ninja commandline [16:22] So `export NINJAFLAGS=-v -j1` will make the build non-parallel, but there is still no promise that it helps. [20:03] @mitya57, Can one of you do it? :) [20:07] (I ask because the earliest I can is in six hours...)