Created
November 1, 2011 14:35
-
-
Save taylor/1330640 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| $> JRUBY_OPTS="" jruby -S rake | |
| 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/RubyKernel.java:2104 | |
| 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:1063 | |
| (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