-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Ruby 3.+ cannot be installed by RVM #5492
Comments
i had a similar issue, with -j11 |
it works for me on my mac bigsur |
this works on my M1 Pro with macOS 15.0.1 Sequoia |
➜ app-vipteach-swift git:(main) ✗ rvm --version
rvm 1.29.12 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io]
➜ app-vipteach-swift git:(main) ✗ gem install rvm
ERROR: While executing gem ... (Gem::Exception)
OpenSSL is not available. Install OpenSSL and rebuild Ruby or use non-HTTPS sources (Gem::Exception)
➜ app-vipteach-swift git:(main) ✗ gem install gem-wrappers
ERROR: While executing gem ... (Gem::Exception)
OpenSSL is not available. Install OpenSSL and rebuild Ruby or use non-HTTPS sources (Gem::Exception)
➜ app-vipteach-swift git:(main) ✗ brew install openssl
==> Downloading https://formulae.brew.sh/api/formula.jws.json
########################################################################################################################### 100.0%
==> Downloading https://formulae.brew.sh/api/cask.jws.json
########################################################################################################################### 100.0%
Warning: openssl@3 3.3.1 is already installed and up-to-date.
To reinstall 3.3.1, run:
brew reinstall openssl@3
➜ app-vipteach-swift git:(main) ✗ rvm reinstall 3.2.4 --with-openssl-dir=$(brew --prefix openssl)
Checking requirements for osx.
Certificates bundle '/usr/local/etc/openssl@1.1/cert.pem' is already up to date.
Requirements installation successful.
Installing Ruby from source to: /Users/vipkid/.rvm/rubies/ruby-3.2.4, this may take a while depending on your cpu(s)...
ruby-3.2.4 - #downloading ruby-3.2.4, this may take a while depending on your connection...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: cache.ruby-china.org
Warning: Problem : timeout. Will retry in 2 seconds. 3 retries left.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: cache.ruby-china.org
Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: cache.ruby-china.org
Warning: Problem : timeout. Will retry in 2 seconds. 1 retries left.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: cache.ruby-china.org
There was an error(6).
Checking fallback: https://ftp.ruby-lang.org/pub/ruby/3.2/ruby-3.2.4.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 19.6M 100 19.6M 0 0 5570k 0 0:00:03 0:00:03 --:--:-- 5572k
No checksum for downloaded archive, recording checksum in user configuration.
ruby-3.2.4 - #extracting ruby-3.2.4 to /Users/vipkid/.rvm/src/ruby-3.2.4 - please wait
ruby-3.2.4 - #configuring - please wait
ruby-3.2.4 - #post-configuration - please wait
ruby-3.2.4 - #compiling - please wait
Error running '__rvm_make -j8',
please read /Users/vipkid/.rvm/log/1723448656_ruby-3.2.4/make.log
There has been an error while running make. Halting the installation.
Environment:
MacBook Pro(Apple M3)
macOS : 14.2
The attachment of the error log has been uploaded.
makelog.txt
The text was updated successfully, but these errors were encountered: