Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwheadon/273fac39bf7ea8575fea3af006060979 to your computer and use it in GitHub Desktop.
Save rwheadon/273fac39bf7ea8575fea3af006060979 to your computer and use it in GitHub Desktop.
rvm error generating gem wrappers
[Sat Mar 30 20:38:15]mbpv14:camp-registration devuser$ rvm get master
Downloading https://get.rvm.io
No GPG software exists to validate rvm-installer, skipping.
Downloading https://github.com/rvm/rvm/archive/master.tar.gz
Upgrading the RVM installation in /Users/devuser/.rvm/
RVM PATH line found in /Users/devuser/.mkshrc /Users/devuser/.profile /Users/devuser/.bashrc /Users/devuser/.zshrc.
RVM sourcing line found in /Users/devuser/.profile /Users/devuser/.bash_profile /Users/devuser/.zlogin.
Upgrade of RVM in /Users/devuser/.rvm/ is complete.
Thanks for installing RVM 🙏
Please consider donating to our open collective to help us maintain RVM.
👉 Donate: https://opencollective.com/rvm/donate
RVM reloaded!
[Sat Mar 30 20:41:21]mbpv14:camp-registration devuser$ rvm remove ruby-2.0
ruby-2.0.0-p648 - #removing src/ruby-2.0.0-p648..
ruby-2.0.0-p648 - #removing rubies/ruby-2.0.0-p648..
ruby-2.0.0-p648 - #removing gems....
ruby-2.0.0-p648 - #removing aliases
ruby-2.0.0-p648 - #removing wrappers....
ruby-2.0.0-p648 - #removing environments....
Now using system ruby.
[Sat Mar 30 20:41:51]mbpv14:camp-registration devuser$ rvm install ruby-2.0
Warning, new version of rvm available '1.29.7', you are using older version '1.29.7-next'.
You can disable this warning with: echo rvm_autoupdate_flag=0 >> ~/.rvmrc
You can enable auto-update with: echo rvm_autoupdate_flag=2 >> ~/.rvmrc
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.13/x86_64/ruby-2.0.0-p648.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for osx_brew.
Do not know how to check/install gcc '/usr/bin/gcc'.
Certificates bundle '/usr/local/etc/openssl/cert.pem' is already up to date.
Requirements installation successful.
Warning: found user selected compiler '/usr/bin/gcc', this will suppress RVM auto detection mechanisms.
Installing Ruby from source to: /Users/devuser/.rvm/rubies/ruby-2.0.0-p648, this may take a while depending on your cpu(s)...
ruby-2.0.0-p648 - #downloading ruby-2.0.0-p648, this may take a while depending on your connection...
ruby-2.0.0-p648 - #extracting ruby-2.0.0-p648 to /Users/devuser/.rvm/src/ruby-2.0.0-p648.....
ruby-2.0.0-p648 - #applying patch /Users/devuser/.rvm/patches/ruby/2.0.0/openssl3.patch.
ruby-2.0.0-p648 - #applying patch /Users/devuser/.rvm/patches/ruby/2.0.0/update-autoconf.patch.
ruby-2.0.0-p648 - #configuring.................................................
ruby-2.0.0-p648 - #post-configuration.
ruby-2.0.0-p648 - #compiling...........................................................................................................................................................................
ruby-2.0.0-p648 - #installing..............
ruby-2.0.0-p648 - #making binaries executable..
ruby-2.0.0-p648 - #downloading rubygems-3.0.3
ruby-2.0.0-p648 - #extracting rubygems-3.0.3......
ruby-2.0.0-p648 - #removing old rubygems........
ruby-2.0.0-p648 - #installing rubygems-3.0.3...................................
ruby-2.0.0-p648 - #gemset created /Users/devuser/.rvm/gems/ruby-2.0.0-p648@global
ruby-2.0.0-p648 - #importing gemset /Users/devuser/.rvm/gemsets/global.gems.....................there was an error installing gem gem-wrappers
.....................there was an error installing gem rubygems-bundler
...............................
ruby-2.0.0-p648 - #generating global wrappers........
Error running 'run_gem_wrappers regenerate',
please read /Users/devuser/.rvm/log/1553992967_ruby-2.0.0-p648/gemset.wrappers.global.log
ruby-2.0.0-p648 - #gemset created /Users/devuser/.rvm/gems/ruby-2.0.0-p648
ruby-2.0.0-p648 - #importing gemsetfile /Users/devuser/.rvm/gemsets/default.gems evaluated to empty gem list
ruby-2.0.0-p648 - #generating default wrappers....................
Error running 'run_gem_wrappers regenerate',
please read /Users/devuser/.rvm/log/1553992967_ruby-2.0.0-p648/gemset.wrappers.default.log
ruby-2.0.0-p648 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
Install of ruby-2.0.0-p648 - #complete
WARNING: Please be aware that you just installed a ruby that is no longer maintained (2017-04-01), for a list of maintained rubies visit:
http://bugs.ruby-lang.org/projects/ruby/wiki/ReleaseEngineering
Please consider upgrading to ruby-2.6.2 which will have all of the latest security patches.
Ruby was built without documentation, to build it run: rvm docs generate-ri
@rwheadon
Copy link
Author

rwheadon commented Apr 3, 2019

I was able to move on without "fixing" the bundler errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment