Summary: | dev-qt/qt-creator-14.0.1 - [gcc-15] /.../sol.hpp: error: class sol::optional<T&> has no member named construct [-Wtemplate-body] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Qt Bug Alias <qt> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | blackteahamburger, ionen |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://bugreports.qt.io/browse/QTCREATORBUG-31517 | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=936924 https://bugs.gentoo.org/show_bug.cgi?id=937600 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 932474 | ||
Attachments: |
emerge-info.txt
dev-qt:qt-creator-14.0.1:20240824-193412.log.xz emerge-history.txt environment etc.clang.tar.xz etc.portage.tar.xz qlist-info.txt.xz temp.tar.xz |
Description
Toralf Förster
2024-08-25 08:32:03 UTC
Created attachment 901192 [details]
emerge-info.txt
Created attachment 901193 [details]
dev-qt:qt-creator-14.0.1:20240824-193412.log.xz
Created attachment 901194 [details]
emerge-history.txt
Created attachment 901195 [details]
environment
Created attachment 901196 [details]
etc.clang.tar.xz
Created attachment 901197 [details]
etc.portage.tar.xz
Created attachment 901198 [details]
qlist-info.txt.xz
Created attachment 901199 [details]
temp.tar.xz
Just noticed the patch in bug #937600 already has the fix for this bit. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4864940397a0b5808598d468d63605eb2e0217b1 commit 4864940397a0b5808598d468d63605eb2e0217b1 Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2024-09-04 07:57:56 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2024-09-04 10:20:54 +0000 dev-qt/qt-creator: partially fix build with clang19 and gcc15 other.resetter bit with USE=qmldesigner wrt bug #937600 comment #4 still need attention, but adding what we have so far esp. given qmldesigner is off by default and has limited impact. Bug: https://bugs.gentoo.org/937600 Closes: https://bugs.gentoo.org/938486 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> .../files/qt-creator-14.0.1-clang19.patch | 24 ++++++++++++++++++++++ .../qt-creator-14.0.1-sol2-clang19-gcc15.patch | 18 ++++++++++++++++ dev-qt/qt-creator/qt-creator-14.0.1.ebuild | 2 ++ 3 files changed, 44 insertions(+) This has been fixed by upstream: https://codereview.qt-project.org/c/qt-creator/qt-creator/+/587620 (In reply to Blacktea Hamburger from comment #11) > This has been fixed by upstream: > https://codereview.qt-project.org/c/qt-creator/qt-creator/+/587620 Yes, the patch we use is a backport and has this link already in it. |