Closed Bug 1732278 Opened 3 years ago Closed 3 years ago

`./mach ide vscode` is busted, no `_run_make` in `mozbuild.build_commands`

Categories

(Firefox Build System :: Mach Core, defect)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1732216

People

(Reporter: saschanaz, Unassigned)

References

(Regression)

Details

(Keywords: regression)

Error running mach:

    ['ide', 'vscode']

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 ide| 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:

AttributeError: module 'mozbuild.build_commands' has no attribute '_run_make'

  File "C:\Users\sasch\Documents\GitHub\gecko-dev\python/mozbuild/mozbuild/backend/mach_commands.py", line 67, in run line 67, in run
    rc = build_commands._run_make(

Sentry event ID: 2ac0708657d74c2cad6e23b8990a28f4
Sentry is attempting to send 0 pending error messages
Waiting up to 2 seconds
Press Ctrl-Break to quit

I guess this is because of the removal of the previous inheritance from MachCommandBase and then from MozbuildObject.

This is quite significant to my dev environment 😬

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.