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

I cant install ruby-3.0.1 on rvm #5397

Closed
WormerKing opened this issue Oct 12, 2023 · 4 comments
Closed

I cant install ruby-3.0.1 on rvm #5397

WormerKing opened this issue Oct 12, 2023 · 4 comments

Comments

@WormerKing
Copy link

First of all, good work to everyone. I am trying to install ruby-3.0.1 on Endeavor OS using rvm, but I get an error like this:
`
Searching for binary rubies, this might take some time.
No binary rubies available for: arch/libc-2.38/x86_64/ruby-3.0.1.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for arch.
Requirements installation successful.
Installing Ruby from source to: /home/user/.rvm/rubies/ruby-3.0.1, this may take a while depending on your cpu(s)...
ruby-3.0.1 - #downloading ruby-3.0.1, this may take a while depending on your connection...
ruby-3.0.1 - #extracting ruby-3.0.1 to /home/user/.rvm/src/ruby-3.0.1.....
ruby-3.0.1 - #configuring.........................................................................
ruby-3.0.1 - #post-configuration..
ruby-3.0.1 - #compiling.....................................................................................................................................|
Error running '__rvm_make -j12',
please read /home/user/.rvm/log/1697130632_ruby-3.0.1/make.log

There has been an error while running make. Halting the installation.
`
Log file:
make.log
Thanks from now.

@WormerKing WormerKing changed the title İ cant install ruby-3.0.1 on rvm I cant install ruby-3.0.1 on rvm Oct 12, 2023
@mathieujobin
Copy link
Contributor

don't bother with 3.0.1, install 3.0.6 or later instead

@monfresh
Copy link

monfresh commented Oct 18, 2023

I agree with Mathieu. In general, it's best to use the latest patch version for any given release. endoflife.date is a handy site for finding the latest versions of each Ruby release.

I also wrote a detailed guide explaining why it's important to update the Ruby version in your Ruby projects, and how to do it, step by step:

https://www.rubyonmac.dev/how-to-upgrade-the-ruby-version-in-your-project

I don't have any experience with Endeavor OS, so I don't know if rvm supports it, but if Ruby 3.0.6 doesn't work either, try another version manager like rbenv or ruby-install.

@WormerKing
Copy link
Author

Thank you both very much. I updated the ruby version of my project and solved the problem. Good days.

@wtfiwtz
Copy link

wtfiwtz commented Nov 11, 2023

This might help - #5404 (comment)

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

No branches or pull requests

4 participants