[BioRuby] Installing Ruby 1.9 on CentOS 5.4
    Naohisa Goto 
    ngoto at gen-info.osaka-u.ac.jp
       
    Sat Nov  5 13:16:49 EDT 2011
    
    
  
Hi Peter,
>   1) Error:
> test_log(Bio::FuncTestSOAPWSDL):
> NameError: uninitialized constant Bio::SOAPWSDL::SOAP
(snip)
>   2) Error:
> test_set_log(Bio::FuncTestSOAPWSDL):
> NameError: uninitialized constant Bio::SOAPWSDL::SOAP
(snip)
>   3) Error:
> test_set_wsdl(Bio::FuncTestSOAPWSDL):
> NameError: uninitialized constant Bio::SOAPWSDL::SOAP
(snip)
>   4) Error:
> test_wsdl(Bio::FuncTestSOAPWSDL):
> NameError: uninitialized constant Bio::SOAPWSDL::SOAP
(snip)
> 
> 3704 tests, 21447 assertions, 0 failures, 4 errors, 0 skips
> 
> Test run options: --seed 21073
>
> Anyone care to comment on this NameError?
These 4 errors are caused by the drop of SOAP4R from the standard
bundled library since Ruby 1.9. It is written in KNOWN_ISSUES.rdoc.
"gem install soap4r-ruby1.9" should solve the problem.
This is described in the latest (unreleased) README.rdoc.
-- 
Naohisa Goto
ngoto at gen-info.osaka-u.ac.jp
    
    
More information about the BioRuby
mailing list