From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SUdoU-0004e3-OF for garchives@archives.gentoo.org; Wed, 16 May 2012 12:58:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22F0DE0BC3; Wed, 16 May 2012 12:58:27 +0000 (UTC) Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de [80.67.31.104]) by pigeon.gentoo.org (Postfix) with ESMTP id 63C31E0AE3 for ; Wed, 16 May 2012 12:57:04 +0000 (UTC) Received: from [213.168.82.58] (helo=localhost) by smtprelay06.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1SUdmp-00067m-F0 for gentoo-user@lists.gentoo.org; Wed, 16 May 2012 14:57:03 +0200 Date: Wed, 16 May 2012 14:57:20 +0200 From: 1126 To: Gentoo-User-List Subject: [gentoo-user] gem install linecache19 fails Message-ID: <20120516125720.GA1741@1126.icef.local> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Df-Sender: bWFpbGluZ2xpc3RzQGVsZnNlY2hzdW5kendhbnppZy5kZQ== X-Archives-Salt: d0228232-dc32-4b1d-8701-f160872649c9 X-Archives-Hash: ce86bcf24a7383de3f0a7e31ba09befb Hello, I do need the ruby-gem linecache19-0.5.12. Usually, there are two ways to install a gem, right? Via emerge and via gem install. But here, only one way works. dev-ruby/linecache only builds the ruby18-version of this gem, so I'm stuck with gem install. But gem install fails with the following error: trace_nums.c:(.text+0x22): undefined reference to `ruby_current_thread' I am using ruby-1.9.3p194, but tried with different versions as well. Does anyone have a clue what I can do to solve the problem and get linecache19-0.5.12 installed? Thanks in advance, Christian.