> From: "John B. Wyatt IV" <[email protected]> > To: [email protected] > Sent: Tuesday, March 12, 2013 3:42:35 PM > Subject: Bundler issue when trying to build from source > > Greetings Deltacloud devs, > > I just downloaded the code from git today following the instructions > on > http://deltacloud.apache.org/getting-sources.html > I ran into an issue: > > Bundler could not find compatible versions for gem "tilt": > In Gemfile: > deltacloud-core (>= 0) ruby depends on > tilt (<= 1.3.3) ruby > > deltacloud-core (>= 0) ruby depends on > tilt (1.3.5) > > I try to look up the stable source to see if it's an upstream issue > or > an issue with my local machine but I get this error when downloading > the server src. > > Not Found > > The requested URL /apache/deltacloud/stable/deltacloud-core-1.1.1.tgz > was not found on this server. > > On the main site and the top two mirror sites, I haven't tried the > rest. > -- > John Wyatt > Hi John,
This is a temporary dependency-related change we needed to make to facilitate an upcoming release. The issue will be resolved shortly. In the mean time, you can workaround the problem by adding: gem 'tilt', '=1.3.3' to deltacloud/server/Gemfile. (just below the 'gemspec' line). and then running bundler. Let us know if the above workaround does not resolve the issue. Thanks, Ronelle
