Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Nov 2012 09:32:51 -0600
From:      Paul Schmehl <pschmehl_lists@tx.rr.com>
To:        FreeBSD Ports List <freebsd-ruby@freebsd.org>
Subject:   My first ruby-based port
Message-ID:  <05D08C9ADA8C05A8ADC45777@utd71538.campus.ad.utdallas.edu>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?05D08C9ADA8C05A8ADC45777>