Issue metadata
Sign in to add a comment
|
media_unittests compilation failing on "Win GPU Clang builder (dbg)" |
||||||||||||||||||||||||
Issue descriptionThis bot started failing at this build: https://build.chromium.org/p/chromium.gpu.fyi/builders/GPU%20Win%20Clang%20Builder%20%28dbg%29/builds/16743 With the following error: [1335/5118] LINK media_unittests.exe media_unittests.exe.pdb FAILED: media_unittests.exe media_unittests.exe.pdb E:/b/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../build/toolchain/win/tool_wrapper.py link-wrapper environment.x64 False link.exe /nologo /OUT:./media_unittests.exe /PDB:./media_unittests.exe.pdb @./media_unittests.exe.rsp source_buffer_stream_unittest.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __cdecl media::SourceBufferStream<class media::SourceBufferRangeByDts>::OnStartOfCodedFrameGroup(class media::DecodeTimestamp,class base::TimeDelta)" (__imp_?OnStartOfCodedFrameGroup@?$SourceBufferStream@VSourceBufferRangeByDts@media@@@media@@QEAAXVDecodeTimestamp@2@VTimeDelta@base@@@Z) referenced in function "public: virtual void __cdecl media::SourceBufferStreamTest_Audio_SpliceTrimming_ExistingTrimming_Test::TestBody(void)" (?TestBody@SourceBufferStreamTest_Audio_SpliceTrimming_ExistingTrimming_Test@media@@UEAAXXZ) source_buffer_stream_unittest.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __cdecl media::SourceBufferStream<class media::SourceBufferRangeByPts>::OnStartOfCodedFrameGroup(class media::DecodeTimestamp,class base::TimeDelta)" (__imp_?OnStartOfCodedFrameGroup@?$SourceBufferStream@VSourceBufferRangeByPts@media@@@media@@QEAAXVDecodeTimestamp@2@VTimeDelta@base@@@Z) referenced in function "public: virtual void __cdecl media::SourceBufferStreamTest_Audio_SpliceTrimming_ExistingTrimming_Test::TestBody(void)" (?TestBody@SourceBufferStreamTest_Audio_SpliceTrimming_ExistingTrimming_Test@media@@UEAAXXZ) ./media_unittests.exe : fatal error LNK1120: 2 unresolved externals Matt: Your CL https://chromium-review.googlesource.com/c/chromium/src/+/678443 is in the regression range and looks very related, can you take a look?
,
Oct 4 2017
I just kicked off a clean build. Let's see if it fixes the link failure.
,
Oct 4 2017
This is likely duplicate of bug 771710 , which https://chromium.googlesource.com/chromium/src/+/6489c3bf719ff00615a7946c0a4bb72bb8e44b2e should fix (clang-cl issue on Windows clang related to (lack of) template specialization exports in some cases). hans@, if you disagree, please reassign back to me... |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by zmo@chromium.org
, Oct 4 2017