(In reply to Jed Davis [:jld] ⟨⏰|UTC-6⟩ ⟦he/him⟧ from comment #47) > I'm getting this error for `linux64-minidump-stackwalk` with a tree I just updated. I tried `./mach clobber python`, I tried manually deleting every `__pycache__` or `*.pyc` in the srcdir, I tried clobbering the objdir completely, and I tried `git clean -df`. (`git clean -ndx` doesn't show anything interesting that would be `gitignore`d, other than maybe `third_party/python/psutil/build`.) What am I missing? > > `./mach bootstrap --no-system-changes` is able to make enough progress before the crash that I can still build. I used hg but I failed with all the workarounds. My workaround is to check out another clean copy like esr78 and bootstrap there. (Not central again makes me feel not so dumb)
Bug 1636797 Comment 48 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Jed Davis [:jld] ⟨⏰|UTC-6⟩ ⟦he/him⟧ from comment #47) > I'm getting this error for `linux64-minidump-stackwalk` with a tree I just updated. I tried `./mach clobber python`, I tried manually deleting every `__pycache__` or `*.pyc` in the srcdir, I tried clobbering the objdir completely, and I tried `git clean -df`. (`git clean -ndx` doesn't show anything interesting that would be `gitignore`d, other than maybe `third_party/python/psutil/build`.) What am I missing? > > `./mach bootstrap --no-system-changes` is able to make enough progress before the crash that I can still build. I used hg but I failed with all the workarounds. My workaround is to check out another clean copy like esr78 and bootstrap there. (Not central again makes me have dups of central)