Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 859045 Details for
Bug 736794
sys-libs/glibc: binpkg locale-gen uses --jobs from host, and can exhaust memory on embedded systems
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
MAKEOPTS Patch
Makeopts.patch (text/plain), 1.00 KB, created by
Urban Oettli
on 2023-03-26 17:35:13 UTC
(
hide
)
Description:
MAKEOPTS Patch
Filename:
MIME Type:
Creator:
Urban Oettli
Created:
2023-03-26 17:35:13 UTC
Size:
1.00 KB
patch
obsolete
>--- old/bin/phase-functions.sh 2023-01-16 05:11:19.000000000 +0700 >+++ new/bin/phase-functions.sh 2023-03-26 23:26:17.000000000 +0700 >@@ -165,6 +165,19 @@ > # Otherwise, we don't need to filter the environment. > [[ -f "${T}/environment.raw" ]] || return 0 > >+ local make_config="" make_opts_local="" make_opts_env="" make_opts_envprefix="" >+ if [[ "${EMERGE_FROM}" = binary ]]; then >+ make_config="$(dirname "${PORTAGE_BASHRC}")/make.conf" >+ if [ -f "${make_config}" ]; then >+ make_opts_local="$(grep "^MAKEOPTS" "${make_config}")" >+ make_opts_env="$(grep "MAKEOPTS=" "${T}/environment")" >+ make_opts_envprefix="${make_opts_env%MAKEOPTS*}" >+ #echo "******* MAKEOPTS_local=${make_opts_envprefix}${make_opts_local} *******" >+ #echo "******* MAKEOPTS_env =${make_opts_env} *******" >+ sed -i "s/${make_opts_env}/${make_opts_envprefix}${make_opts_local}/" "${T}/environment" >+ fi >+ fi >+ > __filter_readonly_variables ${_portage_filter_opts} < "${T}"/environment \ > >> "${T}/environment.filtered" || return $? >
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 736794
: 859045