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
tar is having issues with the README symlink in the expat package on windows:
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:56 (message):
Command failed: C:/Program Files/CMake/bin/cmake.exe;-E;tar;xjf;C:/Users/USER/git/vcpkg/downloads/libexpat-libexpat-R_2_2_6.tar.gz
Working Directory: C:/Users/USER/git/vcpkg/buildtrees/expat/src/TEMP
Error code: 1
See logs for more information:
C:\Users\USER\git\vcpkg\buildtrees\expat\extract-err.log
CMake Error: Problem with archive_write_header(): Can't create ''
CMake Error: Current file: libexpat-R_2_2_6/README.md
CMake Error: Problem extracting tar: C:/Users/ignaz/git/vcpkg/downloads/libexpat-libexpat-R_2_2_6.tar.gz
Running tar xjf libexpat-libexpat-R_2_2_6.tar.gz give the following error:
Package: expat:x64-windows
Vcpkg version: 2018.11.23-nohash
tar is having issues with the README symlink in the expat package on windows:
Running
tar xjf libexpat-libexpat-R_2_2_6.tar.gz
give the following error:You can reproduce it by running
vcpkg install expat:x64-windows
UPDATE:
It works in a Windows VM I created so the issue is somewhere else 🤷♂️
The text was updated successfully, but these errors were encountered: