microsoft / vcpkg

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

[boost-regex] Build error #29937

Closed RainbowTaro2022 closed 1 year ago

RainbowTaro2022 commented 1 year ago

CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:129 (message): Command failed: G:/tools/mingw64/bin/cmake.exe --build . --config Debug --target install -- -v -j7 Working Directory: G:/Cone/yuzu/externals/vcpkg/buildtrees/boost-regex/x64-windows-dbg See logs for more information: G:\Cone\yuzu\externals\vcpkg\buildtrees\boost-regex\install-x64-windows-dbg-out.log

Call Stack (most recent call first): G:/Cone/yuzu/buld/vcpkg_installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process) G:/Cone/yuzu/buld/vcpkg_installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build) G:/Cone/yuzu/buld/vcpkg_installed/x64-windows/share/boost-build/boost-modular-build.cmake:136 (vcpkg_cmakeinstall) buildtrees/versioning/versions/boost-regex/49b26b133e2b9eb16d917930b2c697b58eff5530/portfile.cmake:12 (boost_modular_build) scripts/ports.cmake:147 (include)

error: building boost-regex:x64-windows failed with: BUILD_FAILED error: 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+boost-regex You can submit a new issue at: https://github.com/microsoft/vcpkg/issues/new?template=report-package-build-failure.md&title=[boost-regex]+Build+error Include '[boost-regex] Build error' in your bug report title, the following version information in your bug description, and attach any relevant failure logs from above. vcpkg-tool version: 2023-02-16-12e657924d99511514c0287ca5ce46882d3657c7 vcpkg-scripts version: 9b22b40c6 2022-08-06 (7 months ago) install-x64-windows-dbg-out.log

files.zip

dg0yt commented 1 year ago

Please ensure you're using the latest port files with git pull and vcpkg update. ... vcpkg-scripts version: 9b22b40 2022-08-06 (7 months ago)

Too old.

RainbowTaro2022 commented 1 year ago

Please ensure you're using the latest port files with git pull and vcpkg update. ... vcpkg-scripts version: 9b22b40 2022-08-06 (7 months ago)

Too old.

I downloaded it directly from the project of vcpkg-tool

RainbowTaro2022 commented 1 year ago

G:\Cone\vcpkg>vcpkg install folly --allow-unsupported warning: Starting with the September 2023 release, the default triplet for vcpkg libraries will change from x86-windows to the detected host triplet (x64-windows). To resolve this message, add --triplet x86-windows to keep the same behavior. Computing installation plan... warning: folly is only supported on '(windows & x64 & !uwp) | (!windows & (x64 | arm64))', which does not match x86-windows. This usually means that there are known build failures, or runtime problems, when building other platforms. Proceeding anyway due to --allow-unsupported. The following packages will be built and installed:

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/boost-build/boost-modular-build.cmake:140 (vcpkg_cmake_install) ports/boost-exception/portfile.cmake:12 (boost_modular_build) scripts/ports.cmake:147 (include)

RainbowTaro2022 commented 1 year ago

install-x86-windows-dbg-out.log boost-modular-build.zip

RainbowTaro2022 commented 1 year ago

G:\Cone\vcpkg>vcpkg install qt --allow-unsupported warning: Starting with the September 2023 release, the default triplet for vcpkg libraries will change from x86-windows to the detected host triplet (x64-windows). To resolve this message, add --triplet x86-windows to keep the same behavior. Computing installation plan... warning: qtwebengine is only supported on '!static & !((x86 | arm) & windows)', which does not match x86-windows. This usually means that there are known build failures, or runtime problems, when building other platforms. Proceeding anyway due to --allow-unsupported. The following packages will be built and installed:

Call Stack (most recent call first): scripts/cmake/vcpkg_from_git.cmake:86 (vcpkg_execute_required_process) ports/angle/portfile.cmake:138 (vcpkg_from_git) ports/angle/portfile.cmake:147 (checkout_in_path) scripts/ports.cmake:147 (include)

error: building angle:x86-windows failed with: BUILD_FAILED error: 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+angle You can submit a new issue at: https://github.com/microsoft/vcpkg/issues/new?template=report-package-build-failure.md&title=[angle]+Build+error Include '[angle] Build error' in your bug report title, the following version information in your bug description, and attach any relevant failure logs from above. vcpkg-tool version: 2023-03-01-538539c4e364dd6f14f5e36f6704144254845159 vcpkg-scripts version: dd1b57240 2023-03-09 (3 hours ago)