[chef] Re: net::ftp error from libffi.rb in omnibus-software


Chronological Thread 
  • From: Daniel DeLeo < >
  • To:
  • Subject: [chef] Re: net::ftp error from libffi.rb in omnibus-software
  • Date: Fri, 11 Jul 2014 11:03:10 -0700



On Friday, July 11, 2014 at 10:49 AM, John Alberts wrote:

> I'm trying to build a package using omnibus-ruby on my osx mavericks 
> laptop. The package uses the ruby and rubygems recipes (are they called 
> recipes in omnibus?) from omnibus-software which pulls in libffi.rb. libffi 
> is trying to download a tarball via ftp and I'm getting a net::ftp error. 
> I've tried adding a "require 'net/ftp'" to the git_fetcher.rb in 
> omnibus-ruby, but that doesn't help.
> Any thoughts on how I can fix this error?
> 
> Full error is here: https://gist.github.com/albertsj1/af22659753599dffe367
> 
> Thanks
> 
> 
> -- 
> John Alberts

net/ftp is part of the ruby stdlib, so it seems your ruby installation is 
busted (or you have something very wrong with your load path). Find your ruby 
stdlib dir (something like `gem which forwardable` should get you close) and 
check if net/ftp.rb is there.

-- 
Daniel DeLeo






Archive powered by MHonArc 2.6.16.

§