[gentoo-user] Re: dev-ruby/json-1.8.0

2014-06-06 Thread walt
On 06/06/2014 09:48 AM, Stephen Reynolds wrote: > rdoc -o doc -t 'JSON Implementation for Ruby' -m README.rdoc > ext/json/ext/generator/generator.c sh: rdoc: command not found You apparently have ruby19 and ruby20 installed, is this right? Do you have a version of ruby eselected? "eselect ruby

[gentoo-user] Re: dev-ruby/json-1.8.0

2014-06-07 Thread Hans de Graaff
On Fri, 06 Jun 2014 15:47:38 -0700, walt wrote: > Is all of the above familiar to you? If not, you may need more help > with managing multiple ruby versions. I find it a large PITA and I > could use more help myself :) Could you explain what bothers you or where you would need help? Hans

[gentoo-user] Re: dev-ruby/json-1.8.0

2014-06-07 Thread walt
On 06/07/2014 12:56 AM, Hans de Graaff wrote: > On Fri, 06 Jun 2014 15:47:38 -0700, walt wrote: > >> Is all of the above familiar to you? If not, you may need more help >> with managing multiple ruby versions. I find it a large PITA and I >> could use more help myself :) > > Could you explain w

[gentoo-user] Re: dev-ruby/json-1.8.0

2014-06-08 Thread Hans de Graaff
On Sat, 07 Jun 2014 17:20:22 -0700, walt wrote: > On 06/07/2014 12:56 AM, Hans de Graaff wrote: > For example, I (want to) use only ruby19: > > #grep RUBY /etc/portage/make.conf RUBY_TARGETS="ruby19" Yes, in hindsight I think that should have been the current default since ruby19 has the best

Re: [gentoo-user] Re: dev-ruby/json-1.8.0

2014-06-08 Thread Stephen Reynolds
This is what I have. stephen #grep RUBY /etc/portage/make.conf RUBY_TARGETS="ruby20" stephen # ls -l /usr/bin/rdoc lrwxrwxrwx 1 root root 6 Jun 6 20:13 /usr/bin/rdoc -> rdoc20 stephen # eselect ruby list Available Ruby profiles: [1] ruby19 (with Rubygems) [2] ruby20 (with Rubygems) * R

Re: [gentoo-user] Re: dev-ruby/json-1.8.0

2014-06-08 Thread Stephen Reynolds
Okay I am now using ruby19, This have solved my problem. Thanks stephen # eselect ruby list Available Ruby profiles: [1] ruby19 (with Rubygems) * [2] ruby20 (with Rubygems) stephen # ls -l /usr/bin/rdoclrwxrwxrwx 1 root root 6 Jun 8 11:45 /usr/bin/rdoc -> rdoc19 stephen # grep RUBY /et