[BioRuby] Missing libxml-ruby and unit tests on Mac OS X Snow Leopard

Peter Cock p.j.a.cock at googlemail.com
Thu Nov 3 19:00:38 UTC 2011


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




More information about the BioRuby mailing list