Can't install Ruby 2.6.5 on Mac 10.14.6 #1951
Unanswered
efertsch
asked this question in
Build failures
Replies: 4 comments
-
Power cycling is an obvious, yet beautiful gift. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yep, restarting fixed this for me too. On MacOS 10.15.1. ruby 2.6.5. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Adding |
Beta Was this translation helpful? Give feedback.
0 replies
-
For me updating |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am setting up a new Mac and I am unable to install Ruby 2.6.5.
I am running macOS Mojave 10.14.6, iTerm2 build 3.3.6, Homebrew 2.1.16, rbenv 1.1.2, ruby-build 20191111.
Here is the output I have been getting:
rbenv install 2.6.5
Downloading openssl-1.1.1d.tar.gz...
-> https://dqw8nmjcqpjn7.cloudfront.net/1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2
Installing openssl-1.1.1d...
Installed openssl-1.1.1d to /Users/efertsch/.rbenv/versions/2.6.5
Downloading ruby-2.6.5.tar.bz2...
-> https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.5.tar.bz2
error: failed to download ruby-2.6.5.tar.bz2
BUILD FAILED (OS X 10.14.6 using ruby-build 20191111)
Inspect or clean up the working tree at /var/folders/2_/p202cjsn7fbdtn14v1fk6mqh0000gn/T/ruby-build.20191119101615.74488.mC7skZ
Results logged to /var/folders/2_/p202cjsn7fbdtn14v1fk6mqh0000gn/T/ruby-build.20191119101615.74488.log
Last 10 log lines:
/Users/efertsch/.rbenv/versions/2.6.5/openssl/share/doc/openssl/html/man7/scrypt.html
/Users/efertsch/.rbenv/versions/2.6.5/openssl/share/doc/openssl/html/man7/SM2.html
/Users/efertsch/.rbenv/versions/2.6.5/openssl/share/doc/openssl/html/man7/ssl.html
/Users/efertsch/.rbenv/versions/2.6.5/openssl/share/doc/openssl/html/man7/X25519.html
/Users/efertsch/.rbenv/versions/2.6.5/openssl/share/doc/openssl/html/man7/X448.html -> /Users/efertsch/.rbenv/versions/2.6.5/openssl/share/doc/openssl/html/man7/X25519.html
/Users/efertsch/.rbenv/versions/2.6.5/openssl/share/doc/openssl/html/man7/x509.html
/var/folders/2_/p202cjsn7fbdtn14v1fk6mqh0000gn/T/ruby-build.20191119101615.74488.mC7skZ ~/Desktop
~/Desktop
/var/folders/2_/p202cjsn7fbdtn14v1fk6mqh0000gn/T/ruby-build.20191119101615.74488.mC7skZ ~/Desktop
curl: (6) Could not resolve host: cache.ruby-lang.org
I have tried a number of things:
Can't seem to get anything working. This issue makes it seem like it could be a network error?
Any and all help is greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions