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: AS47066 71.19.144.0/20 X-Spam-Status: No, score=-1.9 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER 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: Problem after installing kgio gem with ruby 2.0.0 Date: Fri, 25 Jul 2014 18:00:07 +0000 Message-ID: <20140725180007.GA27611@dcvr.yhbt.net> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1406311227 21968 80.91.229.3 (25 Jul 2014 18:00:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Jul 2014 18:00:27 +0000 (UTC) To: kgio@librelist.org Original-X-From: kgio@librelist.org Fri Jul 25 20:00:20 2014 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.org Xref: news.gmane.org gmane.comp.lang.ruby.kgio.general:278 Archived-At: Received: from zedshaw2.xen.prgmr.com ([71.19.156.177]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XAjn1-0005vy-Ft for gclrkg-kgio@m.gmane.org; Fri, 25 Jul 2014 20:00:19 +0200 Received: from zedshaw2.xen.prgmr.com (unknown [IPv6:::1]) by zedshaw2.xen.prgmr.com (Postfix) with ESMTP id CA607751BB for ; Fri, 25 Jul 2014 18:10:31 +0000 (UTC) James Smith wrote: > Here are the environment details: > OS: Ubuntu Server 12 > Ruby: 2.0.0-p247 > Gem: 1.8.24 > > I got around this problem by upgrading to Ruby 2.1.2p95. I didn't try > versions between 2.0.0-p247 and 2.1.2p95 so can't say when the problem goes > away. Hi James, thanks for the report. How did you install build and install Ruby + RubyGems? Can you reproduce the problem on other C extension gems with ruby 2.0.0-p247 and RubyGems 1.8.24? I suspect this to be a problem with the Ruby/RubyGems installation itself and perhaps a bug of your distribution/build/install tools. Since you have no problem with Ruby 2.1.2p95, I do not think it is a problem specific to kgio.