System: Vagrant 2.2.19 generic_ubuntu2204 STABLE prefix Linux ubuntu2204.localdomain 5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux MD5SUM bootstrap-prefix.sh: 86749f27a6c7b6a8027c791ba91a21f9 bootstrap-prefix.sh Steps to reproduce the bug: Run the bootstrap-prefix.sh in mode STABLE (default STABLE) for stage2 (lower ones before) Error message: failed! :( Details might be found in the build log: /home/vagrant/gentoo-prefix/tmp/var/tmp/portage/sys-apps/sed-4.9-r1/temp/build.log (no build logs found?!?) I have no clue, really. Please find friendly folks in #gentoo-prefix on irc.gentoo.org, gentoo-alt@lists.gentoo.org mailing list, or file a bug at bugs.gentoo.org under Gentoo/Alt, Prefix Support. Remember you might find some clues in /home/vagrant/gentoo-prefix/stage2.log CHOST: x86_64-pc-linux-gnu IDENT: x86_64-rap-linux-ubuntu22.04 Extra info: https://github.com/APN-Pucky/gentoo-prefix-tester/actions/runs/9526019340
Created attachment 895844 [details] full_stage2_STABLE_generic_ubuntu2204_20240615062829.log.xz
Created attachment 895845 [details] build_stage2_STABLE_generic_ubuntu2204_20240615062829.log.xz
System: Vagrant 2.2.19 generic_ubuntu2310 STABLE prefix Linux ubuntu2310.localdomain 6.5.0-14-generic #14-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 14 14:59:49 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux MD5SUM bootstrap-prefix.sh: 86749f27a6c7b6a8027c791ba91a21f9 bootstrap-prefix.sh Steps to reproduce the bug: Run the bootstrap-prefix.sh in mode STABLE (default STABLE) for stage2 (lower ones before) Error message: failed! :( Details might be found in the build log: /home/vagrant/gentoo-prefix/tmp/var/tmp/portage/sys-apps/sed-4.9-r1/temp/build.log (no build logs found?!?) I have no clue, really. Please find friendly folks in #gentoo-prefix on irc.gentoo.org, gentoo-alt@lists.gentoo.org mailing list, or file a bug at bugs.gentoo.org under Gentoo/Alt, Prefix Support. Remember you might find some clues in /home/vagrant/gentoo-prefix/stage2.log CHOST: x86_64-pc-linux-gnu IDENT: x86_64-rap-linux-ubuntu23.10 Extra info: https://github.com/APN-Pucky/gentoo-prefix-tester/actions/runs/9526101635
Created attachment 895853 [details] full_stage2_STABLE_generic_ubuntu2310_20240615063928.log.xz
Created attachment 895854 [details] build_stage2_STABLE_generic_ubuntu2310_20240615063928.log.xz
I face the same problem with Debian Bookworm. Is there a workaround?
>>> Source unpacked in /home/vagrant/gentoo-prefix/tmp/var/tmp/portage/sys-apps/ sed-4.9-r1/work >>> Preparing source in /home/vagrant/gentoo-prefix/tmp/var/tmp/portage/sys-apps /sed-4.9-r1/work/sed-4.9 ... * Running eautoreconf in '/home/vagrant/gentoo-prefix/tmp/var/tmp/portage/sys-a pps/sed-4.9-r1/work/sed-4.9' ... * Skipping 'autopoint --force' because 'autopoint' not installed * Ignoring missing automake during Prefix bootstrap! Tried 1.16.5:1.16 * Ignoring missing autoconf during Prefix bootstrap! Tried 2.72-r1:2.72 2.71-r6 :2.71 * Ignoring missing automake during Prefix bootstrap! Tried 1.16.5:1.16 * Ignoring missing autoconf during Prefix bootstrap! Tried 2.72-r1:2.72 2.71-r6 :2.71 * Running 'aclocal --system-acdir=/home/vagrant/gentoo-prefix/tmp/var/tmp/portage/sys-apps/sed-4.9-r1/temp/aclocal' ... [ !! ] seems there is no autoconf installed yet, but sed ebuild running eautoreconf
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0900402038cccdb09e0c56244dd81d5b99ee14 commit 0c0900402038cccdb09e0c56244dd81d5b99ee14 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-09-29 21:02:38 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-09-29 21:04:35 +0000 sys-apps/sed: avoid eautoreconf for prefix For prefix, we might not have autotools when bootstrapping, so avoid eautoreconf there. We added it for some Modern C bits so it's not *critical* and can be avoided in that case. Closes: https://bugs.gentoo.org/934329 Signed-off-by: Sam James <sam@gentoo.org> sys-apps/sed/sed-4.9-r1.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
As a workaround, I just ran 'sudo apt install autoconf', and it works. On linux mint, apt install autoconf installs all the tools necessary for the bootstrap.