Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] rubygems-1.9.1 error
Date: Mon, 24 Mar 2014 22:45:02
Message-Id: 201403242244.48306.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] rubygems-1.9.1 error by Tom Wijsman
1 On Monday 24 Mar 2014 21:28:56 Tom Wijsman wrote:
2 > On Mon, 24 Mar 2014 20:23:55 +0000
3 >
4 > Mick <michaelkintzios@×××××.com> wrote:
5 > > /usr/lib64/ruby/1.9.1/rubygems.rb:30:in `require': cannot load such
6 > > file -- rubygems/defaults (LoadError)
7 > >
8 > > The missing file is there, I think:
9 > >
10 > > # ls -la /usr/lib64/ruby/1.9.1/rubygems.rb
11 > > -rw-r--r-- 1 root root 34951 Apr 20
12 > > 2012 /usr/lib64/ruby/1.9.1/rubygems.rb
13 > >
14 > > What now?
15 >
16 > It can't load what is on line 30 of that file; there'll be a require
17 > instruction, and that require instruction would bring in another file.
18
19 Aha! That's what it meant. :-)
20
21 The line in question is:
22
23 require 'rubygems/defaults'
24
25 Where should I look for that?
26
27 --
28 Regards,
29 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] rubygems-1.9.1 error Tom Wijsman <TomWij@g.o>