Closed
Bug 1954720
Opened 1 month ago
Closed 1 month ago
./mach run fils with KeyError: 'fake_help'
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1954087
People
(Reporter: valentin, Unassigned)
References
(Blocks 1 open bug)
Details
valentingosu@valentingosu-zmq6p0 mozilla-gv % ./mach run
Error running mach:
mach run
The error occurred in the implementation of the invoked mach command.
This should never occur and is likely a bug in the implementation of that
command.
You can invoke ``./mach busted`` to check if this issue is already on file. If it
isn't, please use ``./mach busted file run`` 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:
KeyError: 'fake_help'
File "/Users/valentingosu/mozilla-gv/python/mozbuild/mozbuild/mach_commands.py", line 1627, in run
fake_help = kwargs.pop("fake_help")
Sentry event ID: 91334cb2c2844a40a03404b2631b3d9d
The build is a Firefox for Android build on MacOS
Comment 1•1 month ago
|
||
This looks like a duplicate of bug 1954087?
Reporter | ||
Comment 2•1 month ago
|
||
Doing a new build from m-c. I'll dupe if it's now fixed.
Reporter | ||
Comment 3•1 month ago
|
||
Appears to work now. Thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•