Created
November 2, 2014 19:06
-
-
Save mistidoi/49f6184b6f75279a07ee to your computer and use it in GitHub Desktop.
[rvm] Empty path passed to certificates update - (Ruby 2.1.4 - OSX 10.9.4) #3116
This file contains hidden or 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
mistidoi-macbook:~ mistidoi$ rvm get head | |
Downloading https://get.rvm.io | |
Downloading https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer.asc | |
Verifying /Users/mistidoi/.rvm/archives/rvm-installer.asc | |
gpg: Signature made Thu Oct 30 15:27:39 2014 EDT using RSA key ID BF04FF17 | |
gpg: Good signature from "Michal Papis (RVM signing) <[email protected]>" | |
gpg: WARNING: This key is not certified with a trusted signature! | |
gpg: There is no indication that the signature belongs to the owner. | |
Primary key fingerprint: 409B 6B17 96C2 7546 2A17 0311 3804 BB82 D39D C0E3 | |
Subkey fingerprint: 62C9 E5F4 DA30 0D94 AC36 166B E206 C29F BF04 FF17 | |
GPG verified '/Users/mistidoi/.rvm/archives/rvm-installer' | |
Downloading https://github.com/wayneeseguin/rvm/archive/master.tar.gz | |
Upgrading the RVM installation in /Users/mistidoi/.rvm/ | |
RVM PATH line found in /Users/mistidoi/.bashrc /Users/mistidoi/.zshrc. | |
RVM sourcing line found in /Users/mistidoi/.bash_profile /Users/mistidoi/.zprofile. | |
Upgrade of RVM in /Users/mistidoi/.rvm/ is complete. | |
# mistidoi, | |
# | |
# Thank you for using RVM! | |
# We sincerely hope that RVM helps to make your life easier and more enjoyable!!! | |
# | |
# ~Wayne, Michal & team. | |
In case of problems: http://rvm.io/help and https://twitter.com/rvm_io | |
Upgrade Notes: | |
* It looks like some old stuff is laying around RVM, you can cleanup with: rvm cleanup all | |
* No new notes to display. | |
RVM reloaded! | |
mistidoi-macbook:~ mistidoi$ rvm cleanup all | |
Cleaning up rvm archives | |
Cleaning up rvm repos | |
Cleaning up rvm src | |
Cleaning up rvm log | |
Cleaning up rvm tmp | |
Cleaning up rvm gemsets | |
Cleaning up rvm links | |
Cleanup done. | |
mistidoi-macbook:~ mistidoi$ rvm reload | |
RVM reloaded! | |
mistidoi-macbook:~ mistidoi$ rvm --debug install 2.1.4 | |
ruby-2.1.4 - install | |
ruby-2.1.4 - #already removed src/ruby-2.1.4 | |
ruby-2.1.4 - #already removed rubies/ruby-2.1.4 | |
Searching for binary rubies, this might take some time. | |
Remote file does not exist https://rvm.io/binaries/osx/10.9/x86_64/ruby-2.1.4.tar.bz2 | |
Remote file does not exist https://s3.amazonaws.com/jruby.org/downloads/ruby-2.1.4.tar.bz2 | |
Remote file does not exist http://binaries.rubini.us/osx/10.9/x86_64/ruby-2.1.4.tar.bz2 | |
Found remote file https://rubies.travis-ci.org/osx/10.9/x86_64/ruby-2.1.4.tar.bz2 | |
rvm_autolibs_flag=4 | |
Checking requirements for osx. | |
requirements code for osx loaded | |
requirements lib type set to osx_brew | |
brew seems to be writable | |
Found required packages: autoconf, automake, libtool, pkg-config, libyaml, readline, libksba, openssl. | |
PATH=/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/mistidoi/.rvm/gems/ruby-2.1.2/bin:/Users/mistidoi/.rvm/gems/ruby-2.1.2@global/bin:/Users/mistidoi/.rvm/rubies/ruby-2.1.2/bin:/opt/local/include/gtk-2.0/gtk:/opt/local/bin:/opt/local/sbin:/Library/PostgreSQL/9.1/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/MacGPG2/bin:/Users/mistidoi/.rvm/bin | |
rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/libyaml ) | |
rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/readline ) | |
rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/libksba ) | |
rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/openssl ) | |
Certificates in '/usr/local/etc/openssl/cert.pem' are already up to date. | |
Requirements installation successful. | |
Free disk space 55485MB, required 100MB. | |
ruby-2.1.4 - #configure | |
ruby-2.1.4 - #download | |
fetch https://rubies.travis-ci.org/osx/10.9/x86_64/ruby-2.1.4.tar.bz2?rvm=1.26.0 => bin-ruby-2.1.4.tar.bz2 | |
No archive, downloading | |
Running(19): curl --fail --location --max-redirs 10 --max-time 1800 --connect-timeout 30 --retry-delay 2 --retry 3 --create-dirs -C - -o bin-ruby-2.1.4.tar.bz2.part https://rubies.travis-ci.org/osx/10.9/x86_64/ruby-2.1.4.tar.bz2?rvm=1.26.0 | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
100 7015k 100 7015k 0 0 2551k 0 0:00:02 0:00:02 --:--:-- 4406k | |
Downloaded archive checksum matched. | |
ruby-2.1.4 - #validate archive | |
__rvm_package_list:1: /Users/mistidoi/.rvm/archives/bin-ruby-2.1.4.tar.bz2 | |
__rvm_package_list:1: /Users/mistidoi/.rvm/archives/bin-ruby-2.1.4.tar.bz2 | |
downloaded_names:1:ruby-2.1.4: | |
ruby-2.1.4 - #extract | |
__rvm_package_extract:2: /Users/mistidoi/.rvm/archives/bin-ruby-2.1.4.tar.bz2 /Users/mistidoi/.rvm/rubies/ruby-2.1.4 | |
ruby-2.1.4 - #validate binary | |
ruby-2.1.4 - #setup | |
sed: RE error: illegal byte sequence | |
no file given for __rvm_sed_i | |
ruby-2.1.4 - #gemset created /Users/mistidoi/.rvm/gems/ruby-2.1.4@global | |
Running /Users/mistidoi/.rvm/hooks/after_use_maglev | |
ruby-2.1.4 - #gemset definition does not exist /Users/mistidoi/.rvm/gemsets/ruby/2.1.4/global.gems | |
ruby-2.1.4 - #gemset definition does not exist /Users/mistidoi/.rvm/gemsets/ruby/global.gems | |
lines from /Users/mistidoi/.rvm/gemsets/global.gems: gem-wrappers rubygems-bundler bundler rake rvm | |
recalculated lines(global): gem-wrappers rubygems-bundler bundler rake rvm | |
Log prefix: /Users/mistidoi/.rvm/log/1414952150_ruby-2.1.4/ | |
Log filesystem: local, | |
Log max name length: 250 | |
Log file: /Users/mistidoi/.rvm/log/1414952150_ruby-2.1.4/gemsets.import.global.log | |
[2014-11-02 13:15:50] gemset_import_list | |
gemset_import_list () | |
{ | |
typeset line; | |
for line in "$@"; | |
do | |
gem_install $line || rvm_error "there was an error installing gem $line"; | |
done | |
} | |
current path: /Users/mistidoi | |
GEM_HOME=/Users/mistidoi/.rvm/gems/ruby-2.1.4@global | |
PATH=/Users/mistidoi/.rvm/gems/ruby-2.1.4@global/bin:/Users/mistidoi/.rvm/rubies/ruby-2.1.4/bin:/Users/mistidoi/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/include/gtk-2.0/gtk:/opt/local/bin:/opt/local/sbin:/Library/PostgreSQL/9.1/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/MacGPG2/bin | |
GEM_PATH=/Users/mistidoi/.rvm/gems/ruby-2.1.4@global | |
command(6): gemset_import_list gem-wrappers rubygems-bundler bundler rake rvm | |
ruby-2.1.4 - #importing gemset /Users/mistidoi/.rvm/gemsets/global.gems.- | |
ruby-2.1.4 - #generating global wrappers.............. | |
Running /Users/mistidoi/.rvm/hooks/after_use_maglev | |
ruby-2.1.4 - #gemset created /Users/mistidoi/.rvm/gems/ruby-2.1.4 | |
Running /Users/mistidoi/.rvm/hooks/after_use_maglev | |
ruby-2.1.4 - #gemset definition does not exist /Users/mistidoi/.rvm/gemsets/ruby/2.1.4/default.gems | |
ruby-2.1.4 - #gemset definition does not exist /Users/mistidoi/.rvm/gemsets/ruby/default.gems | |
lines from /Users/mistidoi/.rvm/gemsets/default.gems: | |
recalculated lines(default): | |
ruby-2.1.4 - #importing gemsetfile /Users/mistidoi/.rvm/gemsets/default.gems evaluated to empty gem list | |
ruby-2.1.4 - #generating default wrappers.............. | |
/Users/mistidoi/.rvm/scripts/functions/support: line 490: 7306 Trace/BPT trap: 5 "$ruby_path" -rrbconfig -e '\ | |
File.open("'"$config_path"'","w") { |file| | |
RbConfig::CONFIG.sort.each{|key,value| | |
file.write("#{key.gsub(/\.|-/,"_")}=\"#{value.gsub("$","\\$")}\"\n") | |
} | |
} | |
' > /dev/null 2>&1 | |
Empty path passed to certificates update, functions stack: requirements_osx_update_openssl_cert_run rvm_requiremnts_fail_or_run_action __rvm_osx_ssl_certs_ensure_for_ruby __rvm_osx_ssl_certs_ensure_for_ruby_except_jruby external_import_setup external_import main | |
Running /Users/mistidoi/.rvm/hooks/after_use_maglev | |
__rvm_rm_rf already gone: /Users/mistidoi/.rvm/tmp/4802* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment