-
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
Pacman problems latest MSYS2 #1022
Comments
Remove lock file as in message |
I have same problem. windows 7 64 bit. After restarting mintty from msys2_shell.cmd, 'pacman -Suu' or 'pacman -Syuu' command exits without installing anything, and return to bash prompt. Lock file remains. If I remove lock file, next pacman command exits abnormally as well. PS. I tried 32 bit msys msys2-i686-20161025.exe on the same PC, but the result are the same. |
I tried doing a fresh install on x64 Win7 and everything worked fine here :/ |
I found a workaround, See https://github.com/msys2/msys2/issues/87#issuecomment-335368074 , but then problem occurred on the next step:
Am I connecting to wrong repository? EDIT Oddly, all mingw* files in /var/cache/pacman/pkg is 0KB. |
There is a newer installer, which might work better: https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-x86_64-20170918.exe/download |
1. Try running pacman with `--debug` and `--verbose`.
2. Check BLODA<https://cygwin.com/faq/faq.html#faq.using.bloda>.
…--
David Macek
|
Weird.
Can you check if you have anything from BLODA running?
Other than that, try strace or procmon to check what happens right before the crash.
…--
David Macek
|
Can you check `pldd $$` (maybe post the output here)?
…--
David Macek
|
/c/Windows/system32/tmumh/20019/AddOn/6.80.0.1007/TmUmEvt64.dll
/c/Windows/system32/tmumh/20019/TmMon/1.6.0.1201/tmmon64.dll
Oh yeah, those are some trendy micros right there. :P
Since you can't remove the AV, is there at least an option to ignore specific programs or whole directories?
…--
David Macek
|
I have exactly the same problem. |
I've found a solution: edit your /etc/pacman.conf and uncomment the following line: |
I use msys2 that comes preinstalled with omnet++, When I update pacman to support zstd, I get the same result. Any way to fix this? |
Hi @a-huk Have you contacted that project devs? Maybe you can ask them to update the installer? |
Yes, I have, was just wondering if there was anything I could do on my side? |
There are some tips and tricks here https://www.msys2.org/news/. But it depends on your specific issue and you have to know the pacman commands well. |
No description provided.
The text was updated successfully, but these errors were encountered: