Skip to content

Instantly share code, notes, and snippets.

@abscondment
Created May 23, 2011 18:23
Show Gist options
  • Save abscondment/987216 to your computer and use it in GitHub Desktop.
Save abscondment/987216 to your computer and use it in GitHub Desktop.
vagrant@dev:/vagrant/server$ gem -v
1.8.3
vagrant@dev:/vagrant/server$ bundle -v
Bundler version 1.0.13
vagrant@dev:/vagrant/server$ bundle install
Fetching https://github.com/mongoid/mongoid.git
remote: Counting objects: 26697, done.
remote: Compressing objects: 100% (10246/10246), done.
remote: Total 26697 (delta 16810), reused 24542 (delta 14889)
Receiving objects: 100% (26697/26697), 3.25 MiB | 691 KiB/s, done.
Resolving deltas: 100% (16810/16810), done.
Fetching source index for http://rubygems.org/
Using rake (0.9.0)
Installing ZenTest (4.5.0) cp: `/home/vagrant/.bundler/tmp/5442/gems/ZenTest-4.5.0' and `/home/vagrant/.bundler/tmp/5442/gems/ZenTest-4.5.0' are the same file
cp: `/home/vagrant/.bundler/tmp/5442/specifications/ZenTest-4.5.0.gemspec' and `/home/vagrant/.bundler/tmp/5442/specifications/ZenTest-4.5.0.gemspec' are the same file
cp: `/home/vagrant/.bundler/tmp/5442/bin/autotest' and `/home/vagrant/.bundler/tmp/5442/bin/autotest' are the same file
cp: `/home/vagrant/.bundler/tmp/5442/bin/multigem' and `/home/vagrant/.bundler/tmp/5442/bin/multigem' are the same file
cp: `/home/vagrant/.bundler/tmp/5442/bin/multiruby' and `/home/vagrant/.bundler/tmp/5442/bin/multiruby' are the same file
cp: `/home/vagrant/.bundler/tmp/5442/bin/multiruby_setup' and `/home/vagrant/.bundler/tmp/5442/bin/multiruby_setup' are the same file
cp: `/home/vagrant/.bundler/tmp/5442/bin/unit_diff' and `/home/vagrant/.bundler/tmp/5442/bin/unit_diff' are the same file
cp: `/home/vagrant/.bundler/tmp/5442/bin/zentest' and `/home/vagrant/.bundler/tmp/5442/bin/zentest' are the same file
mv: `/home/vagrant/.bundler/tmp/5442/cache/RubyInline-3.9.0.gem' and `/home/vagrant/.bundler/tmp/5442/cache/RubyInline-3.9.0.gem' are the same file
Installing RubyInline (3.9.0) /usr/lib/ruby/site_ruby/1.9.2/rubygems/format.rb:31:in `exist?': can't convert nil into String (TypeError)
from /usr/lib/ruby/site_ruby/1.9.2/rubygems/format.rb:31:in `from_file_by_path'
from /usr/lib/ruby/site_ruby/1.9.2/rubygems/installer.rb:119:in `format'
from /usr/lib/ruby/site_ruby/1.9.2/rubygems/installer.rb:129:in `spec'
from /usr/lib/ruby/site_ruby/1.9.2/rubygems/installer.rb:378:in `ensure_required_ruby_version_met'
from /usr/lib/ruby/site_ruby/1.9.2/rubygems/installer.rb:153:in `install'
from /usr/lib/ruby/gems/1.9.2/gems/bundler-1.0.13/lib/bundler/source.rb:100:in `install'
from /usr/lib/ruby/gems/1.9.2/gems/bundler-1.0.13/lib/bundler/installer.rb:58:in `block (2 levels) in run'
from /usr/lib/ruby/gems/1.9.2/gems/bundler-1.0.13/lib/bundler/rubygems_integration.rb:90:in `with_build_args'
from /usr/lib/ruby/gems/1.9.2/gems/bundler-1.0.13/lib/bundler/installer.rb:57:in `block in run'
from /usr/lib/ruby/gems/1.9.2/gems/bundler-1.0.13/lib/bundler/spec_set.rb:12:in `block in each'
from /usr/lib/ruby/gems/1.9.2/gems/bundler-1.0.13/lib/bundler/spec_set.rb:12:in `each'
from /usr/lib/ruby/gems/1.9.2/gems/bundler-1.0.13/lib/bundler/spec_set.rb:12:in `each'
from /usr/lib/ruby/gems/1.9.2/gems/bundler-1.0.13/lib/bundler/installer.rb:49:in `run'
from /usr/lib/ruby/gems/1.9.2/gems/bundler-1.0.13/lib/bundler/installer.rb:8:in `install'
from /usr/lib/ruby/gems/1.9.2/gems/bundler-1.0.13/lib/bundler/cli.rb:222:in `install'
from /usr/lib/ruby/gems/1.9.2/gems/bundler-1.0.13/lib/bundler/vendor/thor/task.rb:22:in `run'
from /usr/lib/ruby/gems/1.9.2/gems/bundler-1.0.13/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
from /usr/lib/ruby/gems/1.9.2/gems/bundler-1.0.13/lib/bundler/vendor/thor.rb:246:in `dispatch'
from /usr/lib/ruby/gems/1.9.2/gems/bundler-1.0.13/lib/bundler/vendor/thor/base.rb:389:in `start'
from /usr/lib/ruby/gems/1.9.2/gems/bundler-1.0.13/bin/bundle:13:in `<top (required)>'
from /usr/bin/bundle:19:in `load'
from /usr/bin/bundle:19:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment