[one-users] /usr/share/one/install_gems error
Ruben S. Montero
rsmontero at opennebula.org
Tue Jan 24 13:34:10 PST 2012
This is now fixed in the repo.
Thanks for the feedback!
On Tue, Jan 24, 2012 at 3:49 PM, benoit <ldap.benben at gmail.com> wrote:
> 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
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>
--
Ruben S. Montero, PhD
Project co-Lead and Chief Architect
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | rsmontero at opennebula.org | @OpenNebula
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20120124/25c6c0ff/attachment-0003.htm>
More information about the Users
mailing list