Description
Describe the issue
abseil version: 20240722.0
cmake version: 3.30.1
vcpkg version is latest
command: vcpkg install abseil:x86-windows
Computing installation plan...
The following packages will be built and installed:
abseil:[email protected]
Detecting compiler hash for triplet x86-windows...
-- Automatically setting %HTTP(S)_PROXY% environment variables to "127.0.0.1:10808".
Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x86/cl.exe
Restored 0 package(s) from C:\Users\D4\AppData\Local\vcpkg\archives in 169 us. Use --debug to see more details.
Installing 1/1 abseil:[email protected]...
Building abseil:[email protected]...
-- Using cached abseil-abseil-cpp-20250127.0.tar.gz
-- Cleaning sources at C:/Tools/vcpkg/buildtrees/abseil/src/20250127.0-6d78de3c24.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/Tools/vcpkg/downloads/abseil-abseil-cpp-20250127.0.tar.gz
-- Using source at C:/Tools/vcpkg/buildtrees/abseil/src/20250127.0-6d78de3c24.clean
-- Configuring x86-windows-dbg
-- Configuring x86-windows-rel
-- Building x86-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
Command failed: C:/Tools/vcpkg/downloads/tools/cmake-3.30.1-windows/cmake-3.30.1-windows-i386/bin/cmake.exe --build . --config Debug --target install -- -v -j25
Working Directory: C:/Tools/vcpkg/buildtrees/abseil/x86-windows-dbg
See logs for more information:
C:\Tools\vcpkg\buildtrees\abseil\install-x86-windows-dbg-out.log
C:\Tools\vcpkg\buildtrees\abseil\install-x86-windows-dbg-err.log
Call Stack (most recent call first):
installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
ports/abseil/portfile.cmake:36 (vcpkg_cmake_install)
scripts/ports.cmake:203 (include)
install-x86-windows-dbg-err.log
install-x86-windows-dbg-out.log
Steps to reproduce the problem
vcpkg install abseil:x86-windows
What version of Abseil are you using?
20250127.0
What operating system and version are you using?
OS: Win10_x64
What compiler and version are you using?
cl.exe 19.43.34809.0
What build system are you using?
3.30.1
Additional context
No response