Gentoo Archives: gentoo-user

From: Tom Wijsman <TomWij@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] rubygems-1.9.1 error
Date: Mon, 24 Mar 2014 23:23:37
Message-Id: 20140325002308.519d8abb@gentoo.org
In Reply to: Re: [gentoo-user] rubygems-1.9.1 error by Mick
1 On Mon, 24 Mar 2014 22:44:23 +0000
2 Mick <michaelkintzios@×××××.com> wrote:
3
4 > On Monday 24 Mar 2014 21:28:56 Tom Wijsman wrote:
5 > > On Mon, 24 Mar 2014 20:23:55 +0000
6 > >
7 > > Mick <michaelkintzios@×××××.com> wrote:
8 > > > /usr/lib64/ruby/1.9.1/rubygems.rb:30:in `require': cannot load
9 > > > such file -- rubygems/defaults (LoadError)
10 > > >
11 > > > The missing file is there, I think:
12 > > >
13 > > > # ls -la /usr/lib64/ruby/1.9.1/rubygems.rb
14 > > > -rw-r--r-- 1 root root 34951 Apr 20
15 > > > 2012 /usr/lib64/ruby/1.9.1/rubygems.rb
16 > > >
17 > > > What now?
18 > >
19 > > It can't load what is on line 30 of that file; there'll be a require
20 > > instruction, and that require instruction would bring in another
21 > > file.
22 >
23 > Aha! That's what it meant. :-)
24 >
25 > The line in question is:
26 >
27 > require 'rubygems/defaults'
28 >
29 > Where should I look for that?
30
31 Not that I know Ruby programming; but I assume that either looks for
32 a defaults file in a rubygems directory, or it looks for a defaults
33 module inside a rubygems file.
34
35 You might want to file a bug at https://bugs.gentoo.org for the
36 Ruby maintainers to fix this dependency.
37
38 --
39 With kind regards,
40
41 Tom Wijsman (TomWij)
42 Gentoo Developer
43
44 E-mail address : TomWij@g.o
45 GPG Public Key : 6D34E57D
46 GPG Fingerprint : C165 AF18 AB4C 400B C3D2 ABF0 95B2 1FCD 6D34 E57D

Attachments

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

Replies

Subject Author
Re: [gentoo-user] rubygems-1.9.1 error Mick <michaelkintzios@×××××.com>