Return-Path: Delivered-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Received: (qmail 20726 invoked from network); 4 Mar 2011 14:40:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Mar 2011 14:40:10 -0000 Received: (qmail 21098 invoked by uid 500); 4 Mar 2011 14:40:10 -0000 Delivered-To: apmail-incubator-deltacloud-dev-archive@incubator.apache.org Received: (qmail 21078 invoked by uid 500); 4 Mar 2011 14:40:10 -0000 Mailing-List: contact deltacloud-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltacloud-dev@incubator.apache.org Delivered-To: mailing list deltacloud-dev@incubator.apache.org Received: (qmail 21068 invoked by uid 99); 4 Mar 2011 14:40:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Mar 2011 14:40:10 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jclift@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Mar 2011 14:40:04 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p24Edh8C023547 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 4 Mar 2011 09:39:43 -0500 Received: from [10.64.50.131] (vpn1-50-131.bne.redhat.com [10.64.50.131]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p24Edd19023244 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Fri, 4 Mar 2011 09:39:42 -0500 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1082) Subject: Re: Error building DC client from git master From: Justin Clift In-Reply-To: <2DF2DCCA-EF66-4262-86EA-A65DB7161E51@redhat.com> Date: Sat, 5 Mar 2011 01:39:39 +1100 Content-Transfer-Encoding: 7bit Message-Id: <12E9CC95-ACA9-41EF-90CE-53DCD1A020DC@redhat.com> References: <2DF2DCCA-EF66-4262-86EA-A65DB7161E51@redhat.com> To: deltacloud-dev@incubator.apache.org X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 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... $