<div dir="ltr">Today I ran the ADB installation instructions from a stock Fedora 23 in a VM, and that worked much better than my system.<div><br></div><div>So I nuked RVM and got past this error.</div><div><br></div><div>If the ADB guys wanna know: yep, maybe have a look at how this works in the context of RVM install in your $HOME and on the $PATH. :)</div><div><br></div><div>S,</div><div>ALR</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, May 15, 2016 at 10:43 AM, Andrew Lee Rubinger <span dir="ltr"><<a href="mailto:alr@redhat.com" target="_blank">alr@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Sat, May 14, 2016 at 3:08 PM, Lalatendu Mohanty <span dir="ltr"><<a href="mailto:lmohanty@redhat.com" target="_blank">lmohanty@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>+container-tools<span><br>
      <br>
      On 05/14/2016 08:18 PM, Andrew Lee Rubinger wrote:<br>
    </span></div><span>
    <blockquote type="cite">
      <div dir="ltr"><br>
        <div><br>
        </div>
        <div>Spent some time getting Vagrant to cooperate on Fedora 23
          and then figured I'd ping here :)</div>
        <div><br>
        </div>
        <div>From instructions at:</div>
        <div><br>
        </div>
        <div>  <a href="https://github.com/ALRubinger/adb-atomic-developer-bundle/blob/master/docs/installing.rst" target="_blank">https://github.com/ALRubinger/adb-atomic-developer-bundle/blob/master/docs/installing.rst</a></div>
        <div><br>
        </div>
        <div>Did:</div>
        <div><br>
        </div>
        <div>  $ sudo dnf -y install vagrant-libvirt</div>
        <div>  $ sudo systemctl start libvirtd</div>
        <div>  $ sudo systemctl enable libvirtd</div>
        <div>  $ vagrant init projectatomic/adb</div>
        <div>  $ vagrant up</div>
        <div><br>
        </div>
        <div>Now getting the following:</div>
        <div><br>
        </div>
        <div>  <a href="https://gist.github.com/ALRubinger/0c6f9fe48d18e49bef9176d16bab02ce" target="_blank">https://gist.github.com/ALRubinger/0c6f9fe48d18e49bef9176d16bab02ce</a><br>
        </div>
        <div><br>
        </div>
        <div>Note that I have 2 Ruby environments going on, one in my
          /home managed by RVM and other other from stock dnf:</div>
        <div><br>
        </div>
        <div>
          <div>[alr@overdrive adb]$ which ruby</div>
          <div>~/.rvm/rubies/ruby-2.2.4/bin/ruby</div>
          <div>[alr@overdrive adb]$ sudo which ruby</div>
          <div>/bin/ruby</div>
        </div>
        <div><br>
        </div>
        <div>Seen before?</div>
        <div><br>
        </div>
      </div>
    </blockquote></span>
    The error is : <br>
    <br>
    /usr/share/gems/gems/nokogiri-1.6.7.2/lib/nokogiri.rb:29:in
    `require': cannot load such file -- nokogiri/nokogiri (LoadError)<br>
    <br>
    I have not seen this issue exactly , but have experienced similar
    issue. the issue comes when the some of the required ruby gems are
    installed using dnf and some are using "gem install". <br>
    <br>
    For your issue I guess the nokogiri is installed using "gem install"
    . So try uninstalling it and try "dnf install rubygem-nokogiri"  and
    let us if it works :)</div></blockquote><div><br></div></span><div>Thanks! :)  But that didn't quite do it.  Not too surprised though, as the error is coming from "/usr/share/gems/gems", where dnf installed nokogiri.</div><div><br></div><div>S,</div><div>ALR</div><div><div class="h5"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000"><div><div><br>
    <br>
    <br>
    <blockquote type="cite">
      <div dir="ltr">
        <div>S,</div>
        <div>ALR</div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Fri, May 13, 2016 at 10:08 AM,
          Andrew Lee Rubinger <span dir="ltr"><<a href="mailto:alr@redhat.com" target="_blank"></a><a href="mailto:alr@redhat.com" target="_blank">alr@redhat.com</a>></span> wrote:<br>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
            <div dir="ltr">Thanks!  Looking forward to using these
              instructions to build Catapult against starting in the
              coming week. :)</div>
            <div class="gmail_extra">
              <div>
                <div><br>
                  <div class="gmail_quote">On Fri, May 13, 2016 at 10:06
                    AM, Lalatendu Mohanty <span dir="ltr"><<a href="mailto:lmohanty@redhat.com" target="_blank"></a><a href="mailto:lmohanty@redhat.com" target="_blank">lmohanty@redhat.com</a>></span>
                    wrote:<br>
                    <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Hi,<br>
                      <br>
                      ADB [1] can help setup OpenShift Origin single
                      node setup in just two commands and user can
                      choose which version of Origin to setup. Here are
                      some quick start steps for the setup.<br>
                      <br>
                      Prerequisites:<br>
                      <br>
                      * A working Vagrant setup with Virtualbox or
                      Libvirt/KVM<br>
                      <br>
                      Steps:<br>
                      <br>
                      * $ mkdir adb ; cd adb<br>
                      <br>
                      * $ vagrant init projectatomic/adb<br>
                      <br>
                      *  $ git clone <a href="https://github.com/projectatomic/adb-atomic-developer-bundle" rel="noreferrer" target="_blank">https://github.com/projectatomic/adb-atomic-developer-bundle</a><br>
                      <br>
                      * cd
                      adb-atomic-developer-bundle/components/centos/centos-openshift-setup/<br>
                      <br>
                      * Vagrant up<br>
                      <br>
                      "vagrant up" would take some time as it download
                      the OpenShift Origin's docker images (around
                      400MB) from docker hub. At the end of the vagrant
                      up you will get  information about the console web
                      url , username/password etc  for further use.<br>
                      <br>
                      At this point of time we are using little older
                      version of Origin for the default setup, but you
                      can use any tag from docker hub for Origin in the
                      Vagrantfile [2]<br>
                      <br>
                      [1] <a href="https://github.com/projectatomic/adb-atomic-developer-bundle" rel="noreferrer" target="_blank">https://github.com/projectatomic/adb-atomic-developer-bundle</a><br>
                      <br>
                      [2] <a href="https://github.com/projectatomic/adb-atomic-developer-bundle/blob/master/components/centos/centos-openshift-setup/Vagrantfile#L9" rel="noreferrer" target="_blank">https://github.com/projectatomic/adb-atomic-developer-bundle/blob/master/components/centos/centos-openshift-setup/Vagrantfile#L9</a><br>
                      <br>
                      <br>
                      Thanks,<br>
                      <br>
                      Lala<br>
                      <br>
                    </blockquote>
                  </div>
                  <br>
                  <br clear="all">
                  <div><br>
                  </div>
                </div>
              </div>
              <span><font color="#888888">-- <br>
                  <div>
                    <div dir="ltr">Red Hat Developer Programs
                      Architecture
                      <div>@ALRubinger</div>
                    </div>
                  </div>
                </font></span></div>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        <div>
          <div dir="ltr">Red Hat Developer Programs Architecture
            <div>@ALRubinger</div>
          </div>
        </div>
      </div>
    </blockquote>
    <p><br>
    </p>
  </div></div></div>

</blockquote></div></div></div><div><div class="h5"><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr">Red Hat Developer Programs Architecture<div>@ALRubinger</div></div></div>
</div></div></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Red Hat Developer Programs Architecture<div>@ALRubinger</div></div></div>
</div>