Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion bundle install doesn't work for git gems

Received: by 10.66.89.163 with SMTP id bp3mr689055pab.6.1345219960264;
        Fri, 17 Aug 2012 09:12:40 -0700 (PDT)
X-BeenThere: ruby-bundler@googlegroups.com
Received: by 10.68.211.228 with SMTP id nf4ls2015241pbc.4.gmail; Fri, 17 Aug
 2012 09:12:39 -0700 (PDT)
Received: by 10.66.76.130 with SMTP id k2mr852774paw.16.1345219959634;
        Fri, 17 Aug 2012 09:12:39 -0700 (PDT)
Received: by 10.66.76.130 with SMTP id k2mr852773paw.16.1345219959582;
        Fri, 17 Aug 2012 09:12:39 -0700 (PDT)
Return-Path: <an...@arko.net>
Received: from mail-pb0-f44.google.com (mail-pb0-f44.google.com [209.85.160.44])
        by gmr-mx.google.com with ESMTPS id vo7si430072pbc.1.2012.08.17.09.12.39
        (version=TLSv1/SSLv3 cipher=OTHER);
        Fri, 17 Aug 2012 09:12:39 -0700 (PDT)
Received-SPF: pass (google.com: domain of an...@arko.net designates 209.85.160.44 as permitted sender) client-ip=209.85.160.44;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of an...@arko.net designates 209.85.160.44 as permitted sender) smtp.mail=an...@arko.net; dkim=pass header...@arko.net
Received: by mail-pb0-f44.google.com with SMTP id rr4so4275013pbb.3
        for <ruby-bundler@googlegroups.com>; Fri, 17 Aug 2012 09:12:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=arko.net; s=google;
        h=from:mime-version:content-type:subject:date:in-reply-to:to
         :references:message-id:x-mailer;
        bh=AD1+FXsa0fBKTApFhtBzS7WGNwFj3BwrCsWjzegxBVw=;
        b=VjbQQdGRfGG+jJJ1NSi5zZDsPbhd3RwiVfrO1dVC1FFMtzYOxbo45Kz9tieI3QMWTJ
         ey8qka3C6BCn0zaYc1rUniHy76lWEnxLSc1uAO/DTI/x2yXJLLYHJgH6/hB/tuuXvEFm
         fAV9HRvWc5/HRwBuKiaHOBAJyQWaPmN6/tlvk=
        d=google.com; s=20120113;
        h=from:mime-version:content-type:subject:date:in-reply-to:to
         :references:message-id:x-mailer:x-gm-message-state;
        bh=AD1+FXsa0fBKTApFhtBzS7WGNwFj3BwrCsWjzegxBVw=;
        b=JSmGbA6ZZpoAIWX+GCtOa+PRAY2RvZjc4O9WttRRW86IFtvSPAOQQG1qIsrZLRK3uK
         FasZGweG4YmuGqJzDlBeZtBecTcPwa5uSbwJhI5ff8Y1Jtyf6qRvr5N8Y/DIU1Ujo7D4
         K+T7f1ynA4XkQvDwR9vtuStFBIKtah6II1//QOZFBdIYsntevZ6beL+6hh2dr0vK+rgb
         NPfKTZW+oUzG2fPOJb6SNnz4Mx8aB1yQkxrJZzjrFkGqW6k07muCCrEFXWvsDTW05Zll
         7WEcaFLoZYnl547r6GuydfRkxHwudNP3NKO+Npf4pSI6NaKm3UgwRuRfsnJvTjn4UDlc
         l6Gw==
Received: by 10.68.203.34 with SMTP id kn2mr12442539pbc.144.1345219959002;
        Fri, 17 Aug 2012 09:12:39 -0700 (PDT)
Return-Path: <an...@arko.net>
Received: from kaze.lan (70-36-143-123.dsl.dynamic.sonic.net. [70.36.143.123])
        by mx.google.com with ESMTPS id kp3sm5168310pbc.64.2012.08.17.09.12.36
        (version=TLSv1/SSLv3 cipher=OTHER);
        Fri, 17 Aug 2012 09:12:37 -0700 (PDT)
From: Andre Arko <an...@arko.net>
Mime-Version: 1.0 (Apple Message framework v1278)
Content-Type: multipart/alternative; boundary="Apple-Mail=_771EA3A5-5F70-4AA1-BA05-64DBEB258DD7"
Subject: Re: bundle install doesn't work for git gems
Date: Fri, 17 Aug 2012 09:12:34 -0700
In-Reply-To: <ab63399d-b535-40ea-b3d6-49fcf2f189b4@googlegroups.com>
To: ruby-bundler@googlegroups.com
References: <ab63399d-b535-40ea-b3d6-49fcf2f189b4@googlegroups.com>
Message-Id: <EF81BEEA-A0C1-44BD-B91E-D7D9E84DE...@arko.net>
X-Mailer: Apple Mail (2.1278)
X-Gm-Message-State: ALoCoQl23/93ba4bGmo5NWONds9guh1P20BBqBk8FYBmCegHaDlfRbOhnxHHCH6o7mHlTINYdL3n


--Apple-Mail=_771EA3A5-5F70-4AA1-BA05-64DBEB258DD7
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=iso-8859-1

This seems like it's probably a bug, at least from what you've written =
in this email. The same situation you describe works correctly under =
MRI, so it's also possibly that JRuby works differently. Please see =
https://github.com/carlhuda/bundler/blob/master/ISSUES.md for =
instructions on troubleshooting and filing bug reports.

On Aug 16, 2012, at 12:26 PM, tom_302 wrote:

> Hello,
>=20
> I've cloned a rails 3-1-stable to a local git repo:
>=20
> bash-3.2$ jruby -S bundle exec rake -T
> =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/source.rb:574:in `load_spec_files': git://github.com/fxn/sdoc.git (at =
master) is not checked out. Please run `bundle install` =
(Bundler::GitError)
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/source.rb:372:in `local_specs'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/source.rb:557:in `specs'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:188:in `resolve'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:186:in `each'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:186:in `resolve'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:127:in `specs'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:172:in `specs_for'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:161:in `requested_specs'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/environment.rb:23:in `requested_specs'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/runtime.rb:11:in `setup'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er.rb:107:in `setup'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/setup.rb:17
>=20
>=20
> bash-3.2$ jruby -S bundle install
> Using rake (0.9.2.2)=20
> Using RedCloth (4.2.9)=20
> Using multi_json (1.2.0)=20
> Using activesupport (3.1.6) from source at .=20
> Using builder (3.0.0)=20
> Using i18n (0.6.0)=20
> Using activemodel (3.1.6) from source at .=20
> Using erubis (2.7.0)=20
> Using rack (1.3.6)=20
> Using rack-cache (1.2)=20
> Using rack-mount (0.8.3)=20
> Using rack-test (0.6.1)=20
> Using hike (1.2.1)=20
> Using tilt (1.3.3)=20
> Using sprockets (2.0.4)=20
> Using actionpack (3.1.6) from source at .=20
> Using mime-types (1.19)=20
> Using polyglot (0.3.3)=20
> Using treetop (1.4.10)=20
> Using mail (2.3.3)=20
> Using actionmailer (3.1.6) from source at .=20
> Using arel (2.2.3)=20
> Using tzinfo (0.3.33)=20
> Using activerecord (3.1.6) from source at .=20
> Using activerecord-jdbc-adapter (1.2.2)=20
> Using jdbc-mysql (5.1.13)=20
> Using activerecord-jdbcmysql-adapter (1.2.2)=20
> Using jdbc-postgres (9.1.901)=20
> Using activerecord-jdbcpostgresql-adapter (1.2.2)=20
> Using jdbc-sqlite3 (3.7.2)=20
> Using activerecord-jdbcsqlite3-adapter (1.2.2)=20
> Using activeresource (3.1.6) from source at .=20
> Using bcrypt-ruby (3.0.1)=20
> Using bouncy-castle-java (1.5.0146.1)=20
> Using bundler (1.1.3)=20
> Using execjs (1.4.0)=20
> Using rack-ssl (1.3.2)=20
> Using json (1.7.4)=20
> Using rdoc (3.12)=20
> Using thor (0.14.6)=20
> Using railties (3.1.6) from source at .=20
> Using jquery-rails (2.0.3)=20
> Using jruby-openssl (0.7.7)=20
> Using json_pure (1.7.4)=20
> Using memcache-client (1.8.5)=20
> Using metaclass (0.0.1)=20
> Using mocha (0.10.5)=20
> Using nokogiri (1.5.5)=20
> Using rails (3.1.6) from source at . Enter your password to install =
the bundled RubyGems to your system:=20
>=20
> Using sdoc (0.3.15) from git://github.com/fxn/sdoc.git (at master)=20
> Using uglifier (1.2.4)=20
> Using w3c_validators (1.2)=20
> Your bundle is complete! Use `bundle show [gemname]` to see where a =
bundled gem is installed.
>=20
> Even though I copied/pasted Bundler's exact instructions, I receive =
the same error:
>=20
> bash-3.2$ jruby -S bundle exec rake -T
> =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/source.rb:574:in `load_spec_files': git://github.com/fxn/sdoc.git (at =
master) is not checked out. Please run `bundle install` =
(Bundler::GitError)
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/source.rb:372:in `local_specs'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/source.rb:557:in `specs'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:188:in `resolve'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:186:in `each'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:186:in `resolve'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:127:in `specs'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:172:in `specs_for'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:161:in `requested_specs'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/environment.rb:23:in `requested_specs'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/runtime.rb:11:in `setup'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er.rb:107:in `setup'
> 	from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/setup.rb:17
> bash-3.2$=20
>=20
> It seems bundler isn't even self-consistant with its own instructions =
and install paths.  (I see that bundler installs the git-based gem in =
~/.bundler/cache/get/sdoc-.... but evidently bundler doesn't check that =
location when testing if gems are installed.)
>=20
> (If I bypass bundler entirely and run 'jruby -S gem install sdoc' the =
gem is installed in /opt/local/share/java/jruby/lib/ruby/gems/1.8/gems.  =
And then even jruby -S bundle exec rake -T works). =20
>=20
> Any advise is much appreciated.
>=20
>=20
> --=20
> You received this message because you are subscribed to the Google =
Groups "ruby-bundler" group.
> To view this discussion on the web visit =
https://groups.google.com/d/msg/ruby-bundler/-/RBvDWJrQX2IJ.
> To post to this group, send email to ruby-bundler@googlegroups.com.
> To unsubscribe from this group, send email to =
ruby-bundler+unsubscribe@googlegroups.com.
> For more options, visit this group at =
http://groups.google.com/group/ruby-bundler?hl=3Den.


