commit: 6768c94ef55f6ee5db690af2f0f73afaec769b9d
Author: Paul Walker <paulwalker <AT> paulwalker <DOT> dev>
AuthorDate: Wed Dec 3 02:41:33 2025 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Dec 3 07:59:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=6768c94e
scripts/bootstrap-prefix: fix bootstrapping sys-devel/binutils on stage3
Due to new default use-flags, it is required to build app-arch/xz-utils and
app-arch/zstd before sys-devel/binutils.
Signed-off-by: Paul Walker <paulwalker <AT> paulwalker.dev>
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 be50d57271..44f2cd3dda 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -2442,6 +2442,8 @@ bootstrap_stage3() {
pkgs=(
sys-devel/binutils-config
sys-libs/zlib
+ app-arch/xz-utils
+ app-arch/zstd
"${linker_pkgs[@]}"
)
# use the new dynamic linker in place of rpath from now on.