Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 758715 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]
Disable pip check at configure
c001-disable-pip-check.patch (text/plain), 568 bytes, created by
Fabio Scaccabarozzi
on 2021-12-12 19:38:30 UTC
(
hide
)
Description:
Disable pip check at configure
Filename:
MIME Type:
Creator:
Fabio Scaccabarozzi
Created:
2021-12-12 19:38:30 UTC
Size:
568 bytes
patch
obsolete
>diff -Nuar firefox-95.0.orig/build/mach_initialize.py firefox-95.0/build/mach_initialize.py >--- firefox-95.0.orig/build/mach_initialize.py 2021-11-29 17:08:48.000000000 +0100 >+++ firefox-95.0/build/mach_initialize.py 2021-12-12 17:38:59.097765203 +0100 >@@ -219,7 +219,7 @@ > assert ( > not requirements.pypi_requirements > ), "Mach pip package requirements must be optional." >- if has_pip: >+ if False: > pip = [sys.executable, "-m", "pip"] > check_result = subprocess.run( > pip + ["check"],
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