--Apple-Mail=_771EA3A5-5F70-4AA1-BA05-64DBEB258DD7
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=iso-8859-1

<html><head></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; =
"><div>This seems like it's probably a bug, at least from what you've =
written in this email. The same situation you describe works correctly =
under MRI, so it's also possibly that JRuby works differently. Please =
see <a =
href=3D"https://github.com/carlhuda/bundler/blob/master/ISSUES.md">https:/=
/github.com/carlhuda/bundler/blob/master/ISSUES.md</a> for instructions =
on troubleshooting and filing bug reports.</div><br><div><div>On Aug 16, =
2012, at 12:26 PM, tom_302 wrote:</div><br =
class=3D"Apple-interchange-newline"><blockquote =
type=3D"cite"><div>Hello,</div><div><br></div><div>I've cloned a rails =
3-1-stable to a local git repo:<br></div><div><font face=3D"courier new, =
monospace"><br></font></div><div><div><font face=3D"courier new, =
monospace">bash-3.2$ jruby -S bundle exec rake -T</font></div><div><font =
face=3D"courier new, =
monospace">/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.=
3/lib/bundler/source.rb:574:in `load_spec_files': <a =
href=3D"git://github.com/fxn/sdoc.git">git://github.com/fxn/sdoc.git</a> =
(at master) is not checked out. Please run `<b style=3D"background-color: =
rgb(255, 255, 0);">bundle install</b>` =
(Bundler::GitError)</font></div><div><font face=3D"courier new, =
monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/source.rb:372:in `local_specs'</font></div><div><font face=3D"courier =
new, monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/source.rb:557:in `specs'</font></div><div><font face=3D"courier new, =
monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:188:in `resolve'</font></div><div><font face=3D"courier =
new, monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:186:in `each'</font></div><div><font face=3D"courier =
new, monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:186:in `resolve'</font></div><div><font face=3D"courier =
new, monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:127:in `specs'</font></div><div><font face=3D"courier =
new, monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:172:in `specs_for'</font></div><div><font face=3D"courier=
 new, monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">=
	</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:161:in `requested_specs'</font></div><div><font =
