Skip to content

Commit

Permalink
scripts/bootstrap-prefix: workaround binutils being dep-cleaned
Browse files Browse the repository at this point in the history
Thanks hsk17 for noticing and providing a patch.

Bug: https://bugs.gentoo.org/936629
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
  • Loading branch information
grobian committed Aug 19, 2024
1 parent 63b269d commit ae67723
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/bootstrap-prefix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2468,6 +2468,11 @@ bootstrap_stage3() {
estatus "stage3: emerge ${eflags[*]}"
emerge --color n -v "${eflags[@]}" || return 1

# gcc no longer depends on sys-devel/binutils which means it is to
# be depcleaned at this point, quite strange, but to prevent this
# from happening, add to the worldfile #936629#c5
emerge --color n --noreplace sys-devel/binutils

# Remove anything that we don't need (compilers most likely)
einfo "running emerge --depclean"
estatus "stage3: emerge --depclean"
Expand Down

0 comments on commit ae67723

Please sign in to comment.