Last active
December 24, 2015 20:08
-
-
Save hotgazpacho/6855303 to your computer and use it in GitHub Desktop.
Error installing Rubinius with rvm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
will@wdg-mbp ~ | |
% rvm install rbx !7104 | |
zsh: correct 'rbx' to '.rbx' [nyae]? n | |
Searching for binary rubies, this might take some time. | |
No binary rubies available for: osx/10.8/x86_64/rbx-2.0.0. | |
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies. | |
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 | |
Checking requirements for osx. | |
(eval):1: failed to compile regex: empty (sub)expression | |
(eval):1: failed to compile regex: empty (sub)expression | |
(eval):1: failed to compile regex: empty (sub)expression | |
(eval):1: failed to compile regex: empty (sub)expression | |
(eval):1: failed to compile regex: empty (sub)expression | |
(eval):1: failed to compile regex: empty (sub)expression | |
(eval):1: failed to compile regex: empty (sub)expression | |
(eval):1: failed to compile regex: empty (sub)expression | |
Certificates in '/usr/local/etc/openssl/cert.pem' already are up to date. | |
Requirements installation successful. | |
rbx-2.0.0 - #downloading rubinius-2.0.0, this may take a while depending on your connection... | |
rbx-2.0.0 - #extracted to /Users/will/.rvm/src/rbx-2.0.0 (already extracted) | |
Using ruby-2.0.0-p247@rubinius for rbx-2.0.0 installation | |
rbx-2.0.0 - #install bundler - using Zsh, can not show progress, be patient... | |
Error running 'gem install bundle', | |
please read /Users/will/.rvm/log/1381072723_rbx-2.0.0/install_bundler.log | |
will@wdg-mbp ~ | |
% cat /Users/will/.rvm/log/1381072723_rbx-2.0.0/install_bundler.log !7106 | |
ERROR: Could not find a valid gem 'bundle' (>= 0), here is why: | |
Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://s3.amazonaws.com/production.s3.rubygems.org/latest_specs.4.8.gz) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment