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 1SVQr2-0002Ug-3H for garchives@archives.gentoo.org; Fri, 18 May 2012 17:20:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68FA2E07B9; Fri, 18 May 2012 17:20:10 +0000 (UTC) Received: from mail2.viabit.com (mail2.viabit.com [65.246.80.16]) by pigeon.gentoo.org (Postfix) with ESMTP id B6B00E078D for ; Fri, 18 May 2012 17:18:10 +0000 (UTC) Received: from [10.1.1.204] (unknown [65.213.236.244]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail2.viabit.com (Postfix) with ESMTPSA id C213637B63 for ; Fri, 18 May 2012 13:18:09 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=orlitzky.com; s=mail2; t=1337361489; bh=AAnFn18wR27KoG9QNr+8PLm4aT/d8cmjnzVMeabIldI=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=u851BEfqd6BVPTUg+5L40x6GArWPFb9sMJnebz0HxnZHM/DNioZ6iuSvBE82/fiDp nctQFbrSo0dBGAppPZ83bobX39mfavqE+ECOfdHomUL8/VOEy0ywjXsah6wZ6SYjnz TXXdrPa3L0a94jFGQZdg7t9Bn/3ILqsxbutTo854= Message-ID: <4FB68450.1070103@orlitzky.com> Date: Fri, 18 May 2012 13:18:08 -0400 From: Michael Orlitzky User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.3) Gecko/20120423 Thunderbird/10.0.3 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] gem install linecache19 fails References: <20120516125720.GA1741@1126.icef.local> In-Reply-To: <20120516125720.GA1741@1126.icef.local> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 27a3a7e0-3f7e-4dad-ab46-cea1c269ed56 X-Archives-Hash: dcb37c4d6a0a4ec5ff44e1511f9650ed On 05/16/12 08:57, 1126 wrote: > 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. > Relevant: http://bugs.gentoo.org/show_bug.cgi?id=398455 Other people seem to have had the same problem. Try the git version, it's somewhat more likely to work considering the last commit was "updated for Ruby 1.9.3": https://github.com/mark-moseley/linecache