Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Could not find gem 'SOME GEM' in the gems available on this machine #1767

Closed
octplane opened this issue Mar 16, 2012 · 21 comments
Closed

Could not find gem 'SOME GEM' in the gems available on this machine #1767

octplane opened this issue Mar 16, 2012 · 21 comments

Comments

@octplane
Copy link

https://gist.github.com/2049344

When running bundle install using the configuration specified in the Gist, I get this error message with:

  • commonthread-flickr_fu (= 0.3.0) ruby
    or, once I have installed it using gem
  • wycats-moneta-0.5.0

The Gemfile provided in the gist contains less gems than the one I'm trying to build so the fact that bundler is unable to show the actual issue (there is an issue with some mongo gem incompatibility in this Gemfile I'm aware of) and especially unable to install these gems by himself is rather embarrassing...

@jwhitehorn
Copy link

I am experiencing the same symptoms as octplane, but in my case the gem that "could not be found" is delayed_job.

My Gemfile is here: https://gist.github.com/2227983

I was experiencing a similar problem with bundler 1.0.17 except the error message read:
Could not find gem ' delayed_job (>= 0)' in any of the gem sources listed in your Gemfile.

In an effort to resolve/debug this issue I upgraded bundler to version 1.1.3, and get the similar error of:
Could not find gem ' delayed_job (>= 0) ruby' in the gems available on this machine.

Unlike octplane, however, I am not aware of any compatibility issues in regards to my specific list of gems.

@octplane
Copy link
Author

Hi,

For what it's worth, I've ended up elaborating the following scheme to work around this ugly error (message):

  • Remove all your gems (go to the gems folder of your ruby, remove the specifications folder and the gems folder)
  • gem list should be more or less empty
  • gem install bundler
  • And try to bundle install again from scratch.

The issue has happened on no more than 20 servers I manage and my workaround has been working in 100% of the cases.

HTH,
Pierre.

@kunzmann
Copy link

FWIW I just ran into this message, and it turned out to be a typo in my Gemfile - a missing comma, to be exact.

gem 'some-gem' '0.0.1'

vs

gem 'some-gem', '0.0.1'

@benkruger
Copy link

Kunzmann, in my case it was

gem 'some-gem ', '0.0.1'

I had a space between the gem and the single quote ...

Thank you!

@pehrlich
Copy link

pehrlich commented Aug 6, 2012

In this case it was wrong platform. Perhaps the error message could be improved, as with gem:

> bundle install
Could not find gem 'neo4j-core (~> 2.0.1) ruby' in the gems available on this machine.
> gem install neo4j-core
ERROR:  Could not find a valid gem 'neo4j-core' (>= 0), here is why:
          Found neo4j-core (2.0.1), but was for platform java
ERROR:  Possible alternatives: bio-core, eson-core, gom-core, lego-core, merb-core

Neo4j only works with JRuby. rookie mistake, heh

EDIT: I spoke to soon. Still getting the error on jruby, while gem installs it just fine.

@mikekreeki
Copy link

Same issue here. Trying to install 'hot_bunnies' gem under JRuby 1.7.0.preview1.

> jruby -S bundle install 
Fetching gem metadata from https://rubygems.org/.......
Could not find gem 'hot_bunnies (>= 0) ruby' in the gems available on this machine.

But jruby -S gem install hot_bunnies works fine.

> ruby -v 
jruby 1.7.0.preview1 (ruby-1.9.3-p203) (2012-05-19 00c8c98) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_33) [darwin-x86_64-java]

> bundle -v
Bundler version 1.1.5

@pehrlich
Copy link

pehrlich commented Aug 7, 2012

I just solved this (im my own case), check it out: #2043

Delete Gemfile.lock and try again

@avsej
Copy link

avsej commented Nov 30, 2012

I've got similar issue with my gem, how can I gather more info?

Gemfile:

source 'https://rubygems.org'

gem 'couchbase', "1.2.0.z.beta5"

Installation using bundler

