`abort: clang-format: sh exited with status 2` during rebase
Categories
(Developer Infrastructure :: Lint and Formatting, defect, P3)
Tracking
(Not tracked)
People
(Reporter: mayhemer, Unassigned)
Details
when I:
- apply an old (3 months) patch cleanly on a cset before the huge formatting change
hg qfin -ahg rebase -d cd82b6c9ccc0// the current m-c default cset
The patch is not trivial to rebase manually. I was hitting this with other patches too since some time. Note that few days after the clang format big change I was able to rebase large patches successfully (with some trouble too, tho)
This is a mingw64 standard mozilla-build bash prompt on Win10.
| Reporter | ||
Comment 1•7 years ago
|
||
Note that the source cset I rebase from is f97d54f24e02
| Reporter | ||
Comment 2•7 years ago
|
||
And one more note: I have multiple clones of m-c locally. The failure comes from a tree I have not run ./mach bootstrap on for a while. On a different clone I did run bootstrap on recently the rebase works.
Do I really have to bootstrap all my local trees to make this work? I though the setup was global...
Updated•7 years ago
|
Updated•3 years ago
|
Comment 3•3 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Comment 4•3 years ago
|
||
This is no longer the case, this has been fixed a while back, more than 2 years ago.
Description
•