-
Notifications
You must be signed in to change notification settings - Fork 491
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] Cannot update packages #2021
Comments
Warning: Try this if you don't care about your MSYS2 installation to be nuked :)
|
Same repro here, and we start a msys2 from scratch on new VMs (so no
|
Correcting myself, placing the |
See #2022 |
Same problem on my side with a clean install after downloading msys2-base-x86_64-20200602.tar.xz from http://repo.msys2.org/distrib/x86_64/ Pacman -Syuu gives the same filesystem breaks dependency error. I add previously installed another clean install in the morning, limited to just a couple of "Pacman -Syuu", without downloading any other packages, note even msys2 base-devel, and this one could redo "Pacman -Syuu" and install the filesystem package after the repo update. |
Fixed it for me also!! Thanks |
|
This broke ziglang's azure pipelines that use MSYS2. Tried @Biswa96 suggestion of downloading the see ziglang/zig#5688 |
As proposed in msys2/MSYS2-packages#2021.
I'd like to re-post here that |
@Jimmy-Z that did not seem to work for me. |
@RobertBColton works on my desktop and my laptop. No idea why it doesn't work for you though. And, you should probably share some details, like which exact step doesn't work, and the output could help too. |
@Jimmy-Z Azure build below, we're checking it out fresh. It may look different because I keep committing different variations of what you guys propose here, nothing's cutting it though. |
Manually installing the filesystem tar.xz worked for me. |
Is it necessary to download that tar for the fixes @Jimmy-Z and stuff mentioned? |
@RobertBColton, you could possibly use the same workaround implemented in
|
Hey, that did do the trick! Thanks! |
@RobertBColton it could be that your system is too far behind that dash needs a newer filesystem, that again brought up the problem, you should be able to install dash afterwards I assume. |
I followed @Jimmy-Z's suggestion and the upgrade completed successfully. However, after that I can no longer run any msys executables (including bash, pacman, etc), getting the following error:
pacman log:
UPDATE Strangely, after rebooting my computer it works without problems. I guess there's some background processes that I forgot to kill after the upgrade. |
It looks like the underlying problem has been resolved and you can go back to installing+updating as before. At least, my Azure CI jobs are once again completing and I re-ran the failed ones and they work now. |
@DDoSolitary, have you tried killing |
@emptyVoid Yeah I think that is the problem. I got it working by restarting the computer. |
is this fixed, can this be closed? |
I believe this was fixed by pr #2022 |
Describe the bug
MSYS2 base package no longer updates:
Steps to Reproduce the Problem
msys2.exe
pacman -Syu --noconfirm
Expected behavior: the core system upgrade should complete without errors.
Additional Context: Operating System, Screenshots
The text was updated successfully, but these errors were encountered: