Closed
Bug 1445852
Opened 7 years ago
Closed 7 years ago
Comm-central win32 build failed since 2018-03-13
Categories
(Thunderbird :: Build Config, defect)
Thunderbird
Build Config
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1445189
People
(Reporter: t.matsuu, Unassigned)
Details
According to https://treeherder.mozilla.org/#/jobs?repo=comm-central
"Windows XP opt" is failed since 2018-03-13.
checking for the target C compiler... c:/builds/moz2_slave/tb-c-cen-w32-00000000000000000/build/vs2015u3/VC/bin/amd64_x86/cl.exe
checking whether the target C compiler can be used... no
DEBUG: <truncated - see config.log for full output>
DEBUG: | #elif __linux__
DEBUG: | %KERNEL "Linux"
DEBUG: | #elif _WIN32 || __CYGWIN__
DEBUG: | %KERNEL "WINNT"
DEBUG: | #elif __NetBSD__
DEBUG: | %KERNEL "NetBSD"
DEBUG: | #elif __APPLE__
DEBUG: | %KERNEL "Darwin"
DEBUG: | #endif
DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
DEBUG: | %ENDIANNESS "little"
DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
DEBUG: | %ENDIANNESS "big"
DEBUG: | #endif
DEBUG: Executing: `c:/builds/moz2_slave/tb-c-cen-w32-00000000000000000/build/vs2015u3/VC/bin/amd64_x86/cl.exe -E 'c:\users\cltbld\appdata\local\temp\conftest.tjel4s.c'`
DEBUG: COMPILER = msvc
DEBUG: VERSION = 190024213
DEBUG: CPU = x86
DEBUG: KERNEL = WINNT
DEBUG: ENDIANNESS = little
ERROR: This version (19.00.24213) of the MSVC compiler is not supported.
You must install Visual C++ 2017 Update 6 or newer in order to build.
Updated•7 years ago
|
Component: General Automation → Build Config
Product: Release Engineering → Thunderbird
QA Contact: catlee
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
•