commit: f962068b92fea93e07cf07f475db6032efbee065 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Fri Dec 19 08:31:51 2025 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Fri Dec 19 08:31:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=f962068b
scripts/bootstrap-prefix: fix RAP bootstrap - avoid circular dependency for coreutils by dropping openssl dep - bootstrap perl before libxcrypt as its configure requires it Closes: https://bugs.gentoo.org/824926 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> scripts/bootstrap-prefix.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 86bb28033c..9fa0ad43e9 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1894,6 +1894,7 @@ do_emerge_pkgs() { "-fortran" # gcc "-gdbm" "-nls" + "-openssl" # coreutils "-pcre" "-python" "-qmanifest" # portage-utils @@ -2465,6 +2466,7 @@ bootstrap_stage3() { sys-libs/libcap sys-libs/zlib app-arch/bzip2 + dev-lang/perl sys-libs/libxcrypt ) BOOTSTRAP_RAP=yes \
