MinGW32. gcc version 14.2.0 (Rev1, Built by MSYS2 project)
Steps to reproduce the behavior
Get latest installer https://github.com/msys2/msys2-installer/releases.
Install gcc for mingw32 (msvcrt) using pacman
Execute command
./vcpkg.exe install boost-charconv:x86-mingw-static
(within \msys64\mingw32.exe environment)
Failure logs
$ ./vcpkg.exe install boost-charconv:x86-mingw-static
Computing installation plan...
The following packages will be built and installed:
boost-charconv:x86-mingw-static@1.85.0#1
Detecting compiler hash for triplet x86-mingw-static...
Compiler found: M:/msys64/mingw32/bin/i686-w64-mingw32-g++.exe
Restored 0 package(s) from C:\Users\Boris Yaroslav\AppData\Local\vcpkg\archives in 118 us. Use --debug to see more details.
Installing 1/1 boost-charconv:x86-mingw-static@1.85.0#1...
Building boost-charconv:x86-mingw-static@1.85.0#1...
M:\vcpkg\triplets\community\x86-mingw-static.cmake: info: loaded community triplet from here. Community triplets are not built in the curated registry and are thus less likely to succeed.
-- Using cached boostorg-charconv-boost-1.85.0.tar.gz.
-- Cleaning sources at M:/vcpkg/buildtrees/boost-charconv/src/ost-1.85.0-6cc51ae172.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source M:/vcpkg/downloads/boostorg-charconv-boost-1.85.0.tar.gz
-- Using source at M:/vcpkg/buildtrees/boost-charconv/src/ost-1.85.0-6cc51ae172.clean
-- Configuring x86-mingw-static
-- Building x86-mingw-static-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
Command failed: M:/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/bin/cmake.exe --build . --config Debug --target install -- -v -j13
Working Directory: M:/vcpkg/buildtrees/boost-charconv/x86-mingw-static-dbg
See logs for more information:
M:\vcpkg\buildtrees\boost-charconv\install-x86-mingw-static-dbg-out.log
Operating system
Windows 11
Compiler
MinGW32. gcc version 14.2.0 (Rev1, Built by MSYS2 project)
Steps to reproduce the behavior
Failure logs
$ ./vcpkg.exe install boost-charconv:x86-mingw-static Computing installation plan... The following packages will be built and installed: boost-charconv:x86-mingw-static@1.85.0#1 Detecting compiler hash for triplet x86-mingw-static... Compiler found: M:/msys64/mingw32/bin/i686-w64-mingw32-g++.exe Restored 0 package(s) from C:\Users\Boris Yaroslav\AppData\Local\vcpkg\archives in 118 us. Use --debug to see more details. Installing 1/1 boost-charconv:x86-mingw-static@1.85.0#1... Building boost-charconv:x86-mingw-static@1.85.0#1... M:\vcpkg\triplets\community\x86-mingw-static.cmake: info: loaded community triplet from here. Community triplets are not built in the curated registry and are thus less likely to succeed. -- Using cached boostorg-charconv-boost-1.85.0.tar.gz. -- Cleaning sources at M:/vcpkg/buildtrees/boost-charconv/src/ost-1.85.0-6cc51ae172.clean. Use --editable to skip cleaning for the packages you specify. -- Extracting source M:/vcpkg/downloads/boostorg-charconv-boost-1.85.0.tar.gz -- Using source at M:/vcpkg/buildtrees/boost-charconv/src/ost-1.85.0-6cc51ae172.clean -- Configuring x86-mingw-static -- Building x86-mingw-static-dbg CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message): Command failed: M:/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/bin/cmake.exe --build . --config Debug --target install -- -v -j13 Working Directory: M:/vcpkg/buildtrees/boost-charconv/x86-mingw-static-dbg See logs for more information: M:\vcpkg\buildtrees\boost-charconv\install-x86-mingw-static-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) installed/x64-windows/share/vcpkg-boost/boost-install.cmake:65 (vcpkg_cmake_install) ports/boost-charconv/portfile.cmake:12 (boost_configure_and_install) scripts/ports.cmake:192 (include)
error: building boost-charconv:x86-mingw-static failed with: BUILD_FAILED See https://learn.microsoft.com/vcpkg/troubleshoot/build-failures?WT.mc_id=vcpkg_inproduct_cli for more information. Elapsed time to handle boost-charconv:x86-mingw-static: 2.7 s Please ensure you're using the latest port files with
git pull
andvcpkg update
. Then check for known issues at: https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+boost-charconv You can submit a new issue at: https://github.com/microsoft/vcpkg/issues/new?title=[boost-charconv]+Build+error+on+x86-mingw-static&body=Copy+issue+body+from+M%3A%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.mdAdditional context
No response