https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-qt/qtwebengine-5.15.14_p20240510 fails to compile. Discovered on: amd64 (internal ref: gcc15_tinderbox) System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 901535 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Error(s) that match a know pattern in addition to what has been reported in the summary: FAILED: obj/third_party/pdfium/core/fpdfapi/page/page/cpdf_expintfunc.o FAILED: obj/third_party/pdfium/core/fpdfapi/page/page/cpdf_function.o FAILED: obj/third_party/pdfium/core/fpdfapi/page/page/cpdf_psfunc.o FAILED: obj/third_party/pdfium/core/fpdfapi/page/page/cpdf_sampledfunc.o ../../../../qtwebengine-5.15.13_p20240510/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/page/cpdf_function.h:35:13: error: ‘uint32_t’ has not been declared
https://github.com/gentoo/gentoo/compare/master...negril:gentoo:dev-qt/webengine/gcc15~1
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a20b4a5f5ea23af5d64c7455344e69b90b9dfc commit e5a20b4a5f5ea23af5d64c7455344e69b90b9dfc Author: Sam James <sam@gentoo.org> AuthorDate: 2024-10-21 12:30:21 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-10-21 12:30:36 +0000 dev-qt/qtwebengine: add cstdints for GCC 15 Closes: https://bugs.gentoo.org/938685 Signed-off-by: Sam James <sam@gentoo.org> ...webengine-5.15.14_p20240510-gcc15-cstdint.patch | 30 ++++++++++++++++++++++ .../qtwebengine-5.15.14_p20240510.ebuild | 1 + 2 files changed, 31 insertions(+)
(In reply to Paul Zander from comment #3) > https://github.com/gentoo/gentoo/compare/master...negril:gentoo:dev-qt/ > webengine/gcc15~1 Can you separate the template changes out from any remaining cstdints?
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f6b652f94f4649890a6e54d3aa919f9026edeaa commit 0f6b652f94f4649890a6e54d3aa919f9026edeaa Author: Paul Zander <negril.nx+gentoo@gmail.com> AuthorDate: 2024-10-22 23:12:45 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-10-30 02:54:43 +0000 dev-qt/qtwebengine: 5.15.14_p20240510 Fix template-id in ctor Bug: https://bugs.gentoo.org/938685 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> ...5.15.14_p20240510-gcc15-template-id-cdtor.patch | 93 ++++++++++++++++++++++ .../qtwebengine-5.15.14_p20240510.ebuild | 1 + 2 files changed, 94 insertions(+) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445284d6aa7e99eea9043e09fd34e1c3d6a7f24c commit 445284d6aa7e99eea9043e09fd34e1c3d6a7f24c Author: Paul Zander <negril.nx+gentoo@gmail.com> AuthorDate: 2024-08-23 18:22:58 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-10-30 02:54:32 +0000 dev-qt/qtwebengine: 5.15.14_p20240510 Fix compilation on GCC 15 Bug: https://bugs.gentoo.org/938685 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> ...webengine-5.15.14_p20240510-gcc15-cstdint.patch | 132 ++++++++++++++++++++- 1 file changed, 131 insertions(+), 1 deletion(-)