Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940225 - dev-libs/qcoro-0.10.0-r1 fails to compile: qcorosignal.cpp:246:87: internal compiler error: in gimplify_var_or_parm_decl, at gimplify.cc:3309
Summary: dev-libs/qcoro-0.10.0-r1 fails to compile: qcorosignal.cpp:246:87: internal c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-15
  Show dependency tree
 
Reported: 2024-09-25 07:38 UTC by Agostino Sarubbo
Modified: 2024-09-30 01:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,152.40 KB, text/plain)
2024-09-25 07:38 UTC, Agostino Sarubbo
Details
qcorosignal.cpp.ii.xz (qcorosignal.cpp.ii.xz,569.91 KB, application/x-xz)
2024-09-25 10:39 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-09-25 07:38:11 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/qcoro-0.10.0-r1 fails to compile.
Discovered on: x86 (internal ref: tinderbox_x86)
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
Comment 1 Agostino Sarubbo gentoo-dev 2024-09-25 07:38:11 UTC
CC'ing also toolchain@ because it is an ICE
Comment 2 Agostino Sarubbo gentoo-dev 2024-09-25 07:38:12 UTC
Created attachment 903708 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2024-09-25 07:38:13 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/var/tmp/portage/dev-libs/qcoro-0.10.0-r1/work/qcoro-0.10.0/tests/qcorosignal.cpp:246:87: internal compiler error: in gimplify_var_or_parm_decl, at gimplify.cc:3309
FAILED: tests/CMakeFiles/test-qcorosignal.dir/qcorosignal.cpp.o 
/var/tmp/portage/dev-libs/qcoro-0.10.0-r1/work/qcoro-0.10.0/tests/qcorosignal.cpp:246:87: internal compiler error: in gimplify_var_or_parm_decl, at gimplify.cc:3309
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-09-25 09:26:50 UTC
Please run:

/usr/bin/i686-pc-linux-gnu-g++ -DQT_CORE_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_KEYWORDS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_TESTCASE_BUILDDIR=\"/var/tmp/portage/dev-libs/qcoro-0.10.0-r1/work/qcoro-0.10.0_build/tests\" -DQT_TESTCASE_SOURCEDIR=\"/var/tmp/portage/dev-libs/qcoro-0.10.0-r1/work/qcoro-0.10.0/tests\" -DQT_TESTLIB_LIB -DQT_USE_STRINGBUILDER -I/var/tmp/portage/dev-libs/qcoro-0.10.0-r1/work/qcoro-0.10.0_build/tests/test-qcorosignal_autogen/include -I/var/tmp/portage/dev-libs/qcoro-0.10.0-r1/work/qcoro-0.10.0/tests/testlibs -I/var/tmp/portage/dev-libs/qcoro-0.10.0-r1/work/qcoro-0.10.0 -I/var/tmp/portage/dev-libs/qcoro-0.10.0-r1/work/qcoro-0.10.0/qcoro -I/var/tmp/portage/dev-libs/qcoro-0.10.0-r1/work/qcoro-0.10.0/qcoro/core -I/var/tmp/portage/dev-libs/qcoro-0.10.0-r1/work/qcoro-0.10.0_build/qcoro/core -I/var/tmp/portage/dev-libs/qcoro-0.10.0-r1/work/qcoro-0.10.0_build/qcoro -I/var/tmp/portage/dev-libs/qcoro-0.10.0-r1/work/qcoro-0.10.0/qcoro/test -I/var/tmp/portage/dev-libs/qcoro-0.10.0-r1/work/qcoro-0.10.0_build/qcoro/test -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtTest  -O2 -march=i686 -mfpmath=sse -msse2 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fcoroutines -std=gnu++20 -fPIC -MD -MT tests/CMakeFiles/test-qcorosignal.dir/qcorosignal.cpp.o -MF tests/CMakeFiles/test-qcorosignal.dir/qcorosignal.cpp.o.d -o tests/CMakeFiles/test-qcorosignal.dir/qcorosignal.cpp.o -c /var/tmp/portage/dev-libs/qcoro-0.10.0-r1/work/qcoro-0.10.0/tests/qcorosignal.cpp

with -save-temps in the builddir, then upload qcorosignal.cpp.ii/qcorosignal.ii. Thanks!
Comment 5 Agostino Sarubbo gentoo-dev 2024-09-25 10:39:29 UTC
Created attachment 903740 [details]
qcorosignal.cpp.ii.xz

qcorosignal.cpp.ii (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 6 Larry the Git Cow gentoo-dev 2024-09-29 22:59:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b70d3a88d7d8a7bbf7dbdcf4ac5592c199fa862

commit 0b70d3a88d7d8a7bbf7dbdcf4ac5592c199fa862
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-09-29 22:58:13 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-09-29 22:58:29 +0000

    sys-devel/gcc: add 15.0.0_pre20240929
    
    Closes: https://bugs.gentoo.org/940225
    Closes: https://bugs.gentoo.org/940307
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-devel/gcc/Manifest                      |  2 ++
 sys-devel/gcc/gcc-15.0.0_pre20240929.ebuild | 53 +++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)