Comment 18 for bug 1397014

Revision history for this message
Albert Syriy (asyriy) wrote :

There is some progress in the building.
The current customized build v1.22 was able to build to another error.
http://osci-jenkins.srt.mirantis.net:8080/job/f-i-build-deb-deps-request/199/artifact/buildlog.txt

I couldn't resolve it by my own.
Looks like some additional packages should be installed to the Build machine
(according to the link http://stackoverflow.com/questions/10240054/cant-install-rhc-openshift-client-on-ubuntu-11-10-64-bit )
----
sudo apt-get install ruby1.8
sudo apt-get install gem
sudo apt-get install rubygems
sudo gem install json_pure
sudo gem install rake
sudo gem install rhc
---
Could some one help to do that ?