Skip to content

Commit ae67723

Browse files
committed
scripts/bootstrap-prefix: workaround binutils being dep-cleaned
Thanks hsk17 for noticing and providing a patch. Bug: https://bugs.gentoo.org/936629 Signed-off-by: Fabian Groffen <[email protected]>
1 parent 63b269d commit ae67723

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/bootstrap-prefix.sh

+5
Original file line numberDiff line numberDiff line change
@@ -2468,6 +2468,11 @@ bootstrap_stage3() {
24682468
estatus "stage3: emerge ${eflags[*]}"
24692469
emerge --color n -v "${eflags[@]}" || return 1
24702470

2471+
# gcc no longer depends on sys-devel/binutils which means it is to
2472+
# be depcleaned at this point, quite strange, but to prevent this
2473+
# from happening, add to the worldfile #936629#c5
2474+
emerge --color n --noreplace sys-devel/binutils
2475+
24712476
# Remove anything that we don't need (compilers most likely)
24722477
einfo "running emerge --depclean"
24732478
estatus "stage3: emerge --depclean"

0 commit comments

Comments
 (0)