Closed
Bug 1514571
Opened 7 years ago
Closed 7 years ago
Intermittent mozmake.EXE: *** [configure] Error 1 | client.mk:111: recipe for target 'configure' failed
Categories
(Firefox Build System :: General, defect, P5)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1403607
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: ncsoregi [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=217270507&repo=mozilla-inbound
https://queue.taskcluster.net/v1/task/ebgP-qKUSHKsrX9_vmSxOQ/runs/0/artifacts/public/logs/live_backing.log
10:39:26 INFO - js\src> DEBUG: 1 warning generated.
10:39:26 INFO - js\src> DEBUG: configure:1999: checking whether the C compiler (z:/build/build/src/sccache2/sccache.exe z:/build/build/src/clang/bin/clang-cl.exe -Xclang -std=gnu99 -fms-compatibility-version=19.15.26726 clang_rt.asan_dynamic-x86_64.lib clang_rt.asan_dynamic_runtime_thunk-x86_64.lib ) is a cross-compiler
10:39:26 INFO - js\src> DEBUG: configure:2004: checking whether we are using GNU C
10:39:26 INFO - js\src> DEBUG: configure:2013: z:/build/build/src/sccache2/sccache.exe z:/build/build/src/clang/bin/clang-cl.exe -Xclang -std=gnu99 -fms-compatibility-version=19.15.26726 -E conftest.c
10:39:26 INFO - js\src> DEBUG: configure:2032: checking whether z:/build/build/src/sccache2/sccache.exe z:/build/build/src/clang/bin/clang-cl.exe -Xclang -std=gnu99 -fms-compatibility-version=19.15.26726 accepts -g
10:39:26 INFO - js\src> DEBUG: configure:2068: checking for c++
10:39:26 INFO - js\src> DEBUG: configure:2100: checking whether the C++ compiler (z:/build/build/src/sccache2/sccache.exe z:/build/build/src/clang/bin/clang-cl.exe -fms-compatibility-version=19.15.26726 clang_rt.asan_dynamic-x86_64.lib clang_rt.asan_dynamic_runtime_thunk-x86_64.lib ) works
10:39:26 INFO - js\src> DEBUG: configure:2116: z:/build/build/src/sccache2/sccache.exe z:/build/build/src/clang/bin/clang-cl.exe -fms-compatibility-version=19.15.26726 -o conftest clang_rt.asan_dynamic-x86_64.lib clang_rt.asan_dynamic_runtime_thunk-x86_64.lib conftest.C 1>&5
10:39:26 INFO - js\src> DEBUG: LINK : fatal error LNK1104: cannot open file 'conftest.exe'
10:39:26 INFO - js\src> DEBUG: clang-cl.exe: error: linker command failed with exit code 1104 (use -v to see invocation)
10:39:26 INFO - js\src> DEBUG: configure: failed program was:
10:39:26 INFO - js\src> DEBUG:
10:39:26 INFO - js\src> DEBUG: #line 2111 "configure"
10:39:26 INFO - js\src> DEBUG: #include "confdefs.h"
10:39:26 INFO - js\src> DEBUG:
10:39:26 INFO - js\src> DEBUG: int main(){return(0);}
10:39:26 INFO - js\src> DEBUG: configure: error: installation or configuration problem: C++ compiler cannot create executables.
10:39:26 INFO - js\src> ERROR: old-configure failed
10:39:26 INFO - DEBUG: <truncated - see config.log for full output>
10:39:26 INFO - DEBUG: #define posix_fallocate innocuous_posix_fallocate
10:39:26 INFO - DEBUG: #include <assert.h>
10:39:26 INFO - DEBUG: #undef posix_fallocate
10:39:26 INFO - DEBUG: /* Override any gcc2 internal prototype to avoid an error. */
10:39:26 INFO - DEBUG: /* We use char because int might match the return type of a gcc2
10:39:26 INFO - DEBUG: builtin and then its argument prototype would still apply. */
10:39:26 INFO - DEBUG: char posix_fallocate();
10:39:26 INFO - DEBUG:
10:39:26 INFO - DEBUG: int main() {
10:39:26 INFO - DEBUG:
10:39:26 INFO - DEBUG: /* The GNU C library defines this for functions which it implements
10:39:26 INFO - DEBUG: to always fail with ENOSYS. Some functions are actually named
10:39:26 INFO - DEBUG: something starting with __ and the normal name is an alias. */
10:39:26 INFO - DEBUG: #if defined (__stub_posix_fallocate) || defined (__stub___posix_fallocate)
10:39:26 INFO - DEBUG: choke me
10:39:26 INFO - DEBUG: #else
10:39:26 INFO - DEBUG: posix_fallocate();
10:39:26 INFO - DEBUG: #endif
10:39:26 INFO - DEBUG:
10:39:26 INFO - DEBUG: ; return 0; }
10:39:26 INFO - ERROR: old-configure failed
10:39:26 INFO - *** Fix above errors and then restart with\
10:39:26 INFO - "./mach build"
10:39:26 INFO - client.mk:111: recipe for target 'configure' failed
10:39:26 INFO - mozmake.EXE: *** [configure] Error 1
10:39:26 ERROR - Return code: 2
10:39:26 WARNING - setting return code to 2
10:39:26 FATAL - 'mach build -v' did not run successfully. Please check log for errors.
10:39:26 FATAL - Running post_fatal callback...
10:39:26 FATAL - Exiting -1
| Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•