microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.91k stars 6.33k forks source link

[abseil] building abseil:x64-windows failed #39680

Closed fjcheng closed 2 months ago

fjcheng commented 3 months ago

Operating system

win11

Compiler

MSVC

Steps to reproduce the behavior

vcpkg install abseil:x64-windows

Failure logs

-- Building x64-windows-dbg CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message): Command failed: D:/dev/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/bin/cmake.exe --build . --config Debug --target install -- -v -j21 Working Directory: D:/dev/vcpkg/buildtrees/abseil/x64-windows-dbg See logs for more information: D:\dev\vcpkg\buildtrees\abseil\install-x64-windows-dbg-out.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:34 (vcpkg_cmake_install) scripts/ports.cmake:192 (include)

error: building abseil:x64-windows failed with: BUILD_FAILED Elapsed time to handle abseil:x64-windows: 13 s Please ensure you're using the latest port files with git pull and vcpkg update. Then check for known issues at: https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+abseil You can submit a new issue at: https://github.com/microsoft/vcpkg/issues/new?title=[abseil]+Build+error+on+x64-windows&body=Copy+issue+body+from+D%3A%2Fdev%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.md

install-x64-windows-dbg-out.log

Additional context

I have already tried the command git pull and vcpkg update , but still have this issue.

Cheney-W commented 3 months ago

Please see #30604 for how to report an issue.

fjcheng commented 2 months ago

Please see #30604 for how to report an issue.

I have updated the issue.