Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install expat:x64-windows #6059

Closed
Ian321 opened this issue Apr 11, 2019 · 1 comment
Closed

install expat:x64-windows #6059

Ian321 opened this issue Apr 11, 2019 · 1 comment
Labels
requires:repro The issue is not currently repro-able

Comments

@Ian321
Copy link

Ian321 commented Apr 11, 2019

Package: expat:x64-windows
Vcpkg version: 2018.11.23-nohash

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:

libexpat-R_2_2_6/README.md: Can't create '\\\\?\\C:\\Users\\USER\\git\\vcpkg\\buildtrees\\expat\\src\\TEMP\\libexpat-R_2_2_6\\README.md'
tar: Error exit delayed from previous errors.

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 🤷‍♂️

@LilyWangL LilyWangL added the requires:repro The issue is not currently repro-able label Apr 12, 2019
@Ian321 Ian321 closed this as completed Apr 12, 2019
@Ian321
Copy link
Author

Ian321 commented Apr 15, 2019

in case anyone has the same issue:

Alexej Harm found the setting that causes this issue.

The UTF-8 beta in intl.cpl > Administrative > Change system locale... needs to be unticked for cmake (3.14.2) to function properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requires:repro The issue is not currently repro-able
Projects
None yet
Development

No branches or pull requests

2 participants