[one-users] /usr/share/one/install_gems error
benoit
ldap.benben at gmail.com
Tue Jan 24 06:49:30 PST 2012
the script contained in opennebula-3.2.0.tar.gz source archive has an
error.
Execution of the script returns following error:
/usr/share/one/install_gems:115:in `install_rubygems': undefined method
`ecxitstatus' for #<Process::Status: pid=4512,exited(0)> (NoMethodError)
diff -u install_gems new_install_gems
--- install_gems 2012-01-24 15:41:59.991407170 +0100
+++ new_install_gems 2012-01-24 15:39:18.121406586 +0100
@@ -112,7 +112,7 @@
`gem install rubygems-update --version '= 1.3.6'`
- if $?.ecxitstatus!=0
+ if $?.exitstatus!=0
puts "Error updating rubygems"
exit(-1)
end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20120124/0ae5ad2a/attachment-0001.htm>
More information about the Users
mailing list