Return-Path: X-Original-To: apmail-deltacloud-dev-archive@www.apache.org Delivered-To: apmail-deltacloud-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 88376E879 for ; Wed, 21 Nov 2012 07:30:16 +0000 (UTC) Received: (qmail 57660 invoked by uid 500); 21 Nov 2012 07:30:16 -0000 Delivered-To: apmail-deltacloud-dev-archive@deltacloud.apache.org Received: (qmail 57636 invoked by uid 500); 21 Nov 2012 07:30:16 -0000 Mailing-List: contact dev-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list dev@deltacloud.apache.org Received: (qmail 57623 invoked by uid 99); 21 Nov 2012 07:30:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2012 07:30:15 +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 (nike.apache.org: domain of mandreou@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; Wed, 21 Nov 2012 07:30:09 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAL7Tlf2001170 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 21 Nov 2012 02:29:47 -0500 Received: from [10.36.112.17] (ovpn-112-17.ams2.redhat.com [10.36.112.17]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qAL7TiO5030679; Wed, 21 Nov 2012 02:29:45 -0500 Message-ID: <50AC82E8.7020308@redhat.com> Date: Wed, 21 Nov 2012 09:29:44 +0200 From: "marios@redhat.com" User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121029 Thunderbird/16.0.2 MIME-Version: 1.0 To: dev@deltacloud.apache.org CC: rlandy@redhat.com Subject: Re: [PATCH] Site: Add note about require_relative gem install for Deltacloud 1.0.5 References: <1353441719-16835-1-git-send-email-rlandy@redhat.com> <1353441719-16835-2-git-send-email-rlandy@redhat.com> In-Reply-To: <1353441719-16835-2-git-send-email-rlandy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Virus-Checked: Checked by ClamAV on apache.org ACK - thanks Ronelle! As this is a site change you need to include the generated output (do 'nanoc autocompile' under the /site directory). Then make sure to push to the svn repo (git-svn) as well as the usual git repo. ping me on irc (not sure if you're committer? If not, then I'll do this for you) marios On 20/11/12 22:01, rlandy@redhat.com wrote: > From: Ronelle Landy > > --- > site/content/install-deltacloud.md | 8 ++++++++ > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/site/content/install-deltacloud.md b/site/content/install-deltacloud.md > index 1a73afc..88c6cee 100644 > --- a/site/content/install-deltacloud.md > +++ b/site/content/install-deltacloud.md > @@ -140,6 +140,14 @@ the Wiki. Note that they require using homebrew. > >

And thats it! The gem install command will automatically fetch and install all other gems that the Deltacloud server needs. As an alternative you can get the latest releases of Deltacloud from the Apache website.

> > +

Note: When installing and running Deltacloud on platforms with Ruby versions 1.8.x, the 'require_relative' gem needs to be installed. This gem should be automatically installed with the deltacloud-core gem however, if this does not occur, the follow error will be thrown when starting Deltacloud:

> + > +
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- require_relative (LoadError)
> + > +

The fix is to explicitly install the 'require_relative' gem:

> + > +
$ sudo gem install require_relative
> + > Run Deltacloud > >
>