[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 alread

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 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 ruby_targets_ruby19 US

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

2012-05-22 Thread kwkhui
On Tue, 22 May 2012 11:01:45 -0700 Chris Stankevitz 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 portage do the USE_EXPAND

[gentoo-user] desktop colors and widgets are weird after update

2012-05-22 Thread Grant
I just updated about a week's worth of stuff including an xfce4 update. After rebooting, my desktop colors and widgets are all kinda weird. I've seen this sort of thing before but I'm not sure what causes it. qt stuff acts like this sometimes until I do some sort of a qt config, but this is just

Re: [gentoo-user] desktop colors and widgets are weird after update

2012-05-22 Thread Alan McKinnon
On Tue, 22 May 2012 11:59:48 -0700 Grant wrote: > I just updated about a week's worth of stuff including an xfce4 > update. After rebooting, my desktop colors and widgets are all kinda > weird. I've seen this sort of thing before but I'm not sure what > causes it. qt stuff acts like this somet

[gentoo-user] OT: mount so that other users can write to mounted dir?

2012-05-22 Thread Walter Dnes
I'm not really a fan of automount, but I understand that lots of people are. I'm trying to get it fully functional under mdev, and then do a write-up on the wiki page. A Google search turns up lots of examples of code. However, the examples are for embedded devices, and they assume the only us

Re: [gentoo-user] OT: mount so that other users can write to mounted dir?

2012-05-22 Thread Alan McKinnon
On Tue, 22 May 2012 20:26:03 -0400 "Walter Dnes" wrote: > I'm not really a fan of automount, but I understand that lots of > people are. I'm trying to get it fully functional under mdev, and > then do a write-up on the wiki page. A Google search turns up lots of > examples of code. However,

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

2012-05-22 Thread Chris Stankevitz
On Tue, May 22, 2012 at 11:32 AM, 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 never heard of US

Re: [gentoo-user] Re: make of gentoo-sources-3.2.12 fails

2012-05-22 Thread Michael Scherer
On Thu, 17 May 2012 22:59:41 +0200 Alex Schuster wrote: > Michael Scherer writes: > > > 1) make output: > > > > CHK include/linux/version.h > > CHK include/generated/utsrelease.h > > CALLscripts/checksyscalls.sh > > CHK include/generated/compile.h > > LD init/moun

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: Calc

Re: [gentoo-user] desktop colors and widgets are weird after update

2012-05-22 Thread Philip Webb
120522 Grant wrote: > I just updated about a week's worth of stuff including an xfce4 update. > my desktop colors and widgets are all kinda weird. > this is just about everything including firefox chromium. 1st suggestion is to look at Xfce settings : a lot of changes have been reported in 4.10 .

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

2012-05-22 Thread kwkhui
On Tue, 22 May 2012 23:16:00 -0400 Michael Orlitzky 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: http://archiv

Re: [gentoo-user] Re: make of gentoo-sources-3.2.12 fails

2012-05-22 Thread Pandu Poluan
On May 23, 2012 9:14 AM, "Michael Scherer" wrote: > > On Thu, 17 May 2012 22:59:41 +0200 > Alex Schuster wrote: > > > Michael Scherer writes: > > > > > 1) make output: > > > > > > CHK include/linux/version.h > > > CHK include/generated/utsrelease.h > > > CALLscripts/checksyscall

Re: [gentoo-user] desktop colors and widgets are weird after update

2012-05-22 Thread Grant
>> I just updated about a week's worth of stuff including an xfce4 update. >> my desktop colors and widgets are all kinda weird. >> this is just about everything including firefox chromium. > > 1st suggestion is to look at Xfce settings : > a lot of changes have been reported in 4.10 . > I use Flux

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

2012-05-22 Thread Chris Stankevitz
On Tue, May 22, 2012 at 10:13 PM, 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 this RUBY thi

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

2012-05-22 Thread Chris Stankevitz
On Tue, May 22, 2012 at 11:35 PM, Chris Stankevitz 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