-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[cmake]Unpacking source using cmake failed #8112
Comments
Thank you very much for the links. I found the following work-around described in thread: #19102 A Windows setting that causes this problem: Unticking it fixes the cmake -E tar error for me, and I was able to get harfbuzz to install correctly. |
Happy to close the issue, thanks to the work-around shared by @JackBoosY . I mean, it would be better if it doesn't need the work-around, but at least I am happy for now. |
@zewpo Please do not close this issue until we update cmake to the fixed version. Thanks. |
OK, :) makes sense. thanks |
We have known issue #5951 to track same issue, so it's safe to close it. |
I have a run into a problem causing me to be unable to install harfbuzz - which is a prequisite to a number of other packages, like qt-base - that I want to try out. Seems to occur when cmake tries to extract the harfbuzz tar.gz files.... details below...
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install harfbuzz
Failure logs
-Cut and past the appropriate build messages from the console output.
-Please attach any additional failure logs mentioned in the console output.
Additional context
Add any other context about the problem here, such as what you have already tried to resolve the issue.
My default triplet is x64-windows, so I also tried with x86-windows, but got the exact same issue.
The text was updated successfully, but these errors were encountered: