System: Linux ubuntu 5.15.0-1018-generic #21~20.04.1-Ubuntu SMP Mon Aug 22 16:15:33 UTC 2022 riscv64 riscv64 riscv64 GNU/Linux Steps to reproduce the bug: Run the bootstrap-prefix.sh in mode (default STABLE)
Created attachment 858249 [details] full_STABLE_Linux_ubuntu_5.15.0-1018-generic__21~20.04.1-Ubuntu_SMP_Mon_Aug_22_16:15:33_UTC_2022_riscv64_riscv64_riscv64_GNU_Linux_20230318181018.log.bz2
Created attachment 858251 [details] stage1.log.bz2
Seems to be a bison-2.4 configure error: checking build system type... Invalid configuration `riscv64-pc-linux-gnu': machine `riscv64-pc' not recognized configure: error: /bin/bash build-aux/config.sub riscv64-pc-linux-gnu failed
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=c42a4beac106387f0465099f833acdc42c96c2b1 commit c42a4beac106387f0465099f833acdc42c96c2b1 Author: Fabian Groffen <grobian@gentoo.org> AuthorDate: 2023-05-03 18:53:21 +0000 Commit: Fabian Groffen <grobian@gentoo.org> CommitDate: 2023-05-03 18:53:21 +0000 scripts/bootstrap-prefix: bootstrap newer bison Bug: https://bugs.gentoo.org/902087 Signed-off-by: Fabian Groffen <grobian@gentoo.org> scripts/bootstrap-prefix.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
can you try with newer bison I just committed?
Yes, this is solved. I am getting to stage 2 gcc-13.1.0-r1 now, which fails due to /usr/include/stdio.h:27:10: fatal error: bits/libc-header-start.h: No such file or directory 27 | #include <bits/libc-header-start.h> I hope it gets auto-reported in the course of the day. Otherwise I'll manually create a bug for that.
thanks!