On 05/03/2011, at 12:19 AM, Justin Clift wrote:
> Hi all,
>
> Just tried to build the Deltacloud client from git master,
> on OSX, using "rake package" from the client dir, and it barfed:
>
> $ rake package
> (in /Volumes/DATA/git_repos/deltacloud/core/client)
> rake aborted!
> no such file to load -- spec/rake/spectask
> /Volumes/DATA/git_repos/deltacloud/core/client/Rakefile:34
> (See full trace by running task with --trace)
>
> Has anyone seen this and know what the cause is likely to be, or
> should I file a bug for it in jira?
For the mailing list archives, information courtesy of Michal
Fojtik on IRC:
The workaround for this is to do:
$ gem build deltacloud-core.gemspec
Which builds the gem fine, putting it in the present directory.
It's then installed using:
$ gem install deltacloud-client-0.2.0.gem
WARNING: Installing to ~/.gem since /Library/Ruby/Gems/1.8 and
/usr/bin aren't both writable.
Successfully installed deltacloud-client-0.2.0
1 gem installed
Installing ri documentation for deltacloud-client-0.2.0...
Installing RDoc documentation for deltacloud-client-0.2.0...
$