Closed Bug 1657341 Opened 4 years ago Closed 4 years ago

FileNotFoundError: [Errno 2] No such file or directory: '\\'

Categories

(Thunderbird :: Build Config, defect)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1657420

People

(Reporter: Paenglab, Unassigned)

References

(Regression)

Details

(Keywords: regression)

Sorry bug 1657328 was the wrong error I've got. Here's the correct one:

0:06.55 comm/mail/app
0:06.60 Traceback (most recent call last):
0:06.60 File "z:/Mozilla/comm-central/config/version_win.py", line 178, in <module>
0:06.60 generate_module_rc(*sys.argv[1:])
0:06.60 File "z:/Mozilla/comm-central/config/version_win.py", line 152, in generate_module_rc
0:06.60 rcinclude, preprocess(rcinclude, defines).read())
0:06.62 File "z:/Mozilla/comm-central/config/version_win.py", line 75, in preprocess
0:06.62 pp.do_include(io.open(path, 'r', encoding='latin1'))
0:06.62 FileNotFoundError: [Errno 2] No such file or directory: '\'
0:06.63 mozmake.EXE[4]: *** [z:/Mozilla/comm-central/config/version.mk;36: module.rc] Error 1
0:06.65 mozmake.EXE[3]: *** [z:/Mozilla/comm-central/config/recurse.mk;72: testing/geckodriver/target] Error 2
0:06.65 mozmake.EXE[3]: *** Waiting for unfinished jobs....
0:10.80 warning: clang-cl: warning: unknown argument ignored in clang-cl: '-std=c++14' [-Wunknown-argument]
0:10.80 warning: clang-cl: warning: unknown argument ignored in clang-cl: '-fno-exceptions' [-Wunknown-argument]
0:10.80 warning: clang-cl: warning: unknown argument ignored in clang-cl: '-fno-rtti' [-Wunknown-argument]
0:10.80 warning: clang-cl: warning: unknown argument ignored in clang-cl: '-fno-math-errno' [-Wunknown-argument]
0:10.80 warning: macro(GL_ZERO, GL_ONE_MINUS_SRC_ALPHA, 0, 0)
0:10.80 warning: ^
0:10.80 warning: 1 warning generated.
0:10.81 Finished release [optimized] target(s) in 4.63s
0:11.00 mozmake.EXE[2]: *** [z:/Mozilla/comm-central/config/recurse.mk;34: compile] Error 2
0:11.00 mozmake.EXE[1]: *** [z:/Mozilla/comm-central/config/rules.mk;390: default] Error 2
0:11.01 mozmake.EXE: *** [client.mk;125: build] Error 2

Back-out of Bug 1116553 fixes the build for me.

It seems both _RC_BINARY and RCINCLUDE values from version.mk are \.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.