[BioRuby] Missing libxml-ruby and unit tests on Mac OS X Snow Leopard
Raoul Bonnal
bonnal at ingm.org
Thu Nov 3 19:15:38 UTC 2011
Hi guys, this is a great work!
I would strongly suggest to use rvm to install multiple instances of ruby.
As I see in a old email, I would say that plugins must be 1.9 compliant I don't care about 1.8.
About JRuby please take care that it's default interpreter is v1.8 you have to set up by hand to use v1.9 http://beginrescueend.com/interpreters/jruby/
I must check this project and see if it works https://rubygems.org/gems/rubygems-test
I'll try to be more active in coming days.
I think I could provide a virtual machine as mirror, in the near future.
_____
From: Peter Cock [mailto:p.j.a.cock at googlemail.com]
To: Naohisa Goto [mailto:ngoto at gen-info.osaka-u.ac.jp]
Cc: BioRuby ML [mailto:bioruby at lists.open-bio.org]
Sent: Thu, 03 Nov 2011 20:00:38 +0100
Subject: Re: [BioRuby] Missing libxml-ruby and unit tests on Mac OS X Snow Leopard
On Thu, Nov 3, 2011 at 6:34 PM, Naohisa Goto
<ngoto at gen-info.osaka-u.ac.jp> wrote:
> Hi Peter,
>
>> $ export GEM_HOME=$HOME/.gem
>> $ export $HOME/.gem:$HOME/.gem/ruby/1.8/gems
>> $ export PATH=$PATH:$HOME/.gem/ruby/1.8/gems/:$HOME/.gem/ruby/1.8/gems/libxml-ruby-2.2.2/ext/libxml/
>> $ ruby test/runner.rb
>
> In Ruby 1.8, Rubygems is an optional software and it is not loaded by
> default. Please try
> $ ruby -rubygems test/runner.rb
> or set RUBYOPT environment variable
> $ export RUBYOPT=-rubygems
>
> After Ruby 1.9, Rubygems is bundled within Ruby and libraries installed
> by using Rubygems are ready by default without -rubygems.
That worked - thank you - we should use this for the buildslaves on
Ruby 1.8 then,
$ ruby -rubygems test/runner.rb
Loaded suite .
Started
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 259.549581 seconds.
3704 tests, 21456 assertions, 0 failures, 0 errors
Peter
_______________________________________________
BioRuby Project - http://www.bioruby.org/
BioRuby mailing list
BioRuby at lists.open-bio.org
http://lists.open-bio.org/mailman/listinfo/bioruby
More information about the BioRuby
mailing list