Do you know why this gems from this install_gems script are not RPM packaged? It should ease the deployement in production environment to have this gems in RPMs from OpenNebula repository (or a local mirror), to prevent to have an internet connection + gcc etc installed on servers.
$ ./gem_packages.py
redhat OS flavour detected.
Installing required packages to generate gem packages.
Intalling fpm gem.
unable to convert "\xF3" from ASCII-8BIT to UTF-8 for lib/fpm/package/pyfpm/__init__.pyc, skipping
unable to convert "\xF3" from ASCII-8BIT to UTF-8 for lib/fpm/package/pyfpm/get_metadata.pyc, skipping
Installing required packages to compile new gems.
/bin/sh: /home/lsimngar/install_gems: Aucun fichier ou dossier de ce type
2015-03-24 10:37:37,555 - gem_packages - ERROR - exit status 127
Should be great if all this packages could be in the official OpenNebula repo, and that OpenNebula packages requires them to install the dependancies automatically. Do you have any idea why it’s not the case?
well in fact those generated packages can’t be installed, they conflict with rubygems Redhat package… because they include /usr/share/gems/doc and other generic directories. I’m trying to rebuild them with /usr/local/ prefix instead.