Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 170597 Details for
Bug 245356
sys-apps/portage should remove POSIXLY_CORRECT from env
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
filter POSIXLY_CORRECT, applies to portage-2.1.4.5
posixly_correct.patch (text/plain), 672 bytes, created by
Zac Medico
on 2008-11-03 07:01:08 UTC
(
hide
)
Description:
filter POSIXLY_CORRECT, applies to portage-2.1.4.5
Filename:
MIME Type:
Creator:
Zac Medico
Created:
2008-11-03 07:01:08 UTC
Size:
672 bytes
patch
obsolete
>--- bin/ebuild.sh >+++ bin/ebuild.sh >@@ -1420,7 +1420,7 @@ > SANDBOX_DEBUG_LOG SANDBOX_DISABLED SANDBOX_LIB > SANDBOX_LOG SANDBOX_ON" > filtered_vars="${readonly_bash_vars} ${READONLY_PORTAGE_VARS} >- BASH_[_[:alnum:]]* PATH" >+ BASH_[_[:alnum:]]* PATH POSIXLY_CORRECT" > if hasq --filter-sandbox $* ; then > filtered_vars="${filtered_vars} SANDBOX_[_[:alnum:]]*" > else >--- pym/portage.py >+++ pym/portage.py >@@ -1060,6 +1060,11 @@ > "INFOPATH", "MANPATH", > ] > >+ # variables that break bash >+ _environ_filter += [ >+ "POSIXLY_CORRECT", >+ ] >+ > # portage config variables and variables set directly by portage > _environ_filter += [ > "ACCEPT_KEYWORDS", "AUTOCLEAN",
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 245356
: 170597 |
170598