Created
July 11, 2012 00:30
-
-
Save antillas21/3087142 to your computer and use it in GitHub Desktop.
Bundle error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Documents/Apps/TangoSource/ctsteps-authorization-server [master]$ bundle install | |
Fetching gem metadata from http://gems.onterraresearch.net/. | |
Fetching full source index from http://gems.onterraresearch.net/ | |
Fetching gem metadata from http://rubygems.org/........ | |
Unfortunately, a fatal error has occurred. Please see the Bundler | |
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks! | |
/Users/aantillon/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:650:in `load': uninitialized constant Psych::Object (NameError) | |
from /Users/aantillon/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:650:in `_load' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/fetcher.rb:57:in `load' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/fetcher.rb:57:in `fetch_spec' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/remote_specification.rb:46:in `_remote_specification' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/remote_specification.rb:51:in `method_missing' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/index.rb:95:in `block (2 levels) in unmet_dependency_names' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/index.rb:94:in `map' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/index.rb:94:in `block in unmet_dependency_names' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/index.rb:93:in `map' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/index.rb:93:in `unmet_dependency_names' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/source.rb:248:in `remote_specs' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/source.rb:165:in `fetch_specs' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/source.rb:70:in `specs' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/definition.rb:205:in `block (2 levels) in index' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/definition.rb:202:in `each' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/definition.rb:202:in `block in index' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/index.rb:9:in `build' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/definition.rb:198:in `index' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/definition.rb:192:in `resolve' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/definition.rb:127:in `specs' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/definition.rb:122:in `resolve_remotely!' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/installer.rb:48:in `run' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/installer.rb:12:in `install' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/cli.rb:220:in `install' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/vendor/thor/task.rb:22:in `run' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/vendor/thor.rb:263:in `dispatch' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/lib/bundler/vendor/thor/base.rb:386:in `start' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.4/bin/bundle:13:in `<top (required)>' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/bin/bundle:19:in `load' | |
from /Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/bin/bundle:19:in `<main>' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby-1.9.3-p125@tangosource: | |
system: | |
uname: "Darwin Phoenix.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386" | |
bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)" | |
zsh: "/bin/zsh => zsh 4.3.9 (i386-apple-darwin10.0)" | |
rvm: | |
version: "rvm 1.0.14 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/]" | |
ruby: | |
interpreter: "ruby" | |
version: "1.9.3p125" | |
date: "2012-02-16" | |
platform: "x86_64-darwin10.8.0" | |
patchlevel: "2012-02-16 revision 34643" | |
full_version: "ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin10.8.0]" | |
homes: | |
gem: "/Users/aantillon/.rvm/gems/ruby-1.9.3-p125@tangosource" | |
ruby: "/Users/aantillon/.rvm/rubies/ruby-1.9.3-p125" | |
binaries: | |
ruby: "/Users/aantillon/.rvm/rubies/ruby-1.9.3-p125/bin/ruby" | |
irb: "/Users/aantillon/.rvm/rubies/ruby-1.9.3-p125/bin/irb" | |
gem: "/Users/aantillon/.rvm/rubies/ruby-1.9.3-p125/bin/gem" | |
rake: "/Users/aantillon/.rvm/gems/ruby-1.9.3-p125@tangosource/bin/rake" | |
environment: | |
PATH: "/opt/local/bin:/opt/local/sbin:/usr/local/mysql/bin:/Users/aantillon/.rvm/gems/ruby-1.9.3-p125@tangosource/bin:/Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global/bin:/Users/aantillon/.rvm/rubies/ruby-1.9.3-p125/bin:/Users/aantillon/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/X11/bin" | |
GEM_HOME: "/Users/aantillon/.rvm/gems/ruby-1.9.3-p125@tangosource" | |
GEM_PATH: "/Users/aantillon/.rvm/gems/ruby-1.9.3-p125@tangosource:/Users/aantillon/.rvm/gems/ruby-1.9.3-p125@global" | |
BUNDLE_PATH: "/Users/aantillon/.rvm/gems/ruby-1.9.3-p125@tangosource" | |
MY_RUBY_HOME: "/Users/aantillon/.rvm/rubies/ruby-1.9.3-p125" | |
IRBRC: "/Users/aantillon/.rvm/rubies/ruby-1.9.3-p125/.irbrc" | |
RUBYOPT: "" | |
gemset: "tangosource" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment