Return-Path: Delivered-To: apmail-incubator-buildr-user-archive@locus.apache.org Received: (qmail 28743 invoked from network); 29 Jun 2008 05:35:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jun 2008 05:35:26 -0000 Received: (qmail 57490 invoked by uid 500); 29 Jun 2008 05:35:27 -0000 Delivered-To: apmail-incubator-buildr-user-archive@incubator.apache.org Received: (qmail 57482 invoked by uid 500); 29 Jun 2008 05:35:27 -0000 Mailing-List: contact buildr-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: buildr-user@incubator.apache.org Delivered-To: mailing list buildr-user@incubator.apache.org Received: (qmail 57471 invoked by uid 99); 29 Jun 2008 05:35:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jun 2008 22:35:27 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=RCVD_NUMERIC_HELO,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [66.160.189.173] (HELO deanbrook.org) (66.160.189.173) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 29 Jun 2008 05:34:35 +0000 Received: from 72.173.29.84 ([72.173.29.84]) by deanbrook.org for ; Sat, 28 Jun 2008 22:34:49 -0700 Mime-Version: 1.0 Message-Id: Date: Sun, 29 Jun 2008 01:34:37 -0400 To: buildr-user@incubator.apache.org From: Stephen Bannasch Subject: problems installing buildr JRuby trunk on MacOS 10.5.3 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Virus-Checked: Checked by ClamAV on apache.org This is using trunk JRuby (r7043) which is now using rubygems 1.1.2 [jruby.git (work)]$ jruby -S gem install buildr JRuby limited openssl loaded. gem install jruby-openssl for full support. http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL ERROR: Error installing buildr: buildr requires net-ssh (= 2.0.1, runtime) # ok install net-ssh v2.0.1 manually ... [jruby.git (work)]$ jruby -S gem install net-ssh -v2.0.1 JRuby limited openssl loaded. gem install jruby-openssl for full support. http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL Successfully installed net-ssh-2.0.1 1 gem installed Installing ri documentation for net-ssh-2.0.1... Installing RDoc documentation for net-ssh-2.0.1... # now try again ... [jruby.git (work)]$ jruby -S gem install buildr JRuby limited openssl loaded. gem install jruby-openssl for full support. http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL ERROR: Error installing buildr: buildr requires net-sftp (= 2.0.0, runtime) # looks like it's going to do this for every dependency one at a time!