raulcd commented on issue #47367: URL: https://github.com/apache/arrow/issues/47367#issuecomment-3250000586
I've patched vcpkg and I've been able to [get some logs](https://github.com/ursacomputing/crossbow/actions/runs/17437661576/job/49511881847): ``` -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe - broken CMake Error at C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeTestCXXCompiler.cmake:73 (message): The C++ compiler "C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe" is not able to compile a simple test program. It fails with the following output: Change Dir: 'C:/vcpkg/buildtrees/boost-headers/amd64-windows-static-md-release-rel/CMakeFiles/CMakeScratch/TryCompile-aw5mul' Run Build Command(s): "C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v cmTC_9b7ce [1/2] "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\bin\Hostx64\x64\cl.exe" /nologo /TP /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -MDd /showIncludes /FoCMakeFiles\cmTC_9b7ce.dir\testCXXCompiler.cxx.obj /FdCMakeFiles\cmTC_9b7ce.dir\ /FS -c C:\vcpkg\buildtrees\boost-headers\amd64-windows-static-md-release-rel\CMakeFiles\CMakeScratch\TryCompile-aw5mul\testCXXCompiler.cxx [2/2] C:\Windows\system32\cmd.exe /C "cd . && "C:\Program Files\CMake\bin\cmake.exe" -E vs_link_exe --msvc-ver=1944 --intdir=CMakeFiles\cmTC_9b7ce.dir --rc=rc --mt=CMAKE_MT-NOTFOUND --manifests -- "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\bin\Hostx64\x64\link.exe" /nologo CMakeFiles\cmTC_9b7ce.dir\testCXXCompiler.cxx.obj /out:cmTC_9b7ce.exe /implib:cmTC_9b7ce.lib /pdb:cmTC_9b7ce.pdb /version:0.0 /machine:x64 /debug /INCREMENTAL /subsystem:console kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." FAILED: cmTC_9b7ce.exe C:\Windows\system32\cmd.exe /C "cd . && "C:\Program Files\CMake\bin\cmake.exe" -E vs_link_exe --msvc-ver=1944 --intdir=CMakeFiles\cmTC_9b7ce.dir --rc=rc --mt=CMAKE_MT-NOTFOUND --manifests -- "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\bin\Hostx64\x64\link.exe" /nologo CMakeFiles\cmTC_9b7ce.dir\testCXXCompiler.cxx.obj /out:cmTC_9b7ce.exe /implib:cmTC_9b7ce.lib /pdb:cmTC_9b7ce.pdb /version:0.0 /machine:x64 /debug /INCREMENTAL /subsystem:console kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." RC Pass 1: command "rc /fo CMakeFiles\cmTC_9b7ce.dir/manifest.res CMakeFiles\cmTC_9b7ce.dir/manifest.rc" failed (exit code 0) with the following output: no such file or directory ninja: build stopped: subcommand failed. CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:3 (project) -- Configuring incomplete, errors occurred! ninja: build stopped: subcommand failed. CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:130 (message): Command failed: "C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v Working Directory: C:/vcpkg/buildtrees/boost-headers/amd64-windows-static-md-release-rel/vcpkg-parallel-configure Error code: 1 See logs for more information: C:\vcpkg\buildtrees\boost-headers\config-amd64-windows-static-md-release-rel-CMakeCache.txt.log C:\vcpkg\buildtrees\boost-headers\config-amd64-windows-static-md-release-rel-CMakeConfigureLog.yaml.log C:\vcpkg\buildtrees\boost-headers\config-amd64-windows-static-md-release-out.log Call Stack (most recent call first): installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:269 (vcpkg_execute_required_process) installed/x64-windows/share/vcpkg-boost/boost-install.cmake:55 (vcpkg_cmake_configure) ports/boost-headers/portfile.cmake:12 (boost_configure_and_install) scripts/ports.cmake:191 (include) error: building boost-headers:amd64-windows-static-md-release failed with: BUILD_FAILED ``` The issue is related to the `vs_buildtools` installation, it seems there are some missing components. I've tried a full installation and the build is progressing successfully, it has already installed boost and a bunch of other dependencies `Installing 69/108` https://github.com/ursacomputing/crossbow/actions/runs/17438872341/job/49516179092 I'll try to trim down the installation of `vs_buildtools` components and fix any other issue, the PR where I am testing: - https://github.com/apache/arrow/pull/47484 -- 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]
