Re: [gentoo-user] blocking "-systemd"

2014-02-08 Thread Canek Peláez Valdés
On Sat, Feb 8, 2014 at 3:43 PM, Greg Woodbury wrote: [snip] > I personally got tired of GNOME and its toomany/toomajor change policies > and went to KDE (just like Linus Torvalds.) Not that it matters for anything, but Linus uses GNOME [1] (unless he changed again since last June). Regards. [1]

Re: [gentoo-user] blocking "-systemd"

2014-02-08 Thread Greg Woodbury
On 02/06/2014 01:49 PM, Joseph wrote: > I have in make.conf "USE: ... -systemd" > But gnome-base/gnome-settings-daemon wants to pull in systemd-208 > so I need to emerge sys-apps/systemd-208-r2 and I have installed "udev" > which conflicts with systemd. How about using XFCE? I think the last time

Re: [gentoo-user] Failure of zfs-kmod with 3.13.* kernel

2014-02-08 Thread Neil Bothwick
On Sat, 8 Feb 2014 10:07:31 -0800, Scott Ellis wrote: > When trying to build zfs-kmod against a a 3.13.[0|1|2] kernel, spl works > fine, but zfs fails. It looks like the issue is that the configure > script isn't doing quite the right check for bdi_setup_and_register, so > HAVE_BDI_SETUP_AND_REGI

[gentoo-user] Failure of zfs-kmod with 3.13.* kernel

2014-02-08 Thread Scott Ellis
When trying to build zfs-kmod against a a 3.13.[0|1|2] kernel, spl works fine, but zfs fails. It looks like the issue is that the configure script isn't doing quite the right check for bdi_setup_and_register, so HAVE_BDI_SETUP_AND_REGISTER doesn't get defined, and then there's a mismatch in the de

Re: [gentoo-user] D and Gentoo

2014-02-08 Thread Elias Diem
Hi there Just for the records. I finally managed to build GCC with D support myself (without using the overlay). What I did: - Download and enpack a tar for GCC 4.8.2 - Clone the git repo from gdcproject.org - Check out the appropriate branch in the git repo - Run the setup-gcc.sh script -