I can't emerge gcc-13.2.1_p20240210. I'm currently trying with the doc USE flag disabled. Reproducible: Always
Please include the full build.log & emerge --info. Thanks.
Created attachment 889378 [details] emerge log
Sorry compression took a little time to fit in less than 1000kiB
Created attachment 889379 [details] emerge --info '=sys-devel/gcc-13.2.1_p20240210' > emerge.info.gcc
Created attachment 889380 [details] emerge -pqv '=sys-devel/gcc-13.2.1_p20240210' > emerge.pqv.gcc
np, thanks!
make[2]: Leaving directory '/var/tmp/portage/portage/sys-devel/gcc-13.2.1_p20240210/work/build/x86_64-pc-linux-gnu/libitm' make[1]: Leaving directory '/var/tmp/portage/portage/sys-devel/gcc-13.2.1_p20240210/work/build' cp: cannot stat '/var/tmp/portage/portage/sys-devel/gcc-13.2.1_p20240210/work/build/x86_64-pc-linux-gnu/libstdc++-v3/doc/doxygen/man/man?': No such file or directory * ERROR: sys-devel/gcc-13.2.1_p20240210::gentoo failed (install phase): * (no error message) * * Call stack: * ebuild.sh, line 136: Called src_install * environment, line 3391: Called toolchain_src_install * environment, line 4903: Called die * The specific snippet of code: * cp -r "${cxx_mandir}"/man? "${D}${DATAPATH}"/man/ || die; * * If you need support, post the output of `emerge --info '=sys-devel/gcc-13.2.1_p20240210::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-devel/gcc-13.2.1_p20240210::gentoo'`. * * Please include /var/tmp/portage/portage/sys-devel/gcc-13.2.1_p20240210/work/gcc-build-logs.tar.xz in your bug report. * * The complete build log is located at '/var/log/portage/build/sys-devel/gcc-13.2.1_p20240210:20240403-174641.log'. * The ebuild environment file is located at '/var/tmp/portage/portage/sys-devel/gcc-13.2.1_p20240210/temp/environment'. * Working directory: '/var/tmp/portage/portage/sys-devel/gcc-13.2.1_p20240210/work/gcc-13-20240210' * S: '/var/tmp/portage/portage/sys-devel/gcc-13.2.1_p20240210/work/gcc-13-20240210' * QA Notice: command not found: * * /var/tmp/portage/portage/sys-devel/gcc-13.2.1_p20240210/work/gcc-13-20240210/libgm2/configure: 4007: GLIBCXX_CONFIGURE: not found * /var/tmp/portage/portage/sys-devel/gcc-13.2.1_p20240210/work/gcc-13-20240210/libgm2/configure: 4010: GLIBCXX_CHECK_GETTIMEOFDAY: not found * /var/tmp/portage/portage/sys-devel/gcc-13.2.1_p20240210/work/gcc-13-20240210/libgm2/configure: 4013: GLIBCXX_ENABLE_LIBSTDCXX_TIME: not found * /var/tmp/portage/portage/sys-devel/gcc-13.2.1_p20240210/work/gcc-13-20240210/libgm2/configure: 4007: GLIBCXX_CONFIGURE: not found * /var/tmp/portage/portage/sys-devel/gcc-13.2.1_p20240210/work/gcc-13-20240210/libgm2/configure: 4010: GLIBCXX_CHECK_GETTIMEOFDAY: not found * /var/tmp/portage/portage/sys-devel/gcc-13.2.1_p20240210/work/gcc-13-20240210/libgm2/configure: 4013: GLIBCXX_ENABLE_LIBSTDCXX_TIME: not found
note to self: when fixing this, should fix the other find/die clenaups people suggested before.
Sorry, I'd completely forgot about this one. I thought I'd fixed them all but apparently not.
the recently stabilized sys-devel/gcc-13.3.1_p20241025 is still failing
Gah, sorry again. Looking now.
Needs doxygen installed to reproduce w/ USE=doc. What I don't get is why it's broken. Obviously the `die` addition is what broke it in the ebuild but the doxygen man pages really aren't produced anywhere and I don't know why. Arsen? The same issue appears to be there even if using `make man` and `make install-man`.