-
Notifications
You must be signed in to change notification settings - Fork 253
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 system update (optional) failed #295
Comments
The file |
I'm running into the same issue here, except it's Ruby 3.1.0 with the latest installer (from Chocolatey). I did a fresh install where |
@hochleitner yeah, for some reason it cannot find the archive. The newer version seem to work properly though. Here's my pull request for a fix. #296 |
It seems to be an issue with the included MSYS2 2019 that's very specific to resolve. I gave up, installed MSYS2 2022 before Ruby separately and everything works. |
Yeah. That's why I forked and made it use the latest version (for windows at least) since I need to automate it. Happy that you solved your issue 😆 |
On Windows 11 the current msys2 installation/updates with Tried with |
Since Ruby 2.4 was in development I've used a shared MSYS2 install for all Rubies. So, I rarely use the RIDK MSYS2 functionality. Try setting this (PS) before you run the ridk command: $env:MSYS2_VERSION = '20220503'
or
$env:MSYS2_VERSION = '20240507' Proceed at your own risk, some recent packages (re OpenSSL) may not be compatible with older Rubies. Some extension gems still run CI on older Rubies, so some c source does compile with the current MSYS2 tools. EDIT: |
When trying it with setting the env variable, it expects to find the installer inside the users TEMP directory at
that does not exist. But by understanding the problem, i managed setting it up manually, so thank you! |
Hi @kapitanluffy / @MSP-Greg / @magynhard - do you think we can close this issue? Thanks! |
As it should have been be fixed by #296 i think it can be closed. |
Got it. Thank you guys 👍 |
Cannot install seamlessly.
Steps to reproduce
ridk install 1 2 3
The text was updated successfully, but these errors were encountered: