Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 758913 Details for
Bug 828999
www-client/firefox-95, 96, 97: Will fail to build if build host has installed dev-python/pip and at least one broken but unrelated Python package.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ffx.patch
ffx.patch (text/plain), 466 bytes, created by
Michał Górny
on 2021-12-14 11:12:35 UTC
(
hide
)
Description:
ffx.patch
Filename:
MIME Type:
Creator:
Michał Górny
Created:
2021-12-14 11:12:35 UTC
Size:
466 bytes
patch
obsolete
>diff --git a/build/mach_initialize.py b/build/mach_initialize.py >index 32f3011..5e6e2b4 100644 >--- a/build/mach_initialize.py >+++ b/build/mach_initialize.py >@@ -207,7 +207,7 @@ def _activate_python_environment(topsrcdir): > else "MACH_USE_SYSTEM_PYTHON" > ) > >- has_pip = ( >+ has_pip = False and ( > subprocess.run( > [sys.executable, "-c", "import pip"], stderr=subprocess.DEVNULL > ).returncode
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 828999
:
758715
| 758913