Skip to content

Instantly share code, notes, and snippets.

@taylor
Created November 1, 2011 14:56
Show Gist options
  • Select an option

  • Save taylor/1330698 to your computer and use it in GitHub Desktop.

Select an option

Save taylor/1330698 to your computer and use it in GitHub Desktop.
$> bundle exec rake
#<Gem::LoadError: rdoc is not part of the bundle. Add it to Gemfile.>
WARNING: 'require 'rake/rdoctask'' is deprecated. Please use 'require 'rdoc/task' (in RDoc 2.4.2+)' instead.
at /Users/taylor/sw/depot/rvm/gems/jruby-1.6.4@mojolingo/gems/rake-0.9.2.2/lib/rake/rdoctask.rb
install -c tmp/java/nokogiri/nokogiri.jar lib/nokogiri/nokogiri.jar
/Users/taylor/sw/depot/rvm/gems/jruby-1.6.4@mojolingo/bin/racc -l -o lib/nokogiri/css/parser.rb lib/nokogiri/css/parser.y
ArgumentError: rb_iterate only supported with rb_each and an Array
__send__ at org/jruby/RubyBasicObject.java:1712
yyparse at /Users/taylor/sw/depot/rvm/gems/jruby-1.6.4@mojolingo/gems/racc-1.4.7/lib/racc/parser.rb:152
parse at /Users/taylor/sw/depot/rvm/gems/jruby-1.6.4@mojolingo/gems/racc-1.4.7/lib/racc/grammarfileparser.rb:184
main at /Users/taylor/sw/depot/rvm/gems/jruby-1.6.4@mojolingo/gems/racc-1.4.7/bin/racc:143
section at /Users/taylor/sw/depot/rvm/gems/jruby-1.6.4@mojolingo/gems/racc-1.4.7/bin/racc:277
main at /Users/taylor/sw/depot/rvm/gems/jruby-1.6.4@mojolingo/gems/racc-1.4.7/bin/racc:141
(root) at /Users/taylor/sw/depot/rvm/gems/jruby-1.6.4@mojolingo/gems/racc-1.4.7/bin/racc:308
load at org/jruby/RubyKernel.java:1073
(root) at /Users/taylor/sw/depot/rvm/gems/jruby-1.6.4@mojolingo/bin/racc:19
rake aborted!
Command failed with status (1): [/Users/taylor/sw/depot/rvm/gems/jruby-1.6....]
Tasks: TOP => default => test => compile => lib/nokogiri/css/parser.rb
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment