make[1]: Leaving directory '/var/tmp/portage/sys-devel/gcc-11.2.0/work/build' make[1]: Entering directory '/var/tmp/portage/sys-devel/gcc-11.2.0/work/build' mv: cannot stat 'stage2-fixincludes': No such file or directory mv: cannot stat 'stage2-gcc': No such file or directory mv: cannot stat 'stage2-intl': No such file or directory mv: cannot stat 'stage2-libbacktrace': No such file or directory mv: cannot stat 'stage2-libcpp': No such file or directory ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_plasma_systemd-j4-20210819-223202 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10.3.0 * Python 3.9.6 HEAD of ::gentoo commit 80dbfe4053b1b6aa7ee80a902e75a586123e08cc Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Thu Aug 19 20:06:37 2021 +0000 2021-08-19 20:06:33 UTC emerge -qpvO sys-devel/gcc [ebuild NS ] sys-devel/gcc-11.2.0 [10.3.0-r2] USE="(cxx) fortran jit* (multilib) nls nptl objc* objc++* objc-gc* openmp pch (pie) ssp (-ada) -custom-cflags% -d -debug -doc (-fixed-point) -go -graphite (-hardened) (-libssp) -lto -pgo -sanitize* -systemtap -test (-valgrind) (-vanilla) -vtv -zstd"
Created attachment 734395 [details] emerge-info.txt
Created attachment 734398 [details] emerge-history.txt
Created attachment 734401 [details] environment
Created attachment 734404 [details] etc.portage.tar.bz2
Created attachment 734407 [details] logs.tar.bz2
Created attachment 734410 [details] sys-devel:gcc-11.2.0:20210819-210512.log.bz2
Created attachment 734413 [details] temp.tar.bz2
happened today at image 17_1_hardened-j4-20210822-175746 too
(In reply to Toralf Förster from comment #8) > happened today at image 17_1_hardened-j4-20210822-175746 too FWIW: 17_1_hardened-j4-20210822-175746 /etc/portage/package.use # grep gcc * 24thrown_package_use_flags:dev-libs/starpu -cuda -gcc-plugin -spinlock-check valgrind 24thrown_package_use_flags:sys-devel/gcc -ada awt cilk go graphite mpx objc++ objc-gc valgrind vtv
configure: error: system bdw-gc required but not found You're asking for USE="multilib objc-gc"... do you have a fully multilib dev-libs/boehm-gc?
(In reply to David Seifert from comment #10) > configure: error: system bdw-gc required but not found > > You're asking for USE="multilib objc-gc"... do you have a fully multilib > dev-libs/boehm-gc? pretty sure : no - this is the very early stage of upgrading a stage3 to ~amd64 @world of the image is upgraded later (after GCC) - so shall I mask few more USE flags to not be diced/thrown here at the tinderbox ?
BTW : https://github.com/toralf/tinderbox/commit/c72258e537af93bcc6e18283d18ec560b68b450a
Is there a missing dep for gc in the gcc ebuild ?
commit 1a96b82a76b8d7fb824d4a7b47f6b70c1808936c Author: Michał Górny <mgorny@gentoo.org> Date: Fri Oct 6 17:49:32 2023 +0200 profiles/arch: Force multilib flags on sys-devel/gcc deps Force enabling respective abi_* flags on sys-devel/gcc dependencies in profiles where multiple MULTILIB_ABIS are used by default. This prevents sys-devel/gcc build from failing late in the build with cryptic error messages when USE=multilib (that is forced on) is used along with USE=objc. Bug: https://bugs.gentoo.org/617788 Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/33216 Signed-off-by: Sam James <sam@gentoo.org> *** This bug has been marked as a duplicate of bug 617788 ***