bundle-test $ bundle install 
Fetching gem metadata from https://rubygems.org/
Query List: ["couchbase"]
Query Gemcutter Dependency Endpoint API: couchbase
Fetching from: https://rubygems.org/api/v1/dependencies?gems=couchbase
HTTP Success
Query List: ["multi_json", "yaji", "yajl-ruby", "memcached", "curb"]
Query Gemcutter Dependency Endpoint API: multi_json yaji yajl-ruby memcached curb
Fetching from: https://rubygems.org/api/v1/dependencies?gems=multi_json,yaji,yajl-ruby,memcached,curb
HTTP Success
Query List: ["echoe"]
Query Gemcutter Dependency Endpoint API: echoe
Fetching from: https://rubygems.org/api/v1/dependencies?gems=echoe
HTTP Success
Query List: ["rake", "rubyforge", "highline", "gemcutter", "allison", "rcov", "rdoc"]
Query Gemcutter Dependency Endpoint API: rake rubyforge highline gemcutter allison rcov rdoc
Fetching from: https://rubygems.org/api/v1/dependencies?gems=rake,rubyforge,highline,gemcutter,allison,rcov,rdoc
HTTP Success
Query List: ["json", "json_pure", "net-scp", "termios", "minitest", "hoe"]
Query Gemcutter Dependency Endpoint API: json json_pure net-scp termios minitest hoe
Fetching from: https://rubygems.org/api/v1/dependencies?gems=json,json_pure,net-scp,termios,minitest,hoe
HTTP Success
Query List: ["RubyInline", "spruz", "net-ssh"]
Query Gemcutter Dependency Endpoint API: RubyInline spruz net-ssh
Fetching from: https://rubygems.org/api/v1/dependencies?gems=RubyInline,spruz,net-ssh
HTTP Success
Query List: ["needle", "jruby-pageant", "ZenTest"]
Query Gemcutter Dependency Endpoint API: needle jruby-pageant ZenTest
Fetching from: https://rubygems.org/api/v1/dependencies?gems=needle,jruby-pageant,ZenTest
HTTP Success
Query List: []
Unmet Dependencies: []
Could not find gem 'couchbase (= 1.2.0.z.beta5) ruby' in the gems available on this machine.
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/resolver.rb:287:in `resolve'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/resolver.rb:161:in `start'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/resolver.rb:128:in `block in resolve'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/resolver.rb:127:in `catch'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/resolver.rb:127:in `resolve'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/definition.rb:178:in `resolve'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/definition.rb:113:in `specs'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/definition.rb:108:in `resolve_remotely!'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/installer.rb:81:in `run'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/installer.rb:14:in `install'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/cli.rb:230:in `install'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/vendor/thor/task.rb:27:in `run'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/vendor/thor/invocation.rb:120:in `invoke_task'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/vendor/thor.rb:275:in `dispatch'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/vendor/thor/base.rb:408:in `start'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/bin/bundle:14:in `block in <top (required)>'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/friendly_errors.rb:4:in `with_friendly_errors'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/bin/bundle:14:in `<top (required)>'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/bin/bundle:23:in `load'
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/bin/bundle:23:in `<main>'

Looks like bundler asking for stable version without prereleases. I can install the gem directly although

Installation using gem

