[14:39] Hello! When I build Qt5Core from Testing for i386, I get this `file` info: [14:39] ```libQt5Core.so.5.10.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=..., for GNU/Linux 3.17.0, stripped``` [14:39] (Photo, 1183x688) https://i.imgur.com/I9tTGVE.jpg Compare to other libraries [14:39] I have an older kernel, so the linker does not use this library, and all the Qt software fails [14:40] This didn't happen before, any change that could trigger this? [15:07] @ilyaishere, See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895718 [15:07] Debian bug 895718 in libqt5core5a "libqt5core5a: Requires Linux kernel 3.17.0 or newer" [Normal,Open] [15:09] The previous LTS release has kernel 4.4 (without HWE updates) and I think this is the minimum kernel version we should support in Cosmic. [15:14] So, upstream Qt now limits to 3.17... [15:14] That's sad, it cuts a huge percentage of phones [15:14] o_O [15:15] @ilyaishere, Unless you build it without getentropy support. [15:17] > We can build Qt without the “getentropy” feature and that would lower the [15:17] > required kernel version to 3.16: [15:17] > https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/global/minimum-linux_p.h#n64 [15:17] I seem to have missed a number of version bumps [15:18] 2 month ago I had no issues using 3.10 [15:18] I guess, some "renameat" config also has to be disabled... [15:19] If I disable those two, will it break applications? [15:20] * ilyaishere searches for a Halium device with kernel >= 3.17 [15:21] My device has kernel 3.18, but it's an armhf device. [15:21] You're on the edge ;) [15:49] They actually disabled it on Android: http://code.qt.io/cgit/qt/qtbase.git/commit/src/corelib/io/qfilesystemengine_unix.cpp?id=8eb3944dac81b8c51d7bac7784204d457551b50c [15:50] Can't yet find the fallback they use [15:52] It looks like they redefine libc functions; if they can't do so, libc functions are used instead [15:56] I think we'll have to fork the packaging for Halium [15:56] But it seems like they enable it anyway if host kernel supports it: http://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/io/qfilesystemengine_unix.cpp#n109 [15:57] Probably question(s) for #qt [15:57] (so also a patch) [15:57] Yeah... [15:57] also it seems, only Debian is affected? I didn't hit this with 3.10 kernel and Ubuntu + arm? [15:58] [I didn't read bug report fully] [15:58] Well, Ubuntu should be affected as well as long as they haven [15:58] 't disabled these syscalls [15:59] Arch is affected FWIW [16:04] @bshah, It doesn't seem to be disabled in the KDE Neon packaging as far as I can see. [16:07] bshah: is build machine kernel newer than 3.16? [16:09] Also, does docker maybe prevent detecting the kernel features? (in case the neon ci uses docker) [16:10] @ilyaishere: to answer your question, that machine would be using 4.4 or 4.8(?) kernel depending on which slave it uses [16:15] Ok. To clarify, the idea right now is that neon rootfs works because the kernel renameat feture is not detected: http://code.qt.io/cgit/qt/qtbase.git/commit/src/corelib/io/qfilesystemengine_unix.cpp?id=6eef81ee1c82f934e14d47047d8b6103b8755321 === tsimonq2 changed the topic of #ubuntu-qt to: Ubuntu Qt Discussion Channel | https://is.gd/GIZG9E | 5.11.1 in cosmic-proposed | Help remove Qt 4! https://is.gd/QXLEFW | 5.9.5 in Bionic, 5.5.1 in Xenial, 5.2.1 in Trusty | This channel is bridged to Telegram, ask us to be added | This channel is LOGGED at irclogs.ubuntu.com; use implies acceptance of Ubuntu IRC channel terms. === tsimonq2 changed the topic of #ubuntu-qt to: Ubuntu Qt Discussion Channel | https://is.gd/GIZG9E | Prepping 5.9.6 for Bionic: https://bileto.ubuntu.com/#/ticket/3329 | 5.11.1 in cosmic-proposed | Help remove Qt 4! https://is.gd/QXLEFW | 5.9.5 in Bionic, 5.5.1 in Xenial, 5.2.1 in Trusty | This channel is bridged to Telegram, ask us to be added | This channel is LOGGED at irclogs.ubuntu.com; use implies acceptance of Ubuntu IRC chann === tsimonq2 changed the topic of #ubuntu-qt to: Ubuntu Qt Discussion Channel | https://is.gd/GIZG9E | 5.9.6 for Bionic: https://bileto.ubuntu.com/#/ticket/3329 | 5.11.1 in cosmic-proposed | Help remove Qt 4! https://is.gd/QXLEFW | 5.9.5 in Bionic, 5.5.1 in Xenial | This channel is bridged to Telegram, ask us to be added | This channel is LOGGED at irclogs.ubuntu.com; use implies acceptance of Ubuntu IRC channel terms. [16:40] So, with 5.11.1 being in cosmic-proposed, I'm going to hunt it down a little bit more. [16:40] Otherwise I'm starting the preparation of 5.9.6 for Bionic: https://bileto.ubuntu.com/#/ticket/3329 [16:41] I plan on doing everything but qtwebengine in that PPA, and once all the packages are updated and we're ready, I'll manually upload to the queue to make it easier to review. [16:42] As I discussed with @mitya57, I'm going to revert the commit changing the internal version to 5.9.6, so we don't have to no-change rebuild rdeps of the private headers.