> I seems that RubyInline compiles C code for architecture other than of > your machine. Yes, I see that but I can't get why...
> Could you do sudo gem install ParseTree and post the whole trace to > gist? > > uname -a and what RUBY_PLATFORM says in irb would be helpful as well. $sudo gem install ParseTree --verbose GET 200 OK: http://gems.rubyforge.org/latest_specs.4.8.gz GET 200 OK: http://gems.rubyforge.org/quick/Marshal.4.8/ParseTree-3.0.2.gemspec.rz GET 200 OK: http://gems.rubyforge.org/quick/Marshal.4.8/RubyInline-3.8.1.gemspec.rz GET 200 OK: http://gems.rubyforge.org/quick/Marshal.4.8/sexp_processor-3.0.0.gemspec.rz GET 200 OK: http://gems.rubyforge.org/quick/Marshal.4.8/ZenTest-3.11.0.gemspec.rz Installing gem ParseTree-3.0.2 /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/.autotest /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/History.txt /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/Manifest.txt /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/README.txt /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/Rakefile /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/bin/parse_tree_abc /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/bin/parse_tree_audit /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/bin/parse_tree_deps /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/bin/parse_tree_show /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/demo/printer.rb /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/lib/parse_tree.rb /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/lib/ parse_tree_extensions.rb /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/lib/unified_ruby.rb /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/lib/unique.rb /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/test/pt_testcase.rb /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/test/something.rb /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/test/test_all.rb /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/test/test_parse_tree.rb /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/test/ test_parse_tree_extensions.rb /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/test/test_unified_ruby.rb /usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.2/validate.sh /usr/bin/parse_tree_abc /usr/bin/parse_tree_audit /usr/bin/parse_tree_deps /usr/bin/parse_tree_show Successfully installed ParseTree-3.0.2 1 gem installed Installing ri documentation for ParseTree-3.0.2... Installing RDoc documentation for ParseTree-3.0.2... $ irb irb(main):001:0> puts RUBY_PLATFORM i486-linux uname -a Linux berillium 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686 GNU/Linux It looks good, but... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