bundle-test $ gem install couchbase -v=1.2.0.z.beta5
GET http://rubygems.org/prerelease_specs.4.8.gz
302 Moved Temporarily
GET http://production.s3.rubygems.org/prerelease_specs.4.8.gz
200 OK
GET http://rubygems.org/quick/Marshal.4.8/couchbase-1.2.0.z.beta5.gemspec.rz
302 Moved Temporarily
GET http://production.cf.rubygems.org/quick/Marshal.4.8/couchbase-1.2.0.z.beta5.gemspec.rz
200 OK
GET http://rubygems.org/specs.4.8.gz
302 Moved Temporarily
GET http://production.s3.rubygems.org/specs.4.8.gz
200 OK
GET http://rubygems.org/quick/Marshal.4.8/yaji-0.3.2.gemspec.rz
302 Moved Temporarily
GET http://bb-m.rubygems.org/quick/Marshal.4.8/yaji-0.3.2.gemspec.rz
200 OK
GET http://rubygems.org/quick/Marshal.4.8/yaji-0.3.3.gemspec.rz
302 Moved Temporarily
GET http://production.cf.rubygems.org/quick/Marshal.4.8/yaji-0.3.3.gemspec.rz
200 OK
GET http://rubygems.org/quick/Marshal.4.8/multi_json-1.0.0.gemspec.rz
302 Moved Temporarily
GET http://production.cf.rubygems.org/quick/Marshal.4.8/multi_json-1.0.0.gemspec.rz
200 OK
GET http://rubygems.org/quick/Marshal.4.8/multi_json-1.0.1.gemspec.rz
302 Moved Temporarily
GET http://production.cf.rubygems.org/quick/Marshal.4.8/multi_json-1.0.1.gemspec.rz
200 OK
GET http://rubygems.org/quick/Marshal.4.8/multi_json-1.0.2.gemspec.rz
302 Moved Temporarily
GET http://production.cf.rubygems.org/quick/Marshal.4.8/multi_json-1.0.2.gemspec.rz
200 OK
GET http://rubygems.org/quick/Marshal.4.8/multi_json-1.0.3.gemspec.rz
302 Moved Temporarily
GET http://production.cf.rubygems.org/quick/Marshal.4.8/multi_json-1.0.3.gemspec.rz
200 OK
GET http://rubygems.org/quick/Marshal.4.8/multi_json-1.0.4.gemspec.rz
302 Moved Temporarily
GET http://production.cf.rubygems.org/quick/Marshal.4.8/multi_json-1.0.4.gemspec.rz
200 OK
GET http://rubygems.org/quick/Marshal.4.8/multi_json-1.1.0.gemspec.rz
302 Moved Temporarily
GET http://production.cf.rubygems.org/quick/Marshal.4.8/multi_json-1.1.0.gemspec.rz
200 OK
GET http://rubygems.org/quick/Marshal.4.8/multi_json-1.2.0.gemspec.rz
302 Moved Temporarily
GET http://production.cf.rubygems.org/quick/Marshal.4.8/multi_json-1.2.0.gemspec.rz
200 OK
GET http://rubygems.org/quick/Marshal.4.8/multi_json-1.3.2.gemspec.rz
302 Moved Temporarily
GET http://production.cf.rubygems.org/quick/Marshal.4.8/multi_json-1.3.2.gemspec.rz
200 OK
GET http://rubygems.org/quick/Marshal.4.8/multi_json-1.3.4.gemspec.rz
302 Moved Temporarily
GET http://production.cf.rubygems.org/quick/Marshal.4.8/multi_json-1.3.4.gemspec.rz
200 OK
GET http://rubygems.org/quick/Marshal.4.8/multi_json-1.3.5.gemspec.rz
302 Moved Temporarily
GET http://production.cf.rubygems.org/quick/Marshal.4.8/multi_json-1.3.5.gemspec.rz
200 OK
GET http://rubygems.org/quick/Marshal.4.8/multi_json-1.3.6.gemspec.rz
302 Moved Temporarily
GET http://production.cf.rubygems.org/quick/Marshal.4.8/multi_json-1.3.6.gemspec.rz
200 OK
GET http://rubygems.org/quick/Marshal.4.8/multi_json-1.3.7.gemspec.rz
302 Moved Temporarily
GET http://bb-m.rubygems.org/quick/Marshal.4.8/multi_json-1.3.7.gemspec.rz
200 OK
Installing gem couchbase-1.2.0.z.beta5
Downloading gem couchbase-1.2.0.z.beta5.gem
GET http://rubygems.org/gems/couchbase-1.2.0.z.beta5.gem
302 Moved Temporarily
GET http://production.cf.rubygems.org/gems/couchbase-1.2.0.z.beta5.gem
Fetching: couchbase-1.2.0.z.beta5.gem (100%)
200 OK
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/.gitignore
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/.travis.yml
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/.yardopts
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/Gemfile
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/HISTORY.markdown
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/LICENSE
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/Makefile
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/README.markdown
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/Rakefile
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/couchbase.gemspec
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/ext/couchbase_ext/.gitignore
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/ext/couchbase_ext/arguments.c
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/ext/couchbase_ext/arithmetic.c
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/ext/couchbase_ext/bucket.c
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/ext/couchbase_ext/couchbase_ext.c
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/ext/couchbase_ext/couchbase_ext.h
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/ext/couchbase_ext/delete.c
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/ext/couchbase_ext/extconf.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/ext/couchbase_ext/get.c
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/ext/couchbase_ext/gethrtime.c
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/ext/couchbase_ext/http.c
base/result.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/lib/couchbase/utils.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/lib/couchbase/version.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/lib/couchbase/view.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/lib/couchbase/view_row.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/lib/ext/multi_json_fix.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/lib/rack/session/couchbase.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/tasks/benchmark.rake
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/tasks/compile.rake
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/tasks/doc.rake
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/tasks/test.rake
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/tasks/util.rake
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/profile/.gitignore
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/profile/Gemfile
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/profile/benchmark.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/setup.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/test_arithmetic.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/test_async.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/test_bucket.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/test_cas.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/test_couchbase.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/test_couchbase_rails_cache_store.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/test_delete.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/test_errors.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/test_format.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/test_get.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/test_stats.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/test_store.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/test_timer.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/test_touch.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/test_unlock.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/test_utils.rb
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/test/test_version.rb
Building native extensions.  This could take a while...
/home/avsej/.rbenv/versions/1.9.3-p194-dbg/bin/ruby extconf.rb
checking for lcb_verify_compiler_setup() in -lcouchbase... yes
checking for mach/mach_time.h... no
checking for stdint.h... yes
checking for sys/time.h... yes
checking for clock_gettime()... yes
checking for gettimeofday()... yes
checking for QueryPerformanceCounter()... no
creating couchbase_config.h
creating Makefile

