Build still fails :
/home/user/.cache/paru/clone/gcc-git/src/gcc/gcc/../move-if-change ada/gen_il/seinfo_tables.ads ada/seinfo_tables.ads
/home/user/.cache/paru/clone/gcc-git/src/gcc/gcc/../move-if-change ada/gen_il/seinfo_tables.adb ada/seinfo_tables.adb
/home/user/.cache/paru/clone/gcc-git/src/gcc/gcc/../move-if-change ada/gen_il/sinfo.h ada/sinfo.h
/home/user/.cache/paru/clone/gcc-git/src/gcc/gcc/../move-if-change ada/gen_il/einfo.h ada/einfo.h
/home/user/.cache/paru/clone/gcc-git/src/gcc/gcc/../move-if-change ada/gen_il/nmake.ads ada/nmake.ads
/home/user/.cache/paru/clone/gcc-git/src/gcc/gcc/../move-if-change ada/gen_il/nmake.adb ada/nmake.adb
/home/user/.cache/paru/clone/gcc-git/src/gcc/gcc/../move-if-change ada/gen_il/seinfo.ads ada/seinfo.ads
/home/user/.cache/paru/clone/gcc-git/src/gcc/gcc/../move-if-change ada/gen_il/sinfo-nodes.ads ada/sinfo-nodes.ads
/home/user/.cache/paru/clone/gcc-git/src/gcc/gcc/../move-if-change ada/gen_il/sinfo-nodes.adb ada/sinfo-nodes.adb
/home/zwei/.cache/paru/clone/gcc-git/src/gcc/gcc/../move-if-change ada/gen_il/einfo-entities.ads ada/einfo-entities.ads
/home/user/.cache/paru/clone/gcc-git/src/gcc/gcc/../move-if-change ada/gen_il/einfo-entities.adb ada/einfo-entities.adb
touch ada/stamp-gen_il
make[3]: Leaving directory '/home/user/.cache/paru/clone/gcc-git/src/gcc-build/gcc'
make[2]: *** [Makefile:4963: all-stage1-gcc] Error 2
make[1]: *** [Makefile:30793: stage1-bubble] Error 2
make: *** [Makefile:1074: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'gcc-git-12.0.1_r191818.g800b3191c75-1 (gcc-libs-git gcc-git)':
error: packages failed to build: gcc-git-12.0.1_r191818.g800b3191c75-1 (gcc-libs-git gcc-git)
But now on stage1.
Pinned Comments
DAC324 commented on 2021-09-17 08:04 (UTC)
In addition to the jamespharvey20's sticky comment: The current GCC 12 versions are labelled "Experimental" for a reason. Development is ongoing, and there are still significant bugs. Hence, it is not recommended to use GCC 12 as a daily driver or on production systems.
At the moment, it is not even possible to build a working Linux kernel with GCC 12, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101941 .
jamespharvey20 commented on 2017-02-15 04:30 (UTC) (edited on 2017-02-15 11:01 (UTC) by jamespharvey20)