Open
Bug 1459830
Opened 7 years ago
Updated 2 years ago
`mach vendor` and `mach cargo` fail: AttributeError: object has no attribute 'parser'
Categories
(Firefox Build System :: General, defect, P4)
Tracking
(Not tracked)
NEW
People
(Reporter: glob, Unassigned)
References
Details
> $ ./mach vendor
> Error running mach:
>
> ['vendor']
>
> 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: 'Vendor' object has no attribute 'parser'
this should output help, such as:
> $ ./mach vendor
> usage: mach [global arguments] vendor subcommand [subcommand arguments]
>
> Sub Commands:
> aom Vendor av1 video codec reference implementation into
> the source repository.
> rust Vendor rust crates from crates.io into
> third_party/rust
`mach cargo` has the same issue.
Updated•7 years ago
|
Component: Mach Core → General
Updated•6 years ago
|
Version: Version 3 → 3 Branch
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•