-
Notifications
You must be signed in to change notification settings - Fork 35
Description
`
vcpkg/vcpkg.exe install
Detecting compiler hash for triplet x64-windows...
Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe
The following packages will be built and installed:
- bzip2[core,tool]:x64-windows@1.0.8#5 -- D:\Ohjelmointi\AbyssEngine\vcpkg\buildtrees\versioning_\versions\bzip2\92e9a8bbf1abbd89872b48ad82fcf75852de1006
ffmpeg[avcodec,avdevice,avfilter,avformat,core,swresample,swscale]:x64-windows@6.1.1#2 -- D:\Ohjelmointi\AbyssEngine\vcpkg\buildtrees\versioning_\versions\ffmpeg\2b85222da88d04c67c9b83d24a278c5821f5f0b0
libarchive[bzip2,core,crypto,libxml2,lz4,lzma,zstd]:x64-windows@3.7.2 -- D:\Ohjelmointi\AbyssEngine\vcpkg\buildtrees\versioning_\versions\libarchive\72eaf4987dd61116706a4279e7789f2a386a05cf - libiconv:x64-windows@1.17#3 -- D:\Ohjelmointi\AbyssEngine\vcpkg\buildtrees\versioning_\versions\libiconv\0d6e7ebdbfeca59f047e66f632d1d38c2659fc14
- liblzma:x64-windows@5.4.4 -- D:\Ohjelmointi\AbyssEngine\vcpkg\buildtrees\versioning_\versions\liblzma\f285b7c4ffa2cc065c7c6fec4b61006f7fa2714e
- libxml2[core,iconv,lzma,zlib]:x64-windows@2.11.7 -- D:\Ohjelmointi\AbyssEngine\vcpkg\buildtrees\versioning_\versions\libxml2\caa5f663ba4c26ac2402c6aaa56781bd262fc05e
- lz4:x64-windows@1.9.4#1 -- D:\Ohjelmointi\AbyssEngine\vcpkg\buildtrees\versioning_\versions\lz4\d7704e3869f579ffdf927b5419579473e9d702d4
- openssl:x64-windows@3.3.0 -- D:\Ohjelmointi\AbyssEngine\vcpkg\buildtrees\versioning_\versions\openssl\033278114ce1aff68a03a777df0689c846760006
- pkgconf:x64-windows@2.2.0 -- D:\Ohjelmointi\AbyssEngine\vcpkg\buildtrees\versioning_\versions\pkgconf\cacd18e2bc70298fcf4665ff6f14238b6071013e
sdl2:x64-windows@2.30.1 -- D:\Ohjelmointi\AbyssEngine\vcpkg\buildtrees\versioning_\versions\sdl2\71b609d356d21c9479ddeb27f4737ab70982f4a5 - vcpkg-cmake:x64-windows@2023-05-04 -- D:\Ohjelmointi\AbyssEngine\vcpkg\buildtrees\versioning_\versions\vcpkg-cmake\88a7058fc7fa73a9c4c99cfcae9d79e2abf87a5a
- vcpkg-cmake-config:x64-windows@2022-02-06#1 -- D:\Ohjelmointi\AbyssEngine\vcpkg\buildtrees\versioning_\versions\vcpkg-cmake-config\8d54cc4f487d51b655abec5f9c9c3f86ca83311f
- vcpkg-cmake-get-vars:x64-windows@2023-12-31 -- D:\Ohjelmointi\AbyssEngine\vcpkg\buildtrees\versioning_\versions\vcpkg-cmake-get-vars\725c841810ceb8de33da68ea879eb8f0b4d6c94c
- vcpkg-pkgconfig-get-modules:x64-windows@2023-09-06 -- D:\Ohjelmointi\AbyssEngine\vcpkg\buildtrees\versioning_\versions\vcpkg-pkgconfig-get-modules\365f7303c0f9fe13458a62e7e4998760e6d918a4
zlib:x64-windows@1.3.1 -- D:\Ohjelmointi\AbyssEngine\vcpkg\buildtrees\versioning_\versions\zlib\3f05e04b9aededb96786a911a16193cdb711f0c9 - zstd:x64-windows@1.5.6 -- D:\Ohjelmointi\AbyssEngine\vcpkg\buildtrees\versioning_\versions\zstd\796171d4d359b6786b8e1380fb6da8e677a9087b
Additional packages (*) will be modified to complete this operation.
Restored 0 package(s) from C:\Users\jamps\AppData\Local\vcpkg\archives in 1.11 ms. Use --debug to see more details.
Installing 1/16 pkgconf:x64-windows@2.2.0...
Building pkgconf:x64-windows@2.2.0...
D:\Ohjelmointi\AbyssEngine\vcpkg\buildtrees\versioning_\versions\pkgconf\cacd18e2bc70298fcf4665ff6f14238b6071013e: info: installing overlay port from here
-- Using cached python-3.12.7-embed-amd64.zip
CMake Error at scripts/cmake/vcpkg_extract_archive.cmake:19 (message):
D:/Ohjelmointi/AbyssEngine/vcpkg/downloads/tools/python/python-3.12.7-x64-1
was an extraction target, but it already exists.
Call Stack (most recent call first):
scripts/cmake/vcpkg_find_acquire_program.cmake:212 (vcpkg_extract_archive)
D:/Ohjelmointi/AbyssEngine/vcpkg_installed/x64-windows/share/vcpkg-tool-meson/vcpkg-port-config.cmake:50 (vcpkg_find_acquire_program)
scripts/ports.cmake:196 (include)
error: building pkgconf:x64-windows 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 pkgconf:x64-windows: 190 ms
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+pkgconf
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?title=[pkgconf]+Build+error+on+x64-windows&body=Copy%20issue%20body%20from%20D%3A%2FOhjelmointi%2FAbyssEngine%2Fvcpkg_installed%2Fvcpkg%2Fissue_body.md
`
Fails because python has only python.exe and one other file so it is missing the .dll and other files.