[gentoo-user] Issues with =x11-drivers/xf86-video-ati-6.14.4: driver issue or hardware issue?

2012-05-22 Thread Andrey Moshbear
Lately, I've been having some issues with segfaults when running startx and it's been pretty persistent. Xorg.0.log and emerge --info are available at https://gist.github.com/2766926 . Kernel config is available at https://gist.github.com/276943 . I've tried downgrading, but

[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

[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

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 emailgr...@gmail.com 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

[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

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 waltd...@waltdnes.org 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

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: 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 wo...@wonkology.org 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

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] 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 . I

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: