Created attachment 566214 [details] build.log qtscript 5.12.1 isn't recompiling for me I'm not sure if that's due to glibc 2.29 or the new gcc 8.3.0
Looks like it's GCC https://bugzilla.altlinux.org/show_bug.cgi?id=35928
Created attachment 566216 [details, diff] GCC 8.3.0 Patch GCC 8.3.0 workaround
So older versions of GCC were silently ignoring the volatile
same for 5.11.3 @ 17.0-desktop_20190223-001927
https://code.qt.io/cgit/qt/qtscript.git/commit/?id=97ec1d1882a83c23c91f0f7daea48e05858d8c32
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/qt.git/commit/?id=c21f2a8452dbf8e740959694354c3954e195893a commit c21f2a8452dbf8e740959694354c3954e195893a Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2019-02-24 14:59:36 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2019-02-24 15:21:30 +0000 dev-qt/qtscript: Fix build with >=GCC-8.3.0 Bug: https://bugs.gentoo.org/678640 Reported-by: Mike Lothian <mike@fireburn.co.uk> Thanks-to: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> .../qtscript/files/qtscript-5.12.1-gcc-8.3.patch | 238 +++++++++++++++++++++ dev-qt/qtscript/qtscript-5.12.1.ebuild | 2 + 2 files changed, 240 insertions(+)
*** Bug 678738 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e62d4057d53668675bd725f8fe8216b8649cf86 commit 9e62d4057d53668675bd725f8fe8216b8649cf86 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2019-02-25 15:28:26 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2019-02-25 15:55:29 +0000 dev-qt/qtscript: Fix build with >=GCC-8.3.0 Closes: https://bugs.gentoo.org/678640 Reported-by: Mike Lothian <mike@fireburn.co.uk> Thanks-to: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> .../qtscript/files/qtscript-5.11.3-gcc-8.3.patch | 238 +++++++++++++++++++++ dev-qt/qtscript/qtscript-5.11.3.ebuild | 2 + 2 files changed, 240 insertions(+)