Gem::GemNotFoundException
sudo gem update -v
Updating installed gems
GET http://rubygems.org/latest_specs.4.8.gz
302 Found
GET http://production.s3.rubygems.org/latest_specs.4.8.gz
200 OK
GET http://gemcutter.org/latest_specs.4.8.gz
302 Found
GET http://production.s3.rubygems.org/latest_specs.4.8.gz
200 OK
GET http://gems.github.com/latest_specs.4.8.gz
200 OK
Updating bundler
GET http://rubygems.org/quick/Marshal.4.8/bundler-0.9.10.gemspec.rz
Error fetching remote data: timed out (http://rubygems.org/quick/Marshal.4.8/bundler-0.9.10.gemspec.rz)
Falling back to local-only install
ERROR: While executing gem ... (Gem::GemNotFoundException)
could not find gem bundler locally or in a repository
Comments are currently closed for this discussion. You can start a new one.
2 Posted by grigio on 08 Mar, 2010 09:39 AM
$ sudo gem install text-format thor bundler i18n sqlite3-ruby --verbose GET http://rubygems.org/latest_specs.4.8.gz
302 Found
GET http://production.s3.rubygems.org/latest_specs.4.8.gz
200 OK
GET http://rubygems.org/quick/Marshal.4.8/text-format-1.0.0.gemspec.rz
302 Found
GET http://production.s3.rubygems.org/quick/Marshal.4.8/text-format-1.0...
200 OK
GET http://rubygems.org/specs.4.8.gz
302 Found
GET http://production.s3.rubygems.org/specs.4.8.gz
200 OK
GET http://rubygems.org/quick/Marshal.4.8/text-hyphen-1.0.0.gemspec.rz
Error fetching remote data: timed out (http://rubygems.org/quick/Marshal.4.8/text-hyphen-1.0.0.gemspec.rz)
Falling back to local-only install
Installing gem text-format-1.0.0
Downloading gem text-format-1.0.0.gem
GET http://rubygems.org/gems/text-format-1.0.0.gem
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
3 Posted by grigio on 08 Mar, 2010 10:55 AM
$ gem env RubyGems Environment:
- RUBYGEMS VERSION: 1.3.6 - RUBY VERSION: 1.8.7 (2010-01-10 patchlevel 249) [x86_64-linux] - INSTALLATION DIRECTORY: /usr/lib/ruby/gems/1.8 - RUBY EXECUTABLE: /usr/bin/ruby1.8 - EXECUTABLE DIRECTORY: /usr/bin - RUBYGEMS PLATFORMS:
Support Staff 4 Posted by James Tucker on 08 Mar, 2010 11:40 AM
This patch allows for a single retry on net/http read timeouts, and if it tests out successfully, I'll commit to svn.
http://pastie.textmate.org/private/oxjmbaugrar9snzbste7a
This may be related to some other reported errors.
Support Staff 5 Posted by James Tucker on 08 Mar, 2010 07:35 PM
Fixed in r2462
James Tucker closed this discussion on 08 Mar, 2010 08:44 PM.