Problems with gemcutter gem
So, you can see my problem below:
Successfully installed gemcutter-0.5.0
1 gem installed
Installing ri documentation for gemcutter-0.5.0...
Updating class cache with 2017 classes...
Installing RDoc documentation for gemcutter-0.5.0...
[andoriyu@freebsd0]-[/usr/local/www/vhosts/shops/spree]
# gem tumble 5:56:12
/usr/local/lib/ruby19/gems/1.9/gems/gemcutter-0.5.0/lib/gemcutter.rb:4:in `require': no such file to load -- rubygems/commands/migrate (LoadError)
from /usr/local/lib/ruby19/gems/1.9/gems/gemcutter-0.5.0/lib/gemcutter.rb:4:in `block in <top (required)>'
from /usr/local/lib/ruby19/gems/1.9/gems/gemcutter-0.5.0/lib/gemcutter.rb:3:in `each'
from /usr/local/lib/ruby19/gems/1.9/gems/gemcutter-0.5.0/lib/gemcutter.rb:3:in `<top (required)>'
from /usr/local/lib/ruby19/gems/1.9/gems/gemcutter-0.5.0/lib/rubygems_plugin.rb:1:in `require'
from /usr/local/lib/ruby19/gems/1.9/gems/gemcutter-0.5.0/lib/rubygems_plugin.rb:1:in `<top (required)>'
from /usr/local/lib/ruby/site_ruby/1.9/rubygems.rb:1113:in `load'
from /usr/local/lib/ruby/site_ruby/1.9/rubygems.rb:1113:in `block in <top (required)>'
from /usr/local/lib/ruby/site_ruby/1.9/rubygems.rb:1105:in `each'
from /usr/local/lib/ruby/site_ruby/1.9/rubygems.rb:1105:in `<top (required)>'
from /usr/local/bin/gem:8:in `require'
from /usr/local/bin/gem:8:in `<main>'
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Nick Quaranto on 15 Mar, 2010 11:17 PM
First of all,
gem tumbleis deprecated...it was for when gemcutter wasn't the default gem host, and now we are. :) What version of RubyGems are you on? Ifgem envstill works that would help.3 Posted by Andrew Cherkashin on 15 Mar, 2010 11:21 PM
No it doesn't work w/o deleting of "/usr/local/lib/ruby19/gems/1.9/gems/gemcutter-0.5.0/"
Gem version: 1.3.6
4 Posted by Jonathan Bryant on 17 Mar, 2010 05:58 PM
I'm having the same problem. Same rubygems version, same error message on Ubuntu 9.10.
5 Posted by Andrew Cherkashin on 20 Mar, 2010 04:42 AM
I tried install it in brand new jail. So, after installing gemcutter gem - some problem.
6 Posted by troy.stribling on 22 Mar, 2010 03:35 PM
I also am having this problem on Ubuntu 9.10. Any usage of the gem command crashes with the error
/usr/local/lib/ruby19/gems/1.9/gems/gemcutter-0.5.0/lib/gemcutter.rb:4:in `require': no such file to load -- rubygems/commands/migrate (LoadError)
7 Posted by troy.stribling on 23 Mar, 2010 03:59 AM
The problem seems to be with building gems from source and using the default install path, which I did on the first install. There were actually bigger problems than this error. The source of all problems was a screw up of the load path. If I used the rubygems1.9.1 package everything works. The build from source installs gems in a different path than the package install.
8 Posted by Jonathan Bryant on 23 Mar, 2010 01:25 PM
The rubygems1.9.1 package installs 1.3.5, but 1.3.6 is needed for Bundler & Rails 3. My problems started after running
update_rubygems. This is a, I believe, Ubuntu specific problem becausegem update --systemis disabled by default andrubygems-updatehas to be used, forcing the source install.9 Posted by Andrey Cherkashin on 27 Apr, 2010 05:11 AM
No i have that problem on my Mac.
Sent from my iPad
Nick Quaranto closed this discussion on 18 Mar, 2011 09:03 PM.