Closed
Bug 1167315
Opened 11 years ago
Closed 11 years ago
VC14 firefox build issue in the recurse makefile
Categories
(Firefox Build System :: General, defect)
Tracking
(e10s-)
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| e10s | - | --- |
People
(Reporter: cocof35serveur, Unassigned)
References
Details
(Keywords: 64bit)
Attachments
(1 file, 1 obsolete file)
|
158.77 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:41.0) Gecko/20100101 Firefox/41.0
Build ID: 20150521030204
Steps to reproduce:
build firefox with this mozconfig :
. $topsrcdir/browser/config/mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir-ff
ac_add_options --target=x86_64-pc-mingw32
ac_add_options --host=x86_64-pc-mingw32
ac_add_options --enable-optimize
ac_add_options --disable-debug
use Visual Studio 2015 on Windows 10 and add this patch
Actual results:
the build process stop with this error:
c:/mozilla/mozilla-central/config/recurse.mk:32: recipe for target 'compile' failed
16:34.14 mozmake.EXE[3]: *** [compile] Error 2
16:34.15 c:/mozilla/mozilla-central/config/rules.mk:538: recipe for target 'default' failed
16:34.15 mozmake.EXE[2]: *** [default] Error 2
16:34.15 c:/mozilla/mozilla-central/client.mk:400: recipe for target 'realbuild' failed
16:34.15 mozmake.EXE[1]: *** [realbuild] Error 2
16:34.15 client.mk:171: recipe for target 'build' failed
16:34.15 mozmake.EXE: *** [build] Error 2
16:34.21 0 compiler warnings present.
Expected results:
Build without this issue
Blocks: VC14
Severity: normal → major
Component: Untriaged → Build Config
OS: Unspecified → Windows 10
Hardware: Unspecified → x86_64
The patch i used is:https://bugzilla.mozilla.org/show_bug.cgi?id=1118873
tracking-e10s:
--- → ?
Keywords: 64bit
Comment 2•11 years ago
|
||
Your report is missing the most important part of the build log, which is what actually failed. My guess is that it's one of the existing dependencies of bug 1119082.
Summary: VC14 recurse.mk line 32 issue → VC14 firefox build issue
Attachment #8609198 -
Attachment is obsolete: true
Summary: VC14 firefox build issue → VC14 firefox build issue in the recurse makefile
Updated•11 years ago
|
i try to rebuild and it works without this problem( i delete my obj directory)
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•