Skip to content

Instantly share code, notes, and snippets.

@devn
Created September 12, 2011 19:01
Show Gist options
  • Select an option

  • Save devn/1212075 to your computer and use it in GitHub Desktop.

Select an option

Save devn/1212075 to your computer and use it in GitHub Desktop.
jrubyize rails 3 Yecht error
/master ☣(solo)> JRUBY_OPTS=--1.9 bundle exec rake --trace
rake aborted!
uninitialized constant Syck::Yecht
/Users/someusername/.rvm/gems/jruby-head@somecompany/gems/configatron-2.8.2/lib/configatron/store.rb:326:in `Store'
/Users/someusername/.rvm/gems/jruby-head@somecompany/gems/configatron-2.8.2/lib/configatron/store.rb:2:in `Configatron'
/Users/someusername/.rvm/gems/jruby-head@somecompany/gems/configatron-2.8.2/lib/configatron/store.rb:1:in `(root)'
/Users/someusername/.rvm/gems/jruby-head@somecompany/gems/configatron-2.8.2/lib/configatron/store.rb:5:in `(root)'
/Users/someusername/.rvm/gems/jruby-head@somecompany/gems/configatron-2.8.2/lib/configatron.rb:2:in `(root)'
/Users/someusername/git/company_i_work_for/somecompany/photos/vendor/somecompany/foreignclient/lib/module_helpers.rb:3:in `(root)'
/Users/someusername/git/company_i_work_for/somecompany/photos/vendor/somecompany/foreignclient/lib/foreignclient.rb:12:in `(root)'
/Users/someusername/git/company_i_work_for/somecompany/photos/vendor/somecompany/ews/lib/ews.rb:68:in `require'
/Users/someusername/git/company_i_work_for/somecompany/photos/vendor/somecompany/ews/lib/ews.rb:68:in `require'
/Users/someusername/.rvm/gems/jruby-head@somecompany/gems/bundler-1.0.18/lib/bundler/runtime.rb:66:in `each'
/Users/someusername/.rvm/gems/jruby-head@somecompany/gems/bundler-1.0.18/lib/bundler/runtime.rb:66:in `require'
/Users/someusername/.rvm/gems/jruby-head@somecompany/gems/bundler-1.0.18/lib/bundler/runtime.rb:55:in `each'
/Users/someusername/.rvm/gems/jruby-head@somecompany/gems/bundler-1.0.18/lib/bundler/runtime.rb:55:in `require'
/Users/someusername/.rvm/gems/jruby-head@somecompany/gems/bundler-1.0.18/lib/bundler.rb:120:in `require'
/Users/someusername/git/company_i_work_for/somecompany/photos/config/application.rb:13:in `(root)'
/Users/someusername/git/company_i_work_for/somecompany/photos/config/application.rb:4:in `require'
/Users/someusername/git/company_i_work_for/somecompany/photos/config/application.rb:4:in `(root)'
/Users/someusername/git/company_i_work_for/somecompany/photos/Rakefile:25:in `load'
/Users/someusername/git/company_i_work_for/somecompany/photos/Rakefile:25:in `load_rakefile'
/Users/someusername/.rvm/gems/jruby-head@global/gems/rake-0.9.2/lib/rake/application.rb:495:in `raw_load_rakefile'
/Users/someusername/.rvm/gems/jruby-head@global/gems/rake-0.9.2/lib/rake/application.rb:78:in `load_rakefile'
/Users/someusername/.rvm/gems/jruby-head@global/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling'
/Users/someusername/.rvm/gems/jruby-head@global/gems/rake-0.9.2/lib/rake/application.rb:77:in `load_rakefile'
/Users/someusername/.rvm/gems/jruby-head@global/gems/rake-0.9.2/lib/rake/application.rb:61:in `run'
/Users/someusername/.rvm/gems/jruby-head@global/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling'
/Users/someusername/.rvm/gems/jruby-head@global/gems/rake-0.9.2/lib/rake/application.rb:59:in `run'
/Users/someusername/.rvm/gems/jruby-head@global/gems/rake-0.9.2/bin/rake:32:in `(root)'
/Users/someusername/.rvm/gems/jruby-head@global/bin/rake:19:in `load'
/Users/someusername/.rvm/gems/jruby-head@global/bin/rake:19:in `(root)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment