Skip to content

Instantly share code, notes, and snippets.

@octplane
Created March 16, 2012 09:58
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 octplane/2049344 to your computer and use it in GitHub Desktop.
Save octplane/2049344 to your computer and use it in GitHub Desktop.
Bundler bug report "Could not find gem 'commonthread-flickr_fu (= 0.3.0) ruby' in the gems available on this machine."
# Broken Command:
16/03 10:34 ~/github/bundle.t% bundle install
Fetching gem metadata from http://gemcutter.org/......
Fetching gem metadata from http://gemcutter.org/..
Could not find gem 'commonthread-flickr_fu (= 0.3.0) ruby' in the gems available on this machine.
[1] 83758 exit 7 bundle install
# Look for missing gem:
16/03 10:35 ~/github/bundle.t% gem list commonthread-flickr_fu
*** LOCAL GEMS ***
16/03 10:35 ~/github/bundle.t% gem list commonthread-flickr_fu -r
*** REMOTE GEMS ***
commonthread-flickr_fu (0.3.0)
# Actually Install the gem
16/03 10:35 ~/github/bundle.t% gem install commonthread-flickr_fu -v=0.3.0
Fetching: mime-types-1.17.2.gem (100%)
Fetching: xml-magic-0.1.1.gem (100%)
Fetching: commonthread-flickr_fu-0.3.0.gem (100%)
Successfully installed mime-types-1.17.2
Successfully installed xml-magic-0.1.1
Successfully installed commonthread-flickr_fu-0.3.0
3 gems installed
Installing ri documentation for mime-types-1.17.2...
Building YARD (yri) index for mime-types-1.17.2...
Installing ri documentation for xml-magic-0.1.1...
Building YARD (yri) index for xml-magic-0.1.1...
Installing ri documentation for commonthread-flickr_fu-0.3.0...
Building YARD (yri) index for commonthread-flickr_fu-0.3.0...
Installing RDoc documentation for mime-types-1.17.2...
Installing RDoc documentation for xml-magic-0.1.1...
Installing RDoc documentation for commonthread-flickr_fu-0.3.0...
# Remove the Gem
16/03 10:36 ~/github/bundle.t% gem uninstall commonthread-flickr_fu
Successfully uninstalled commonthread-flickr_fu-0.3.0
# Try Broken command again:
16/03 10:36 ~/github/bundle.t% bundle install
Fetching gem metadata from http://gemcutter.org/......
Fetching gem metadata from http://gemcutter.org/..
Could not find gem 'commonthread-flickr_fu (= 0.3.0) ruby' in the gems available on this machine.
[1] 83875 exit 7 bundle install
16/03 10:36 ~/github/bundle.t%
# System information
# Gemfile:
source "http://rubygems.org"
gem "rails", "2.3.9"
gem "mongo", "1.3.0"
gem "bson_ext"
gem "bson"
gem "mongoid", "1.9.5"
gem "gettext_rails", "2.0.4"
gem "randexp", "0.1.5"
gem "Selenium", "1.1.14"
gem "SystemTimer", "1.2.3"
gem "amazon-ec2"
gem "aws-s3", "0.6.2"
gem "aws-sdk", "1.1.3"
gem "ci_reporter", "1.6.2"
gem "clickatell", "0.7.1"
gem "commonthread-flickr_fu", "0.3.0"
gem "compass", "0.11.5"
gem "curb", "0.7.7"
gem "dbd-mysql", "0.4.4"
gem "em-http-request", "0.2.4"
gem "erubis", "2.6.5"
gem "exifr", "1.1.1"
gem "ezcrypto", "0.7.2"
gem "fast_xs", "0.7.3"
gem "fastercsv", "1.5.3"
gem "ferret", "0.11.6"
gem "geoip", "0.8.6"
gem "googlecharts", "1.3.4"
gem "grit", "2.0.0"
gem "haml", "3.0.12"
gem "highline", "1.5.2"
gem "hpricot", "0.8.4"
gem "io-tail", "0.0.3"
gem "iptc", "0.0.3"
gem "jeweler", "1.8.3"
gem "json_pure", "1.4.3"
gem "koala", "1.2.1"
gem "libxml-ruby", "1.1.4"
gem "mechanize", "1.0.0"
gem "memcache-client", "1.8.3"
gem "mongrel", "1.1.5"
gem "mustache", "0.99.3"
gem "net-scp", "1.0.2"
gem "nettica", "0.4.0"
gem "nfo-resque-mongo", "1.17.2"
gem "oauth", "0.3.6"
gem "open4", "1.0.1"
gem "randexp", "0.1.5"
gem "rcov", "0.9.8"
gem "redis-namespace", "1.0.3"
gem "rest-client", "1.4.2"
gem "rgl", "0.4.0"
gem "rmagick", "2.10.0"
gem "rpm_contrib", "2.1.3"
gem "rspec", "1.3.0"
gem "ruby-openid", "2.1.7"
gem "ruby-prof", "0.8.1"
gem "ruby2ruby", "1.2.4"
gem "rubyful_soup", "1.0.4"
gem "s3sync", "1.2.5"
gem "selenium-client", "1.2.18"
gem "sinatra-reloader", "0.5.0"
gem "stomp", "1.1.5"
gem "stompserver", "0.9.9"
gem "syntax", "1.0.0"
gem "tilt", "1.3.3"
gem "twitter"
gem "unicode", "0.3.1"
gem "unicorn", "0.990.0"
gem "webrat", "0.7.1"
gem "wycats-moneta", "0.5.0"
gem "xmpp4r", "0.5"
gem "yard", "0.7.5"
gem "ym4r", "0.6.1"
# Gemfile.lock: none
# bundler config
16/03 10:52 ~/github/bundle.t% bundle config
Settings are listed in order of priority. The top value will be used.
# bundler version
Bundler version 1.1.1
# ruby -v
16/03 10:52 ~/github/bundle.t% ruby -v
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11.3.0]
# gem -v
1.8.17
# rvm -v
rvm 1.10.3 by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.beginrescueend.com/]
Note the the issue also arise with the following configuration:
# ruby -v
ruby 1.8.7 (2011-02-18 patchlevel 334) [x86_64-linux], MBARI 0x6770, Ruby Enterprise Edition 2011.03
# gem -v
1.8.19
# without rvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment