You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Using cached xiph-flac-1.4.3.tar.gz.
-- Extracting source D:/vcpkg/downloads/xiph-flac-1.4.3.tar.gz
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message):
Command failed: "C:/Program Files/CMake/bin/cmake.exe" -E tar xjf D:/vcpkg/downloads/xiph-flac-1.4.3.tar.gz
Working Directory: D:/vcpkg/buildtrees/libflac/src/1.4.3-00043104ae.clean.tmp
Error code: 1
See logs for more information:
D:\vcpkg\buildtrees\libflac\extract-err.log
Call Stack (most recent call first):
scripts/cmake/vcpkg_extract_source_archive.cmake:120 (vcpkg_execute_required_process)
scripts/cmake/vcpkg_extract_source_archive_ex.cmake:8 (vcpkg_extract_source_archive)
scripts/cmake/vcpkg_from_github.cmake:113 (vcpkg_extract_source_archive_ex)
ports/libflac/portfile.cmake:1 (vcpkg_from_github)
scripts/ports.cmake:196 (include)
D:\vcpkg\buildtrees\libflac\extract-err.log
CMake Error: Problem with archive_write_header(): Invalid empty pathname
CMake Error: Current file:
CMake Error: Problem extracting tar: D:/vcpkg/downloads/xiph-flac-1.4.3.tar.gz
Additional context
vcpkg.json
{
"dependencies": [
"libflac"
]
}
The text was updated successfully, but these errors were encountered:
Yes, vcpkg has updated the tools that need to be downloaded. The solution is that you need to re-run the ./bootstrap-vcpkg.bat script to update the vcpkg tools after updating the vcpkg library.
Thank you. But I found the comment you show. Before I made my issue, I removed all files in $VCPKG_ROOT folder, and re-ran from "git clone" (of course ./bootstrap-vcpkg.bat too)...
Package: libflac[core,stack-protector]:[email protected]#2
Host Environment
vcpkg-scripts version: a3a2cda 2025-01-08 (8 hours ago)
To Reproduce
vcpkg install
Failure logs
D:\vcpkg\buildtrees\libflac\extract-err.log
Additional context
vcpkg.json
The text was updated successfully, but these errors were encountered: