cloudfoundry-community / terraform-aws-cf-install

Repo to create a one-click Cloud Foundry install in an AWS VPC
54 stars 24 forks source link

"gem install bundler bosh-bootstrap" hangs forever in provision.sh #86

Open fabiodbr opened 8 years ago

fabiodbr commented 8 years ago

I don't know whether this is a "gem" problem or some kind of gem repository problem, but the provision.sh script always hang when trying to install bosh-bootstrap. I tried manually to install bosh-bootstrap with "gem install bundler bosh-bootstrap" and since version 0.17.0 it never finish. I tried several times and waited for hours without success. Older versions like 0.16.1 installs successfully.

fabiodbr commented 8 years ago

After 3 hours of "gem install bundler bosh-bootstrap --no-ri --no-rdoc --verbose" this is the return:


GET https://api.rubygems.org/api/v1/dependencies?gems=cdb-full 200 OK GET https://api.rubygems.org/api/v1/dependencies?gems=tokyocabinet 200 OK ERROR: While executing gem ... (Gem::DependencyResolutionError) conflicting dependencies nokogiri (~> 1.5.0) and nokogiri (>= 1.4.1) Activated nokogiri-1.4.1 which does not match conflicting dependency (~> 1.5.0)

Conflicting dependency chains: bosh-bootstrap (>= 0), 0.18.0 activated, depends on rbvmomi (>= 0), 1.0.1 activated, depends on nokogiri (>= 1.4.1), 1.4.1 activated

versus: bosh-bootstrap (>= 0), 0.18.0 activated, depends on fog (~> 1.11), 1.11.0 activated, depends on nokogiri (~> 1.5.0)


I've tried with ruby versions 2.1.5p273 and 1.9.3, and gem vesion 2.4.3

yohanwadia88 commented 8 years ago

We are facing the very same issue. Funny thing is this command worked flawlessly a few days back. Any help on this will be really appreciated.

feierbeast commented 8 years ago

I'm facing as well the reported issue. Did anyone find a solution to it?