Local hybrid build is failing with lld-link: error: duplicate symbol: void __cdecl std::_Throw_tree_length_error(void)
Categories
(Firefox Build System :: General, defect, P5)
Tracking
(Not tracked)
People
(Reporter: gerard-majax, Unassigned)
Details
Attachments
(1 file)
34.17 KB,
application/octet-stream
|
Details |
Building locally on a Windows 10, with hybrid build enabled (both debug and opt):
5:53.17 lld-link: error: duplicate symbol: void __cdecl std::_Throw_tree_length_error(void)
5:53.17 >>> defined at C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\1429~1.301\include\xtree:420
5:53.17 >>> ..\..\..\security\sandbox\win\src\remotesandboxbroker\RemoteSandboxBrokerChild.obj
5:53.17 >>> defined at ..\..\..\dom\media\webrtc\sdp\SipccSdpMediaSection.obj
Try seems to be happy
Reporter | ||
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
From config.status
:
'-LIBPATH:C:/PROGRA~2/WI3CF2~1/10/lib/10.0.19041.0/um/x64'
That means your SDK is version 10.0.19041.0
.
Updated•2 years ago
|
Comment 3•2 years ago
|
||
(In reply to Nick Alexander :nalexander [he/him] from comment #2)
That means your SDK is version
10.0.19041.0
.
I'm seeing this too with 10.0.22621.0. I'm not quite sure what this comment is suggesting. Does this failure mean the installed SDK is too old/new/...? The documentation just says "Windows 10 SDK (at least 10.0.19041.0)".
Comment 4•2 years ago
|
||
(In reply to James Teh [:Jamie] from comment #3)
(In reply to Nick Alexander :nalexander [he/him] from comment #2)
That means your SDK is version
10.0.19041.0
.I'm seeing this too with 10.0.22621.0. I'm not quite sure what this comment is suggesting. Does this failure mean the installed SDK is too old/new/...? The documentation just says "Windows 10 SDK (at least 10.0.19041.0)".
I think :alissy and I were chatting about this on Matrix and they didn't know how to determine their SDK version. I know nothing about the underlying issue, unfortunately.
Description
•