face=3D"courier new, monospace"><span class=3D"Apple-tab-span" =
style=3D"white-space:pre">	</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/environment.rb:23:in `requested_specs'</font></div><div><font =
face=3D"courier new, monospace"><span class=3D"Apple-tab-span" =
style=3D"white-space:pre">	</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/runtime.rb:11:in `setup'</font></div><div><font face=3D"courier new, =
monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er.rb:107:in `setup'</font></div><div><font face=3D"courier new, =
monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/setup.rb:17</font></div><div><font face=3D"courier new, =
monospace"><br></font></div><div><font face=3D"courier new, =
monospace"><br></font></div><div><font face=3D"courier new, =
monospace">bash-3.2$ jruby -S <b style=3D"background-color: rgb(255, =
255, 0);">bundle install</b></font></div><div><font face=3D"courier new, =
monospace">Using rake (0.9.2.2)&nbsp;</font></div><div><font =
face=3D"courier new, monospace">Using RedCloth =
(4.2.9)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using multi_json (1.2.0)&nbsp;</font></div><div><font =
face=3D"courier new, monospace">Using activesupport (3.1.6) from source =
at .&nbsp;</font></div><div><font face=3D"courier new, monospace">Using =
builder (3.0.0)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using i18n (0.6.0)&nbsp;</font></div><div><font face=3D"courier=
 new, monospace">Using activemodel (3.1.6) from source at =
.&nbsp;</font></div><div><font face=3D"courier new, monospace">Using =
erubis (2.7.0)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using rack (1.3.6)&nbsp;</font></div><div><font face=3D"courier=
 new, monospace">Using rack-cache (1.2)&nbsp;</font></div><div><font =
face=3D"courier new, monospace">Using rack-mount =
(0.8.3)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using rack-test (0.6.1)&nbsp;</font></div><div><font =
face=3D"courier new, monospace">Using hike =
(1.2.1)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using tilt (1.3.3)&nbsp;</font></div><div><font face=3D"courier=
 new, monospace">Using sprockets (2.0.4)&nbsp;</font></div><div><font =
face=3D"courier new, monospace">Using actionpack (3.1.6) from source at =
.&nbsp;</font></div><div><font face=3D"courier new, monospace">Using =
mime-types (1.19)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using polyglot (0.3.3)&nbsp;</font></div><div><font =
face=3D"courier new, monospace">Using treetop =
(1.4.10)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using mail (2.3.3)&nbsp;</font></div><div><font face=3D"courier=
 new, monospace">Using actionmailer (3.1.6) from source at =
.&nbsp;</font></div><div><font face=3D"courier new, monospace">Using =
arel (2.2.3)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using tzinfo (0.3.33)&nbsp;</font></div><div><font =
face=3D"courier new, monospace">Using activerecord (3.1.6) from source =
at .&nbsp;</font></div><div><font face=3D"courier new, monospace">Using =
activerecord-jdbc-adapter (1.2.2)&nbsp;</font></div><div><font =
face=3D"courier new, monospace">Using jdbc-mysql =
(5.1.13)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using activerecord-jdbcmysql-adapter =
(1.2.2)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using jdbc-postgres (9.1.901)&nbsp;</font></div><div><font =
face=3D"courier new, monospace">Using =
activerecord-jdbcpostgresql-adapter (1.2.2)&nbsp;</font></div><div><font =
face=3D"courier new, monospace">Using jdbc-sqlite3 =
(3.7.2)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using activerecord-jdbcsqlite3-adapter =
(1.2.2)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using activeresource (3.1.6) from source at =
.&nbsp;</font></div><div><font face=3D"courier new, monospace">Using =
bcrypt-ruby (3.0.1)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using bouncy-castle-java =
(1.5.0146.1)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using bundler (1.1.3)&nbsp;</font></div><div><font =
face=3D"courier new, monospace">Using execjs =
(1.4.0)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using rack-ssl (1.3.2)&nbsp;</font></div><div><font =
face=3D"courier new, monospace">Using json =
(1.7.4)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using rdoc (3.12)&nbsp;</font></div><div><font face=3D"courier =
new, monospace">Using thor (0.14.6)&nbsp;</font></div><div><font =
face=3D"courier new, monospace">Using railties (3.1.6) from source at =
.&nbsp;</font></div><div><font face=3D"courier new, monospace">Using =
jquery-rails (2.0.3)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using jruby-openssl (0.7.7)&nbsp;</font></div><div><font =
face=3D"courier new, monospace">Using json_pure =
(1.7.4)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using memcache-client (1.8.5)&nbsp;</font></div><div><font =
face=3D"courier new, monospace">Using metaclass =
(0.0.1)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using mocha (0.10.5)&nbsp;</font></div><div><font =
face=3D"courier new, monospace">Using nokogiri =
(1.5.5)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using rails (3.1.6) from source at . Enter your password to =
install the bundled RubyGems to your =
system:&nbsp;</font></div><div><font face=3D"courier new, =
monospace"><br></font></div><div><font face=3D"courier new, =
monospace">Using sdoc (0.3.15) from <a =
href=3D"git://github.com/fxn/sdoc.git">git://github.com/fxn/sdoc.git</a> =
(at master)&nbsp;</font></div><div><font face=3D"courier new, =
monospace">Using uglifier (1.2.4)&nbsp;</font></div><div><font =
face=3D"courier new, monospace">Using w3c_validators =
(1.2)&nbsp;</font></div><div><font face=3D"courier new, monospace">Your =
bundle is complete! Use `bundle show [gemname]` to see where a bundled =
gem is installed.</font></div><div><br></div><div>Even though =
I&nbsp;copied/pasted Bundler's exact instructions, I receive the same =
error:</div><div><br></div><div><font face=3D"courier new, =
monospace">bash-3.2$ jruby -S bundle exec rake -T</font></div><div><font =
face=3D"courier new, =
monospace">/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.=
3/lib/bundler/source.rb:574:in `load_spec_files': <a =
href=3D"git://github.com/fxn/sdoc.git">git://github.com/fxn/sdoc.git</a> =
(at master) is not checked out. Please run `bundle install` =
(Bundler::GitError)</font></div><div><font face=3D"courier new, =
monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/source.rb:372:in `local_specs'</font></div><div><font face=3D"courier =
new, monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/source.rb:557:in `specs'</font></div><div><font face=3D"courier new, =
monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:188:in `resolve'</font></div><div><font face=3D"courier =
new, monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:186:in `each'</font></div><div><font face=3D"courier =
new, monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:186:in `resolve'</font></div><div><font face=3D"courier =
new, monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:127:in `specs'</font></div><div><font face=3D"courier =
new, monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:172:in `specs_for'</font></div><div><font face=3D"courier=
 new, monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">=
	</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/definition.rb:161:in `requested_specs'</font></div><div><font =
