Date: Tue, 13 Nov 2012 22:08:27 -0600 From: Paul Schmehl <pschmehl_lists@tx.rr.com> To: Steve Wills <swills@FreeBSD.org> Cc: FreeBSD Ports List <freebsd-ruby@FreeBSD.org> Subject: Re: My first ruby-based port Message-ID: <DD15D0D172CBE5FE621B5943@Pauls-MacBook-Pro.local> In-Reply-To: <50A2EA57.9070700@FreeBSD.org> References: <05D08C9ADA8C05A8ADC45777@utd71538.campus.ad.utdallas.edu> <50A2EA57.9070700@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--On November 13, 2012 7:48:23 PM -0500 Steve Wills <swills@FreeBSD.org>
wrote:
> On 11/12/12 10:32, Paul Schmehl wrote:
>> I'm working on porting snorby.
>
> Great, glad to hear that!
>
>> 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.
>
> Someone else was working on this but ran into an issue that I can't
> recall. Something to do with image libraries I think.
>
>> 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.
>
> Calling bundle install is probably not the way to go, for a number of
> reasons. Take a look at how other rubygem- ports are built.
>
>> 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
>
> It's trying to call git to download what I guess is a fork of
> delayed_job_data_mapper. There's a port for delayed_job_data_mapper
> already I think. Fetching things from git respos without somehow
> verifying them is something we avoid.
>
I may have bitten off more than I can chew. This stuff is greek to me.
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?DD15D0D172CBE5FE621B5943>
