Closed
Bug 1751673
Opened 3 years ago
Closed 3 years ago
archlinux.ensure_nasm_packages parameter list has not been updated
Categories
(Firefox Build System :: Bootstrap Configuration, defect)
Firefox Build System
Bootstrap Configuration
Tracking
(firefox-esr91 unaffected, firefox96 unaffected, firefox97 wontfix, firefox98 fixed)
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox96 | --- | unaffected |
firefox97 | --- | wontfix |
firefox98 | --- | fixed |
People
(Reporter: jstutte, Assigned: jstutte)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Bug 1751673: Update archlinux.ensure_nasm_packages parameter list. r?#firefox-build-system-reviewers
(deleted),
text/x-phabricator-request
|
Details |
Error running mach:
['bootstrap']
The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You can invoke |./mach busted| to check if this issue is already on file. If it
isn't, please use |./mach busted file bootstrap| to report it. If |./mach busted| is
misbehaving, you can also inspect the dependencies of bug 1543241.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
TypeError: ArchlinuxBootstrapper.ensure_nasm_packages() missing 2 required positional arguments: 'state_dir' and 'checkout_root'
File "/home/jens/src/mozilla-central/python/mozboot/mozboot/mach_commands.py", line 43, in bootstrap
bootstrapper.bootstrap(command_context.settings)
File "/home/jens/src/mozilla-central/python/mozboot/mozboot/bootstrap.py", line 374, in bootstrap
self.maybe_install_private_packages_or_exit(application)
File "/home/jens/src/mozilla-central/python/mozboot/mozboot/bootstrap.py", line 241, in maybe_install_private_packages_or_exit
self.instance.ensure_nasm_packages()
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → jstutte
Status: NEW → ASSIGNED
Updated•3 years ago
|
Keywords: regression
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1747216
status-firefox96:
--- → unaffected
status-firefox97:
--- → affected
status-firefox98:
--- → affected
status-firefox-esr91:
--- → unaffected
Updated•3 years ago
|
Has Regression Range: --- → yes
Pushed by jstutte@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/597902e6cd7b
Update archlinux.ensure_nasm_packages parameter list. r=firefox-build-system-reviewers,nalexander
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
Comment 5•3 years ago
|
||
The patch landed in nightly and beta is affected.
:jstutte, is this bug important enough to require an uplift?
If not please set status_beta
to wontfix
.
For more information, please visit auto_nag documentation.
Flags: needinfo?(jstutte)
Assignee | ||
Comment 6•3 years ago
|
||
Assuming that developers will start from central, I don't think this is needed to be uplifted.
Flags: needinfo?(jstutte)
You need to log in
before you can comment on or make changes to this bug.
Description
•