Skip to content

Instantly share code, notes, and snippets.

@julianoBRL
Created March 12, 2024 19:38
Show Gist options
  • Save julianoBRL/882d0b272fcdb354021a6d7416321a27 to your computer and use it in GitHub Desktop.
Save julianoBRL/882d0b272fcdb354021a6d7416321a27 to your computer and use it in GitHub Desktop.
Error
warning: In the September 2023 release, the default triplet for vcpkg libraries changed from x86-windows to the detected host triplet (x64-windows). For the old behavior, add --triplet x86-windows . To suppress this message, add --triplet x64-windows .
Computing installation plan...
The following packages will be built and installed:
freeimage:[email protected]#25
* imath:[email protected]
* jasper[core,default-features,opengl]:[email protected]
* jxrlib:[email protected]#6
* lcms:[email protected]
* libdeflate[compression,core,decompression,gzip,zlib]:[email protected]#1
* libjpeg-turbo:[email protected]
* liblzma:[email protected]
* libpng:[email protected]
* libraw:[email protected]
* libwebp[core,libwebpmux,nearlossless,simd,unicode]:[email protected]
* openexr:[email protected]
* openjpeg:[email protected]
* tiff[core,jpeg,lzma,zip]:[email protected]#4
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-windows...
Restored 0 package(s) from C:\Users\julia\AppData\Local\vcpkg\archives in 651 us. Use --debug to see more details.
Installing 1/14 imath:[email protected]...
Building imath:[email protected]...
-- Using cached AcademySoftwareFoundation-Imath-v3.1.11.tar.gz.
-- Cleaning sources at D:/Projetos/C#/RetroStation/vcpkg/buildtrees/imath/src/v3.1.11-70a082b9c8.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source D:/Projetos/C#/RetroStation/vcpkg/downloads/AcademySoftwareFoundation-Imath-v3.1.11.tar.gz
-- Using source at D:/Projetos/C#/RetroStation/vcpkg/buildtrees/imath/src/v3.1.11-70a082b9c8.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message):
Command failed: "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v
Working Directory: D:/Projetos/C#/RetroStation/vcpkg/buildtrees/imath/x64-windows-rel/vcpkg-parallel-configure
Error code: 1
See logs for more information:
D:\Projetos\C#\RetroStation\vcpkg\buildtrees\imath\config-x64-windows-dbg-CMakeCache.txt.log
D:\Projetos\C#\RetroStation\vcpkg\buildtrees\imath\config-x64-windows-rel-CMakeCache.txt.log
D:\Projetos\C#\RetroStation\vcpkg\buildtrees\imath\config-x64-windows-out.log
Call Stack (most recent call first):
installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:252 (vcpkg_execute_required_process)
ports/imath/portfile.cmake:9 (vcpkg_cmake_configure)
scripts/ports.cmake:175 (include)
error: building imath:x64-windows failed with: BUILD_FAILED
Elapsed time to handle imath:x64-windows: 4.2 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+imath
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?title=[imath]+Build+error+on+x64-windows&body=Copy+issue+body+from+D%3A%2FProjetos%2FC%23%2FRetroStation%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment