Re: [gentoo-user] udev -> eudev

2016-02-09 Thread Neil Bothwick
On Tue, 9 Feb 2016 02:53:53 + (UTC), James wrote:

> Well I have one system I need to migrate to eudev. All sorts of things
> are now calling for *systemd* and I do not want that at all.
> 
> Here is the blockers on the latest list ::
> 
> [blocks B  ] sys-fs/eudev ("sys-fs/eudev" is blocking
> sys-apps/gentoo-systemd-integration-4, sys-apps/systemd-226-r2)
> [blocks B  ] sys-apps/gentoo-systemd-integration
> ("sys-apps/gentoo-systemd-integration" is blocking sys-fs/udev-225,
> sys-fs/eudev-3.1.5)
> [blocks B  ] sys-apps/systemd ("sys-apps/systemd" is blocking
> sys-fs/udev-225, sys-fs/eudev-3.1.5)
> 
> 
> So just  emerge -C sys-apps/systemd sys-apps/gentoo-systemd-integration
> sys-fs/udev
> 
> and then emerge eudev? 

If you don't mind the risk of breaking your system by randomly unmerging
important software.

First quickpkg all of then, then emerge -cpv them to see what needs them.
You shouldn't need any systemd packages on an openrc system, maybe you
need to change a USE flag or two.


-- 
Neil Bothwick

"Meow"   "Woof" Jeez, it's really raining today.


pgpISMzHfpfAr.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] udev -> eudev

2016-02-09 Thread Jc GarcĂ­a
2016-02-08 20:53 GMT-06:00 James :
> Hello,
>
> Well I have one system I need to migrate to eudev. All sorts of things are
> now calling for *systemd* and I do not want that at all.
>
> Here is the blockers on the latest list ::
>
> [blocks B  ] sys-fs/eudev ("sys-fs/eudev" is blocking
> sys-apps/gentoo-systemd-integration-4, sys-apps/systemd-226-r2)
> [blocks B  ] sys-apps/gentoo-systemd-integration
> ("sys-apps/gentoo-systemd-integration" is blocking sys-fs/udev-225,
> sys-fs/eudev-3.1.5)
> [blocks B  ] sys-apps/systemd ("sys-apps/systemd" is blocking
> sys-fs/udev-225, sys-fs/eudev-3.1.5)
>
>
> So just  emerge -C sys-apps/systemd sys-apps/gentoo-systemd-integration
> sys-fs/udev
>

You can only have one of sys-apps/systemd, sys-fs/udev or sys-fs/eudev
installed, portage won't let you install 2(since there's files
collision), see the contents of virual/udev, so there's no point in
trying to remove 2 of them from a system, "All softs of things are now
calling for systemd" isn't really digging into the problem, and being
honest not that many packages have sys-apps/systemd in any of *DEPEND,
you should check better why is systemd being pulled( emerge -pvt),
maybe some use flags misconfiguration.



[gentoo-user] udev -> eudev

2016-02-08 Thread James
Hello,

Well I have one system I need to migrate to eudev. All sorts of things are
now calling for *systemd* and I do not want that at all.

Here is the blockers on the latest list ::

[blocks B  ] sys-fs/eudev ("sys-fs/eudev" is blocking
sys-apps/gentoo-systemd-integration-4, sys-apps/systemd-226-r2)
[blocks B  ] sys-apps/gentoo-systemd-integration
("sys-apps/gentoo-systemd-integration" is blocking sys-fs/udev-225,
sys-fs/eudev-3.1.5)
[blocks B  ] sys-apps/systemd ("sys-apps/systemd" is blocking
sys-fs/udev-225, sys-fs/eudev-3.1.5)


So just  emerge -C sys-apps/systemd sys-apps/gentoo-systemd-integration
sys-fs/udev

and then emerge eudev? 


Also from the gentoo wiki change package.use entries for udev
to the same for eudev and remove  those for udev. That's it?


James