From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-2.1 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER,URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.kgio.general Subject: Re: kgio can't build native extension Date: Wed, 3 Aug 2011 00:13:19 -0700 Message-ID: <20110803071319.GA23689@dcvr.yhbt.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1312355611 12016 80.91.229.12 (3 Aug 2011 07:13:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 3 Aug 2011 07:13:31 +0000 (UTC) To: kgio@librelist.com Original-X-From: kgio@librelist.com Wed Aug 03 09:13:27 2011 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: kgio@librelist.com Xref: news.gmane.org gmane.comp.lang.ruby.kgio.general:52 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QoVdv-0002vi-5G for gclrkg-kgio@m.gmane.org; Wed, 03 Aug 2011 09:13:27 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 3AC1321CA54 for ; Wed, 3 Aug 2011 07:14:18 +0000 (UTC) Kelsey E wrote: > Hi, > > I'm a webdesigner working with a developer on a group project. I am under > the impression that kgio is 1) not needed for the "bundle exec padrino start > command" and 2) not for windows, just for *nix as per a forum > post. however, whenever I run "bundle exec padrino start" it says kgio not > found in any of the sources. I have no idea what Padrino requires of kgio, maybe it uses Unicorn (or Rainbows!)? If you're just developing and not serving large amounts of traffic, stick with WEBrick which runs with Ruby and you shouldn't need kgio. > Also, in bundle install kgio is not able to be installed. I get ERROR: Error > installing kgio: ERROR: Failed to build gem native extension. Is there a gem_make.out file in your gems directory telling you what the failure is? Also try just running "gem install kgio" > Could you please advise how to work around both issues? What OS are you using? I can't help with non-Free OSes, but there are some posts in the kgio list archives for various Unix-like OSes that aren't officially supported: http://librelist.com/browser//kgio/2011/7/21/which-libraries-are-required-on-mac-osx-for-kgio-gem-installs/ http://librelist.com/browser//kgio/2011/5/6/stance-on-mac-os-x-support/ -- Eric Wong