Skip to content

Instantly share code, notes, and snippets.

@nylen
Created August 11, 2010 02:30
Show Gist options
  • Save nylen/518380 to your computer and use it in GitHub Desktop.
Save nylen/518380 to your computer and use it in GitHub Desktop.
james@debbay:/opt/wesabe/pfc$ bundle install
Fetching source index for http://rubygems.org/
Using rake (0.8.7)
Using abstract (1.0.0)
Using activesupport (3.0.0.rc)
Using builder (2.1.2)
Using i18n (0.4.1)
Using activemodel (3.0.0.rc)
Using erubis (2.6.6)
Using rack (1.2.1)
Using rack-mount (0.6.9)
Using rack-test (0.5.4)
Using tzinfo (0.3.22)
Using actionpack (3.0.0.rc)
Using mime-types (1.16)
Using polyglot (0.3.1)
Using treetop (1.4.8)
Using mail (2.2.5)
Using actionmailer (3.0.0.rc)
Using arel (0.4.0)
Using activerecord (3.0.0.rc)
Using activeresource (3.0.0.rc)
Using addressable (2.2.0)
Using bundler (1.0.0.rc.4)
/usr/local/lib/site_ruby/1.8/rubygems/format.rb:38:in `from_file_by_path': Cannot load gem at [/usr/lib/ruby/gems/1.8/cache/cgi_multipart_eof_fix-2.5.0.gem] in /opt/wesabe/pfc (Gem::Exception)
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.4/lib/bundler/source.rb:77:in `fetch'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.4/lib/bundler/installer.rb:45:in `run'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.4/lib/bundler/spec_set.rb:12:in `each'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.4/lib/bundler/spec_set.rb:12:in `each'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.4/lib/bundler/installer.rb:44:in `run'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.4/lib/bundler/installer.rb:8:in `install'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.4/lib/bundler/cli.rb:183:in `install'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.4/lib/bundler/vendor/thor/task.rb:22:in `send'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.4/lib/bundler/vendor/thor/task.rb:22:in `run'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.4/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.4/lib/bundler/vendor/thor.rb:246:in `dispatch'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.4/lib/bundler/vendor/thor/base.rb:389:in `start'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.4/bin/bundle:13
from /usr/bin/bundle:19:in `load'
from /usr/bin/bundle:19
@probablykabari
Copy link

How did you end up resolving this?

@nylen
Copy link
Author

nylen commented Nov 9, 2010

Try bundle install --deployment - this is what I'm using now in https://github.com/nylen/openwesabe-installer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment