Open
Bug 1427464
Opened 7 years ago
Updated 2 years ago
mach environment --format=configure throws an AttributeError exception
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: glandium, Unassigned)
Details
Error running mach:
['environment', '--format=configure']
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. Consider filing a bug for this issue.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
AttributeError: 'MachDebug' object has no attribute '_environment_configure'
File "/build/firefox-57.0.3/python/mozbuild/mozbuild/mach_commands.py", line 1557, in environment
I guess we're not using this anymore, maybe kill it rather than fix it?
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•