make
compiling gethrtime.c
compiling touch.c
compiling delete.c
compiling stats.c
compiling utils.c
compiling store.c
compiling get.c
compiling result.c
compiling timer.c
compiling arithmetic.c
compiling arguments.c
compiling couchbase_ext.c
compiling unlock.c
compiling bucket.c
compiling version.c
compiling http.c
compiling observe.c
linking shared-object couchbase_ext.so

make install
/usr/bin/install -c -m 0755 couchbase_ext.so /home/avsej/.rbenv/versions/1.9.3-p194-dbg/lib/ruby/gems/1.9.1/gems/couchbase-1.2.0.z.beta5/lib
installing default couchbase_ext libraries
Successfully installed couchbase-1.2.0.z.beta5
1 gem installed

@indirect
Copy link
Member

@hone, maybe this is a prerelease spec missing from the API DB?

@avsej
Copy link

avsej commented Nov 30, 2012

I've reported the issue to rubygems.org issue tracker

rubygems/rubygems.org#491 (comment)

@ixti
Copy link
Contributor

ixti commented Jul 3, 2013

I believe this can be closed.

@indirect indirect closed this as completed Jul 3, 2013
@pencilcheck
Copy link

Could not find gem 'less-rails-bootstrap (= 3.2.0) ruby' in the gems available on this machine.

Still getting it if I change the requirements of the the gem is different from the one installed when I run bundle or bundle install

@TimMoore
Copy link
Contributor

@pencilcheck if you're having problems please follow the troubleshooting guide in ISSUES.md and if you can't resolve it, make a new issue with the details asked for in that doc.

@germs12
Copy link

germs12 commented Apr 28, 2015

I just changed https to http in my Gemfile and the problem went away. This also only seems to be affecting Ruby 1.9.3. I'm pretty much exclusively 2.0 or greater now. Oh well....

@pietschy
Copy link

Changing https to http also "fixed" it for me, although I'm using ruby 2.1.1 so it's not only 1.9.3.

@cheezedigital
Copy link

when bundling..Could not find bootstrap-0.0.1 in any of the sources

Gemfile...gem 'bootstrap' to gem 'bootstrap', '0.0.1' and still no go.

any suggestions would be appreciated.

@TimMoore
Copy link
Contributor

@cheezedigital for future reference, commenting on closed Bundler issues is not the best way to get help using Bundler. I'd recommend Stack Overflow for general questions.

In your case, bootstrap 0.0.1 has been yanked. https://rubygems.org/gems/bootstrap/versions
You can try using a more recent version.

Yanked gems are no longer available to be installed. See "Policy Change About Gem Yank" for details.

@johannes112
Copy link

Just try:
bundler update

@flamant
Copy link

flamant commented Dec 31, 2017

Hello, I try to add Jekyll Ideal Image Slider Plugin to my site.(https://github.com/jekylltools/jekyll-ideal-image-slider#integration-suggestions)

Here is the cade in my Gemfile

group :jekyll_plugins do
  #add jekyll feeds
  gem "jekyll-feed", "~> 0.6"
  # gem "chronic"
  # gem "google-api-client"
  # gem "jekyll-ga"
  # amp jekyll facility
  gem "amp-jekyll", "1.0.2"
  gem "jekyll-email-protect", "1.0.3"
  # translation
  gem "jekyll-i18n_tags", "~>1"
  gem "ideal-image-slider"
  gem "jekyll-maps"
  gem "jekyll-sitemap"
end

But when I run bundle install
it gives me the error

Could not find gem 'ideal-image-slider' in any of the gem sources listed in your Gemfile.

I tried to run the following gem install "ideal-image-slider"
but it gives me the error

ERROR:  Could not find a valid gem 'ideal-image-slider' (>= 0) in any repository

I have a Bundler version 1.16.1. Thank you in advance for your answers

@flamant
Copy link

flamant commented Jan 5, 2018

Finally, I think that "ideal-image-slider" has not been gemified. So I added "ideal_image_slider.rb" to my _plugins directory. My question is closed

@clintmod
Copy link

I noticed that when I updated bothy my Gemfile and Gemfile.lock the error went away.

@rubygems rubygems locked and limited conversation to collaborators Sep 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests