From: Quintus Date: 2011-07-27T21:41:18+09:00 Subject: Bundle update fails -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi there, I tried updating a project's gem bundle, but I get a weird Syck error: ======================================= $ bundle update Fetching source index for http://rubygems.org/ /opt/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/rubygems/specification.rb:289:in `load': uninitialized constant Syck::Syck (NameError) from /opt/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/rubygems/specification.rb:289:in `_load' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/rubygems/spec_fetcher.rb:119:in `load' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/rubygems/spec_fetcher.rb:119:in `fetch_spec' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/remote_specification.rb:47:in `_remote_specification' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/remote_specification.rb:53:in `method_missing' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/resolver.rb:101:in `block in __dependencies' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/resolver.rb:98:in `each' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/resolver.rb:98:in `__dependencies' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/resolver.rb:68:in `activate_platform' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/resolver.rb:325:in `resolve_requirement' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/resolver.rb:295:in `block in resolve' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/resolver.rb:294:in `reverse_each' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/resolver.rb:294:in `resolve' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/resolver.rb:344:in `block in resolve_requirement' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/resolver.rb:343:in `catch' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/resolver.rb:343:in `resolve_requirement' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/resolver.rb:295:in `block in resolve' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/resolver.rb:294:in `reverse_each' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/resolver.rb:294:in `resolve' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/resolver.rb:160:in `start' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/resolver.rb:128:in `block in resolve' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/resolver.rb:127:in `catch' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/resolver.rb:127:in `resolve' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/definition.rb:151:in `resolve' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/definition.rb:90:in `specs' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/definition.rb:85:in `resolve_remotely!' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/installer.rb:43:in `run' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/installer.rb:8:in `install' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/cli.rb:270:in `update' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/vendor/thor/task.rb:22:in `run' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/vendor/thor.rb:246:in `dispatch' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:389:in `start' from /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1/gems/bundler-1.0.15/bin/bundle:13:in `' from /opt/rubies/ruby-1.9.2-p290/bin/bundle:19:in `load' from /opt/rubies/ruby-1.9.2-p290/bin/bundle:19:in `
' ======================================= This is the gemfile: ======================================= #The source where we download gems from source "http://rubygems.org" #gem "wxruby-ruby19", ">= 2.0.0" gem "r18n-desktop" gem "minitar", ">= 0.5.3" gem "chunky_png" gem "nokogiri" gem "eventmachine" group :development do gem "rdoc", ">= 3.4" gem "hanna-nouveau" gem "gosu" gem "chingu" gem "ocra", :platforms => :mswin end ======================================= ruby -v: ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-linux] gem env: ======================================= RubyGems Environment: - RUBYGEMS VERSION: 1.3.7 - RUBY VERSION: 1.9.2 (2011-07-09 patchlevel 290) [x86_64-linux] - INSTALLATION DIRECTORY: /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1 - RUBY EXECUTABLE: /opt/rubies/ruby-1.9.2-p290/bin/ruby - EXECUTABLE DIRECTORY: /opt/rubies/ruby-1.9.2-p290/bin - RUBYGEMS PLATFORMS: - ruby - x86_64-linux - GEM PATHS: - /opt/rubies/ruby-1.9.2-p290/lib/ruby/gems/1.9.1 - /home/quintus/.gem/ruby/1.9.1 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :benchmark => false - :backtrace => false - :bulk_threshold => 1000 - "install" => "--format-executable" - "update" => "--format-executable" - "rdoc" => "--format=hanna" - REMOTE SOURCES: - http://rubygems.org/ ======================================= OS: Arch Linux Any ideas what this is? Valete, Marvin -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJOMAdZAAoJELh1XLHFkqhaqacIAK1QY8aXjvqRIH2mHOnSTvbT U/D5Rcso5qw07ETaOuSwr9hhV/SrClFLqNl5n+/2k8mEK+uQA6PTk+gzYMTQlOiq nqBc1piUKHZglYbGNnxtC89zUMk+iotpA/RhzY519ErIXD1dY2vp1CfzEtiOxlCI K+I8StLIri0p//8Mg8EhcZ7BlXDMf0UIx/Z4Z9k9umNbZmrUFEGw2aDaOkHeJWig TzM7M+Vub0p5kdxzbtfY/RswCFLmmmv1jVenpDlwDZSpp1a6UeVOSYKFCI2SUIdR DsrS+HMpX1a43noyKc+O1plUqrGqVFAkP3SsGBBFkgQ7f8EWP7wt0qkBGdRnZEI= =4GEc -----END PGP SIGNATURE-----