raulcd commented on PR #43273: URL: https://github.com/apache/arrow/pull/43273#issuecomment-2230489821
Unity builds seems to be failing to link on the `array-test`: ``` [530/602] Linking CXX executable debug\arrow-array-test.exe FAILED: debug/arrow-array-test.exe C:\Windows\system32\cmd.exe /C "cd . && "C:\Program Files\CMake\bin\cmake.exe" -E vs_link_exe --intdir=src\arrow\CMakeFiles\arrow-array-test.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe /nologo src\arrow\CMakeFiles\arrow-array-test.dir\Unity\unity_1_cxx.cxx.obj src\arrow\CMakeFiles\arrow-array-test.dir\Unity\unity_0_cxx.cxx.obj /out:debug\arrow-array-test.exe /implib:debug\arrow-array-test.lib /pdb:debug\arrow-array-test.pdb /version:0.0 /machine:x64 /NODEFAULTLIB:LIBCMT /debug /INCREMENTAL /subsystem:console debug\arrow_testing.lib debug\arrow_gmockd.lib debug\arrow_gtest_maind.lib debug\arrow.lib ws2_32.lib debug\arrow_gtestd.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." LINK Pass 1: command "C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe /nologo src\arrow\CMakeFiles\arrow-array-test.dir\Unity\unity_1_cxx.cxx.obj src\arrow\CMakeFiles\arrow-array-test.dir\Unity\unity_0_cxx.cxx.obj /out:debug\arrow-array-test.exe /implib:debug\arrow-array-test.lib /pdb:debug\arrow-array-test.pdb /version:0.0 /machine:x64 /NODEFAULTLIB:LIBCMT /debug /INCREMENTAL /subsystem:console debug\arrow_testing.lib debug\arrow_gmockd.lib debug\arrow_gtest_maind.lib debug\arrow.lib ws2_32.lib debug\arrow_gtestd.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTFILE:src\arrow\CMakeFiles\arrow-array-test.dir/intermediate.manifest src\arrow\CMakeFiles\arrow-array-test.dir/manifest.res" failed (exit code 1120) with the following output: unity_1_cxx.cxx.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl arrow::ArrayStatistics::ArrayStatistics(void)" (__imp_??0ArrayStatistics@arrow@@QEAA@XZ) referenced in function "private: virtual void __cdecl arrow::ArrayStatisticsTest_TestNullCount_Test::TestBody(void)" (?TestBody@ArrayStatisticsTest_TestNullCount_Test@arrow@@EEAAXXZ) unity_1_cxx.cxx.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __cdecl arrow::ArrayStatistics::operator==(struct arrow::ArrayStatistics const &)const " (__imp_??8ArrayStatistics@arrow@@QEBA_NAEBU01@@Z) referenced in function "class testing::AssertionResult __cdecl testing::internal::CmpHelperEQ<struct arrow::ArrayStatistics,struct arrow::ArrayStatistics>(char const *,char const *,struct arrow::ArrayStatistics const &,struct arrow::ArrayStatistics const &)" (??$CmpHelperEQ@UArrayStatistics@arrow@@U12@@internal@testing@@YA?AVAssertionResult@1@PEBD0AEBUArrayStatistics@arrow@@1@Z) unity_1_cxx.cxx.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __cdecl arrow::ArrayStatistics::operator!=(struct arrow::ArrayStatistics const &)const " (__imp_??9ArrayStatistics@arrow@@QEBA_NAEBU01@@Z) referenced in function "class testing::AssertionResult __cdecl testing::internal::CmpHelperNE<struct arrow::ArrayStatistics,struct arrow::ArrayStatistics>(char const *,char const *,struct arrow::ArrayStatistics const &,struct arrow::ArrayStatistics const &)" (??$CmpHelperNE@UArrayStatistics@arrow@@U12@@internal@testing@@YA?AVAssertionResult@1@PEBD0AEBUArrayStatistics@arrow@@1@Z) debug\arrow-array-test.exe : fatal error LNK1120: 3 unresolved externals ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
