Build error: Cannot find rc
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox-esr68 unaffected, firefox-esr78 unaffected, firefox79 unaffected, firefox80 unaffected, firefox81 fixed)
| Tracking | Status | |
|---|---|---|
| firefox-esr68 | --- | unaffected |
| firefox-esr78 | --- | unaffected |
| firefox79 | --- | unaffected |
| firefox80 | --- | unaffected |
| firefox81 | --- | fixed |
People
(Reporter: mozbugz, Assigned: glandium)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
On Windows 10:
$ ./mach build
...
0:21.18 checking for the assembler... C:/PROGRA2/MICROS1/2019/PROFES1/VC/Tools/MSVC/14261.288/bin/HostX64/x64/ml64.exe
0:21.19 checking for rc... not found
0:21.19 DEBUG: rc: Trying llvm-rc
0:21.19 ERROR: Cannot find rc
0:21.27 *** Fix above errors and then restart with
0:21.27 "./mach build"
0:21.49 mozmake.EXE: *** [client.mk:115: configure] Error 1
It happened after pulling https://hg.mozilla.org/mozilla-central/log/d1de0bdfee4f , which includes bug 1537703.
I tried clobber and bootstrap.
There is a ~/.mozbuild/clang/bin/llvm-rc.exe.
Mike, could you please have a look? Please ping me if you need more info.
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
| Reporter | ||
Comment 2•5 years ago
|
||
I've just tried your attached patch, and it solved my problem. Thank you for the quick fix!
Comment 4•5 years ago
|
||
Set release status flags based on info from the regressing bug 1537703
Updated•5 years ago
|
Comment 7•5 years ago
|
||
| bugherder | ||
Updated•5 years ago
|
Updated•5 years ago
|
Description
•