Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 838047 Details for
Bug 881839
scripts/bootstrap.sh: returns '1' if pruning of sys-devel/gcc fails on line 349 (affects catalyst stage2 run)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
scripts/bootstrap.sh: don't fail on --prune of sys-devel/gcc
bootstrap_sh-dont-fail-on-gcc-prune.diff (text/plain), 596 bytes, created by
Joshua Kinard
on 2022-11-28 22:28:30 UTC
(
hide
)
Description:
scripts/bootstrap.sh: don't fail on --prune of sys-devel/gcc
Filename:
MIME Type:
Creator:
Joshua Kinard
Created:
2022-11-28 22:28:30 UTC
Size:
596 bytes
patch
obsolete
>--- scripts/bootstrap.sh.orig 2022-11-18 18:13:44.762079000 -0500 >+++ scripts/bootstrap.sh 2022-11-18 18:13:56.330250000 -0500 >@@ -346,7 +346,7 @@ if [[ -n ${STRAP_RUN} ]] ; then > if [[ -x ${GCC_CONFIG} ]] && ${GCC_CONFIG} --get-current-profile &>/dev/null > then > # Make sure we get the old gcc unmerged ... >- ${V_ECHO} emerge ${STRAP_EMERGE_OPTS} --prune sys-devel/gcc || cleanup 1 >+ ${V_ECHO} emerge ${STRAP_EMERGE_OPTS} --prune sys-devel/gcc > # Make sure the profile and /lib/cpp and /usr/bin/cc are valid ... > ${GCC_CONFIG} "$(${GCC_CONFIG} --get-current-profile)" &>/dev/null > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 881839
: 838047