<div><div>the script contained in  opennebula-3.2.0.tar.gz source archive has an error.</div><div><br></div><div>Execution of the script returns following error:</div><div>/usr/share/one/install_gems:115:in `install_rubygems': undefined method `ecxitstatus' for #<Process::Status: pid=4512,exited(0)> (NoMethodError)</div>

</div><div><br></div><div><br></div><div>diff -u install_gems new_install_gems </div><div>--- install_gems        2012-01-24 15:41:59.991407170 +0100</div><div>+++ new_install_gems    2012-01-24 15:39:18.121406586 +0100</div>

<div>@@ -112,7 +112,7 @@</div><div> </div><div>         `gem install rubygems-update --version '= 1.3.6'`</div><div> </div><div>-        if $?.ecxitstatus!=0</div><div>+        if $?.exitstatus!=0</div><div>             puts "Error updating rubygems"</div>

<div>             exit(-1)</div><div>         end</div><div><br></div>