Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 137263 Details for
Bug 200652
sys-apps/portage-2.1.4_rc4 - environment: No such file or directory with -vfpe
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Skip ${T}/environment handling for pkg_nofetch()
nofetch.patch (text/plain), 969 bytes, created by
Zac Medico
on 2007-11-28 19:01:29 UTC
(
hide
)
Description:
Skip ${T}/environment handling for pkg_nofetch()
Filename:
MIME Type:
Creator:
Zac Medico
Created:
2007-11-28 19:01:29 UTC
Size:
969 bytes
patch
obsolete
>Index: bin/ebuild.sh >=================================================================== >--- bin/ebuild.sh (revision 8728) >+++ bin/ebuild.sh (working copy) >@@ -1545,8 +1545,9 @@ > fi > > # Automatically try to load environment.bz2 whenever >-# "${T}/environment" does not exist. >-if ! hasq ${EBUILD_SH_ARGS} clean depend && \ >+# "${T}/environment" does not exist, except for phases >+# such as nofetch that do not require ${T} to exist. >+if ! hasq ${EBUILD_SH_ARGS} clean depend nofetch && \ > [ ! -f "${T}/environment" ] ; then > bzip2 -dc "${EBUILD%/*}"/environment.bz2 > \ > "${T}/environment" 2> /dev/null >@@ -1766,7 +1767,7 @@ > > # Save the env only for relevant phases. > if [ -n "${EBUILD_SH_ARGS}" ] && \ >- ! hasq ${EBUILD_SH_ARGS} clean help info; then >+ ! hasq ${EBUILD_SH_ARGS} clean help info nofetch ; then > # Save current environment and touch a success file. (echo for success) > umask 002 > save_ebuild_env | filter_readonly_variables > "${T}/environment"
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 200652
: 137263