face=3D"courier new, monospace"><span class=3D"Apple-tab-span" =
style=3D"white-space:pre">	</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/environment.rb:23:in `requested_specs'</font></div><div><font =
face=3D"courier new, monospace"><span class=3D"Apple-tab-span" =
style=3D"white-space:pre">	</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/runtime.rb:11:in `setup'</font></div><div><font face=3D"courier new, =
monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er.rb:107:in `setup'</font></div><div><font face=3D"courier new, =
monospace"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
</span>from =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems/bundler-1.1.3/lib/bundl=
er/setup.rb:17</font></div><div><font face=3D"courier new, =
monospace">bash-3.2$&nbsp;</font></div></div><div><br></div><div>It =
seems bundler isn't even self-consistant with its own instructions and =
install paths.&nbsp; (I see that bundler installs the git-based gem in =
~/.bundler/cache/get/sdoc-.... but evidently bundler doesn't check that =
location when testing if gems are =
installed.)</div><div><br></div><div>(If I bypass bundler entirely and =
run 'jruby -S gem install sdoc' the gem is installed in =
/opt/local/share/java/jruby/lib/ruby/gems/1.8/gems. &nbsp;And then even =
jruby -S bundle exec rake -T works). &nbsp;</div><div><br></div><div>Any =
advise is much appreciated.</div><div><br></div><div><br =
class=3D"webkit-block-placeholder"></div>

-- <br>
You received this message because you are subscribed to the Google =
Groups "ruby-bundler" group.<br>
To view this discussion on the web visit <a =
href=3D"https://groups.google.com/d/msg/ruby-bundler/-/RBvDWJrQX2IJ">https=
://groups.google.com/d/msg/ruby-bundler/-/RBvDWJrQX2IJ</a>.<br>=20
To post to this group, send email to <a =
href=3D"mailto:ruby-bundler@googlegroups.com">ruby-bund...@googlegroups.co=
m</a>.<br>
To unsubscribe from this group, send email to <a =
href=3D"mailto:ruby-bundler+unsubscribe@googlegroups.com">ruby-bundler+uns=
ubscribe@googlegroups.com</a>.<br>

For more options, visit this group at <a =
href=3D"http://groups.google.com/group/ruby-bundler?hl=3Den">http://groups=
.google.com/group/ruby-bundler?hl=3Den</a>.<br>


</blockquote></div><br></body></html>=

--Apple-Mail=_771EA3A5-5F70-4AA1-BA05-64DBEB258DD7--