Re: [gentoo-user] Re: Understanding new ruby dependencies

2012-05-23 Thread Chris Stankevitz
On Tue, May 22, 2012 at 10:13 PM, kwk...@hkbn.net wrote: I suggest keeping an eye on ${PORTDIR}/profiles/desc directory too. This is where every one of the USE_EXPAND variables is explained in details. Thank you for all your patient help. I've been using Gentoo for years and for some reason

Re: [gentoo-user] Re: Understanding new ruby dependencies

2012-05-23 Thread Chris Stankevitz
On Tue, May 22, 2012 at 11:35 PM, Chris Stankevitz chrisstankev...@gmail.com wrote: I'm going to add RUBY_TARGETS=ruby19 to my make.conf and hope things just work. Sure enough... the update is building now and I bet everything will indeed just work. Thank you, Chris

[gentoo-user] Re: Understanding new ruby dependencies

2012-05-23 Thread Hans de Graaff
On Tue, 22 May 2012 18:10:18 -0700, Chris Stankevitz wrote: On Tue, May 22, 2012 at 11:32 AM, kwk...@hkbn.net wrote: No!  Don't do that!  Instead, you should add a line RUBY_TARGETS=ruby19 For now this should be RUBY_TARGETS=ruby18 ruby19 We currently don't support running with ruby19

Re: [gentoo-user] Re: Understanding new ruby dependencies

2012-05-23 Thread kwkhui
On Tue, 22 May 2012 23:35:21 -0700 Chris Stankevitz chrisstankev...@gmail.com wrote: On Tue, May 22, 2012 at 10:13 PM, kwk...@hkbn.net wrote: I suggest keeping an eye on ${PORTDIR}/profiles/desc directory too. This is where every one of the USE_EXPAND variables is explained in details.

Re: [gentoo-user] Re: Understanding new ruby dependencies

2012-05-23 Thread Chris Stankevitz
On Tue, May 22, 2012 at 11:35 PM, Hans de Graaff gra...@gentoo.org wrote: For now this should be RUBY_TARGETS=ruby18 ruby19 As you all suspected, I updated /etc/make.conf, emerge --newuse --deep world emerge -Du world and all is well. Here are the lines I added: # 2012-MAY-22 ruby19 is

[gentoo-user] Re: Understanding new ruby dependencies

2012-05-23 Thread Hans de Graaff
On Tue, 22 May 2012 23:35:21 -0700, Chris Stankevitz wrote: 1. What on my system is insisting on make.conf RUBY 1.9 USE_EXPAND changes? An emerge --tree is not giving me a clear answer (as it usually does). The original post in this thread provides a pastebin link to back up this claim. It

[gentoo-user] Re: Understanding new ruby dependencies

2012-05-22 Thread Hans de Graaff
On Mon, 21 May 2012 20:52:01 -0700, Chris Stankevitz wrote: Question: Is is true that the RUBY dependencies listed in the above paste link are entirely due to adding documentation support (specifically rdoc)? If so, can I tell portage to not install the rdoc stuff? I have USE=-doc already.

Re: [gentoo-user] Re: Understanding new ruby dependencies

2012-05-22 Thread Chris Stankevitz
On Mon, May 21, 2012 at 11:07 PM, Hans de Graaff gra...@gentoo.org wrote: Yes, this is true. We do this because normally ruby contains a copy of rdoc. We unbundle that and thus the external rdoc implementation is installed. Hans, Thank you, I understand. Apparently I have to add some

Re: [gentoo-user] Re: Understanding new ruby dependencies

2012-05-22 Thread kwkhui
On Tue, 22 May 2012 11:01:45 -0700 Chris Stankevitz chrisstankev...@gmail.com wrote: Apparently I have to add some ruby_targets_ruby19 USE flags to my system. No! Don't do that! Instead, you should add a line RUBY_TARGETS=ruby19 in your make.conf (or RUBY_TARGETS=ruby18 ruby19) and let

Re: [gentoo-user] Re: Understanding new ruby dependencies

2012-05-22 Thread Chris Stankevitz
On Tue, May 22, 2012 at 11:32 AM, kwk...@hkbn.net wrote: No!  Don't do that!  Instead, you should add a line RUBY_TARGETS=ruby19 Kerwin, Thank you for the warning. I'm embarrassed to say that I had absolutely no idea the proper way to deal with this change. Also embarrassing is that I

Re: [gentoo-user] Re: Understanding new ruby dependencies

2012-05-22 Thread Michael Orlitzky
On 05/22/2012 09:10 PM, Chris Stankevitz wrote: How was I supposed to learn the proper way of dealing with this RUBY-related system change? The way I learned was by watching the emerge output: $ emerge -pv dev-ruby/rails These are the packages that would be merged, in order:

Re: [gentoo-user] Re: Understanding new ruby dependencies

2012-05-22 Thread kwkhui
On Tue, 22 May 2012 23:16:00 -0400 Michael Orlitzky mich...@orlitzky.com wrote: On 05/22/2012 09:10 PM, Chris Stankevitz wrote: How was I supposed to learn the proper way of dealing with this RUBY-related system change? That change was committed two-and-a-half years ago in the eclass: