[06:53] mitya57: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3291/+build/15121400 qtwebengine is FTBFS on arm64 in the PPA. [07:21] Oh, internal compiler error :( [07:21] I retried, I'm hoping it's just a one time thing [07:21] (Document) http://vps.tsimonq2.net//file_4032.gz [07:21] Rik has the log [07:21] You can see it in Telegram; I dunno if my bridge works with files anymore properly [07:22] I had the log too :) [07:22] Ah cool [07:22] But the bridge does not seem to work, http://vps.tsimonq2.net//file_4032.gz → 404 [07:23] I also set it rebuilding in a seperate PPA [07:23] @mitya57, Right [07:23] A quick google seemed to suggest maybe out of memory/swap for similar errors, but google could be wrong [07:24] and I don't know enough about building this to judge [07:24] Out of memory usually happens during linking phase, but here it died compiling a single C++ file (`render_frame_devtools_agent_host.cc`) [07:26] https://medium.com/hi-z-labs/yocto-qt5-b2qt-build-fails-on-qtlocation-or-qtwebengine-with-cryptic-gcc-error-1051a7effe3a [07:27] OK :) [07:27] that failed on compiling render_frame_host_manager.cc [07:28] If it is a memory issue then using --no-parallel may help. [07:29] that would take how many days to build? :P [07:30] @mitya57, Let's see if it's erraneous and builds on this next go. If it doesn't build, then let's do that. [07:31] you have it building in ci-train. I have a build going in a private ppa. so by this evening we should see the result of those [07:31] True. [07:33] [Normal build](https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3237-deletedppa/+build/14765245) (with -j4) took 12 hours, so -j1 would take just two days :) [07:33] urgh [12:35] @mitya57 FTBFS on same render_frame_devtools_agent_host again [12:36] same on my other ppa build [12:37] Ok, so our options are: [12:37] - try --no-parallel / -j1 [12:37] - force another compiler (older gcc?) [12:37] - try with different compiler options [12:37] - ask doko or on ubuntu-devel@ [12:37] either that is a real kill point on mem usage, or there as you suggested is more to it than just that [12:44] * acheronuk tries Neon's packaging for the hell of it [12:45] more for curiosity than anything else, and on an out the way ppa [14:06] (Photo, 477x71) https://i.imgur.com/DwbJcBl.jpg [14:06] (Photo, 732x173) https://i.imgur.com/l0hgJZM.jpg [14:07] RPL_CONSUMER_TYPE_ERASED_ALWAYS macro instructs gcc to use less memory [14:07] Compilation time will be (almost) not affected [14:17] It's also possible to use -g1 glag to generate less debuging information [14:25] But rather to disable it if it's enabled [16:59] @Lazy B, I think our qtwebengine has all debugging disabled already.