Skip to content
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

Possible regression in 3.0.7? #3139

Closed
alexjfisher opened this issue Feb 18, 2020 · 2 comments
Closed

Possible regression in 3.0.7? #3139

alexjfisher opened this issue Feb 18, 2020 · 2 comments

Comments

@alexjfisher
Copy link

Since the release of 3.0.7, it appears that installing ruby with rvm fails. Not sure if the bug is here, or on the rvm project.

ruby-2.6.3 - #downloading ruby-2.6.3, this may take a while depending on your connection...
ruby-2.6.3 - #extracting ruby-2.6.3 to /home/fishera/.rvm/src/ruby-2.6.3.....
ruby-2.6.3 - #configuring......................................................................
ruby-2.6.3 - #post-configuration..
ruby-2.6.3 - #compiling...............................................................................................
ruby-2.6.3 - #installing................................
ruby-2.6.3 - #making binaries executable..
ruby-2.6.3 - #downloading rubygems-3.0.7
ruby-2.6.3 - #extracting rubygems-3.0.7......
ruby-2.6.3 - #removing old rubygems........
ruby-2.6.3 - #installing rubygems-3.0.7.
Error running 'env GEM_HOME=/home/fishera/.rvm/gems/ruby-2.6.3@global GEM_PATH= /home/fishera/.rvm/rubies/ruby-2.6.3/bin/ruby -d /home/fishera/.rvm/src/rubygems-3.0.7/setup.rb --no-document',
please read /home/fishera/.rvm/log/1582036308_ruby-2.6.3/rubygems.install.log

cat /home/fishera/.rvm/log/1582036308_ruby-2.6.3/rubygems.install.log

[2020-02-18 14:18:16] /home/fishera/.rvm/rubies/ruby-2.6.3/bin/ruby
current path: /home/fishera/.rvm/src/rubygems-3.0.7
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin:/home/fishera/.rvm/bin:/home/fishera/.local/bin:/home/fishera/bin
command(7): env GEM_HOME=/home/fishera/.rvm/gems/ruby-2.6.3@global GEM_PATH= /home/fishera/.rvm/rubies/ruby-2.6.3/bin/ruby -d /home/fishera/.rvm/src/rubygems-3.0.7/setup.rb --no-document
Exception `LoadError' at /home/fishera/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/rubygems.rb:1375 - cannot load such file -- rubygems/defaults/operating_system
Exception `LoadError' at /home/fishera/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/rubygems.rb:1384 - cannot load such file -- rubygems/defaults/ruby
ERROR:  While executing gem ... (NameError)
    uninitialized constant Gem::Specification::OpenSSL

Looking through the differences between 3.0.6 and 3.0.7, maybe this relates to #2782?

Thanks

@deivid-rodriguez
Copy link
Member

Yep, it is a regression and it's caused by #2782.

We should backport #2937, and release 3.0.8.

@hsbt
Copy link
Member

hsbt commented Feb 18, 2020

Thanks to addressing. I backport #2937 and release 3.0.8 now.

https://rubygems.org/gems/rubygems-update/versions/3.0.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants