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

MSYS2 won't update #3439

Closed
loganmc10 opened this issue May 18, 2020 · 2 comments
Closed

MSYS2 won't update #3439

loganmc10 opened this issue May 18, 2020 · 2 comments

Comments

@loganmc10
Copy link

Trying to build this project:

https://ci.appveyor.com/project/loganmc10/m64p

error: could not open file /var/cache/pacman/pkg/msys2-runtime-3.1.4-1-x86_64.pkg.tar.zst: Child process exited with status 127
error: could not open file /var/cache/pacman/pkg/msys2-runtime-devel-3.1.4-1-x86_64.pkg.tar.zst: Child process exited with status 127
error: failed to commit transaction (cannot open package file)
Errors occurred, no packages were upgraded.
Command exited with code 1

See related issue with MSYS2 here:
msys2/MSYS2-packages#1962

Sounds like installing MSYS2 using the latest nightly installer instead of the latest stable build fixes the issue

@mati865
Copy link

mati865 commented May 18, 2020

As workaround upgrade pacman first:

pacman -Sy pacman
pacman -Su

@jeroen
Copy link

jeroen commented May 21, 2020

This no longer works either because pacman is now also a zst so it cannot update itself.

The only solution is for appveyor to update to the latest msys2 on their build image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants