Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: dev-ruby/json-1.8.0
Date: Fri, 06 Jun 2014 22:48:08
Message-Id: lmtge8$pl6$1@ger.gmane.org
In Reply to: [gentoo-user] dev-ruby/json-1.8.0 by Stephen Reynolds
1 On 06/06/2014 09:48 AM, Stephen Reynolds wrote:
2 > rdoc -o doc -t 'JSON Implementation for Ruby' -m README.rdoc
3 <snip>
4 > ext/json/ext/generator/generator.c sh: rdoc: command not found
5
6 You apparently have ruby19 and ruby20 installed, is this right?
7
8 Do you have a version of ruby eselected? "eselect ruby show"
9
10 I'm using ruby19, so I have:
11
12 #ls -l /usr/bin/rdoc
13 /usr/bin/rdoc -> rdoc19
14
15 That symlink to rdoc19 was created by using "eselect ruby set" to
16 choose between ruby19 and ruby20.
17
18 Is all of the above familiar to you? If not, you may need more
19 help with managing multiple ruby versions. I find it a large PITA
20 and I could use more help myself :)

Replies

Subject Author
[gentoo-user] Re: dev-ruby/json-1.8.0 Hans de Graaff <graaff@g.o>