Closed
Bug 1483098
Opened 7 years ago
Closed 8 months ago
./mach mercurial-setup not installing things properly?
Categories
(Firefox Build System :: Mach Core, enhancement)
Firefox Build System
Mach Core
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: marcosc, Unassigned)
Details
When I try to do "./mach mercurial-setup", seems to die on trying to install the extensions (below).
I've tried deleting "/Users/marcos/.mozbuild" and trying it again, but still get the same problem :(
```BASH
./mach mercurial-setup 1 ↵
mach and the build system store shared state in a common directory on the
filesystem. The following directory will be created:
/Users/marcos/.mozbuild
If you would like to use a different directory, hit CTRL+c and set the
MOZBUILD_STATE_PATH environment variable to the directory you would like to
use and re-run mach. For this change to take effect forever, you'll likely
want to export this environment variable from your shell's init scripts.
Press ENTER/RETURN to continue or CTRL+c to abort.
Creating default state directory: /Users/marcos/.mozbuild
================================================================================
Ensuring https://hg.mozilla.org/hgcustom/version-control-tools is up to date at /Users/marcos/.mozbuild/version-control-tools
applying clone bundle from https://hg.cdn.mozilla.net/hgcustom/version-control-tools/8b4dcd65fa7cc9942a55a324c4e1f93296b6a2c9.zstd.hg
adding changesets
adding manifests
adding file changes
added 6392 changesets with 15247 changes to 2560 files
finished applying clone bundle
searching for changes
no changes found
6392 local changesets published
*** failed to import extension reviewboard from /Users/marcos/.mozbuild/version-control-tools/hgext/reviewboard/client.py: [Errno 2] No such file or directory: '/Users/marcos/.mozbuild/version-control-tools/hgext/reviewboard/client.py'
*** failed to import extension bzexport from ~/.mozbuild/version-control-tools/hgext/bzexport: [Errno 2] No such file or directory: '/Users/marcos/.mozbuild/version-control-tools/hgext/bzexport'
*** failed to import extension bzpost from ~/.mozbuild/version-control-tools/hgext/bzpost: [Errno 2] No such file or directory: '/Users/marcos/.mozbuild/version-control-tools/hgext/bzpost'
*** failed to import extension firefoxtree from ~/.mozbuild/version-control-tools/hgext/firefoxtree: [Errno 2] No such file or directory: '/Users/marcos/.mozbuild/version-control-tools/hgext/firefoxtree'
*** failed to import extension push-to-try from ~/.mozbuild/version-control-tools/hgext/push-to-try: [Errno 2] No such file or directory: '/Users/marcos/.mozbuild/version-control-tools/hgext/push-to-try'
*** failed to import extension mqext from ~/.mozbuild/version-control-tools/hgext/mqext: [Errno 2] No such file or directory: '/Users/marcos/.mozbuild/version-control-tools/hgext/mqext'
*** failed to import extension qimportbz from ~/.mozbuild/version-control-tools/hgext/qimportbz: [Errno 2] No such file or directory: '/Users/marcos/.mozbuild/version-control-tools/hgext/qimportbz'
```
Any suggestions would be great.
Updated•3 years ago
|
Severity: normal → S3
Updated•8 months ago
|
Status: NEW → RESOLVED
Closed: 8 months ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•