From owner-freebsd-ruby@FreeBSD.ORG Mon Nov 12 15:33:02 2012 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94379A27 for ; Mon, 12 Nov 2012 15:33:02 +0000 (UTC) (envelope-from prvs=6567dcf67=pschmehl_lists@tx.rr.com) Received: from ip-002.utdallas.edu (ip-002.utdallas.edu [129.110.20.108]) by mx1.freebsd.org (Postfix) with ESMTP id 634FF8FC0C for ; Mon, 12 Nov 2012 15:33:01 +0000 (UTC) X-Group: None X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ai0NACQWoVCBbgogTmdsb2JhbABEwlUBgRoBASNLgl0CNIEvGogdC5kBhliaMI5dgyFhA4hajj6SNQ X-IronPort-AV: E=Sophos;i="4.80,762,1344229200"; d="scan'208";a="100439469" Received: from zxtm01.utdallas.edu (HELO utd71538.utdallas.edu) ([129.110.10.32]) by ip-002.utdallas.edu with ESMTP/TLS/DHE-RSA-AES256-SHA; 12 Nov 2012 09:32:53 -0600 Date: Mon, 12 Nov 2012 09:32:51 -0600 From: Paul Schmehl To: FreeBSD Ports List Subject: My first ruby-based port Message-ID: <05D08C9ADA8C05A8ADC45777@utd71538.campus.ad.utdallas.edu> X-Mailer: Mulberry/4.1.0a1 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline; size=1538 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Paul Schmehl List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2012 15:33:02 -0000 I'm working on porting snorby. It's a ruby rails application. I've got quite a bit sorted out, but I've run into a problem that has me stumped. I'm copying the distro to ${PREFIX}/www/snorby and then running bundle install, which is based on the author's instructions on installing the app. The command runs but generates an error, and I'm not sure if this is a missing ruby or rails dependency or what the cause might be. Here's the error message: cd /var/tmp/snorby/www/snorby && /usr/local/bin/bundle install Fetching gem metadata from http://rubygems.org/..... Fetching gem metadata from http://rubygems.org/.. Fetching http://github.com/Snorby/delayed_job_data_mapper.git git: not found Git error: command `git clone 'http://github.com/Snorby/delayed_job_data_mapper.git' "/usr/local/lib/ruby/gems/1.9/cache/bundler/git/delayed_job_data_mapper-431f00851d1c0120050c4c484e6372165f307abc" --bare --no-hardlinks` in directory /var/tmp/snorby/www/snorby has failed. *** Error code 11 Hopefully someone can point me in the right direction. I've posted to the snorby mailing list but haven't gotten an answer yet. -- Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell