-
Notifications
You must be signed in to change notification settings - Fork 493
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
[BUG] MSYS2 installation via Chocolatey fails due to incompatibility with ZST packages #1970
Comments
Thanks for your feedback @mati865. The problem, and why I opened another issue specific to the Chocolatey package, is that:
|
Just to add my 5 cents: there is a
seems to prevent the error during Chocolatey package installation (note that just I kind of tried the workaround suggested by mati865 (doing it right after installation, and then running |
Pacman was repackaged with zstd not long after I posted the workaround. Use this for now #1967 (comment) |
Thank you both, I’ll give this a try. @petemounce and @userzimmermann, as you are listed as maintainers for the MSYS2 Chocolatey package, may I ask if you’d be able to update the package to include the updated pacman in order to resolve this? 🙏 |
Things should work now. Can anyone confirm? |
Yes, |
Thanks for testing |
Describe the bug
Installing MSYS2 via Chocolatey fails due to the pacman version that is bundled with the MSYS2 Chocolatey package being unable to install packages distributed in the zst format.
This is not strictly a bug with MSYS2 packages, but rather with an MSYS2 distribution, but this seemed like the best place to report it. Please let me know if I should report this somewhere else instead.
This is similar to #1960, but the fix here is probably to update the MSYS2 Chocolatey package with a pacman version that supports zst.
Steps to Reproduce the Problem
choco install msys2
Expected behavior: MSYS2 installs without errors.
Additional Context
Full output from Chocolatey command:
The text was updated successfully, but these errors were encountered: