-
Notifications
You must be signed in to change notification settings - Fork 256
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
Running ridk install doesn't install msys2 #114
Comments
Step 1 should download an run the MSYS2-installer exe file. |
That's because I ran it for this issue after I installed MSYS2 |
If you just want a working ruby installation, it's the easiest option, to download the Ruby+Devkit flavor and install it into your current Ruby install directory. This will add a separate MSYS2 directory inside You could also re-use an already present MSYS2 installation, by using one of the options described in #75 . However in this case you still have to run |
I never had MSYS2 or Ruby on my system. What I had to do is install Ruby and MSYS2 through their installers and then run ridk install to finish MSYS2's setup for Ruby. |
My point being, |
What a pity, but again: Can you please post the full output of |
Working on it, just have to uninstall msys2 first. |
Would it be possible that it's conflicting with having WSL installed? |
I don't think so. But I found a constellation where I can partly reproduce your error. I'll dig deeper - stay tuned! |
This is a bug introduced two months ago. Thank you for highlithing this! Can you please change the file
Line 11 to
and run |
Can confirm successful fix. |
Ok thanks. I'll release 2.5.1-2 and 2.4.4-2 today or tomorrow with this fix included. |
| __ \ | | |_ | | | | | | |_ 1 - MSYS2 base installation Which components shall be installed? If unsure press ENTER [1,3] 1
Creating /dev/mqueue directory failed. |
What problems are you experiencing?
When installing Ruby 2.5.1 (ruby -v >ruby 2.5.1p57 (2018-03-29 revision 63029) [x64-mingw32]), and running
ridk install
, the install fails withSteps to reproduce
ridk install
1
and press enterWhat's the output from
ridk version
?Current solution is to, of course, install MSYS2 manually, but I feel that that's something ridk install should take care of by itself.
The text was updated successfully, but these errors were encountered: