Re: [gentoo-user] Re: "systemd sysv-utils blocker resolution"

2018-02-11 Thread Rich Freeman
On Sun, Feb 11, 2018 at 12:52 PM, Nikos Chantziaras  wrote:
>
> Yes. How else is sys-apps/sysvinit going to be unmerged? Either you let
> portage clean it up (depclean), or you need to do it manually.
>

He already has sysvinit unmerged.  Portage unmerged that because it
was a blocker for systemd[sysv-utils].  Portage doesn't remove
non-blocking packages unless you run emerge --depclean.

-- 
Rich



[gentoo-user] Re: "systemd sysv-utils blocker resolution"

2018-02-11 Thread Nikos Chantziaras

On 11/02/18 05:09, allan gottlieb wrote:

On Sun, Feb 11 2018, Nikos Chantziaras wrote:

When you ran:

   emerge -auDN --changed-deps --with-bdeps=y @world

did you forget to run:

   emerge -a --depclean

afterwards?


I am indeed behind in depcleaning.  Does that explain why
euse doesn't fine sysv-utils
and why
I have the symlinks /sbin/poweroff and friends with systemd-236?


Yes. How else is sys-apps/sysvinit going to be unmerged? Either you let 
portage clean it up (depclean), or you need to do it manually.





Re: [gentoo-user] Re: "systemd sysv-utils blocker resolution"

2018-02-10 Thread allan gottlieb
On Sun, Feb 11 2018, Nikos Chantziaras wrote:

> On 11/02/18 02:16, allan gottlieb wrote:
>> I have a question on this news item.
>>
>> I use systemd (gnome3) on a gentoo stable system.
>> eix reports that sys-apps/systemd-236-r5 is installed
>>
>> But
>> euse -I sysv-utils
>> reports
>> no matching entries found
>>
>> Is something wrong?
>>
>> I do *not* have
>>sys-apps/sysvinit, sys-apps/openrc, or net-misc/netifrc
>> in my world file.
>>
>> However, the last two are installed.
>
> When you ran:
>
>   emerge -auDN --changed-deps --with-bdeps=y @world
>
> did you forget to run:
>
>   emerge -a --depclean
>
> afterwards?

I am indeed behind in depcleaning.  Does that explain why
   euse doesn't fine sysv-utils
and why
   I have the symlinks /sbin/poweroff and friends with systemd-236?

I will be working on depcleans but rather slowly.

thanks for the help.
allan



[gentoo-user] Re: "systemd sysv-utils blocker resolution"

2018-02-10 Thread Nikos Chantziaras

On 11/02/18 02:16, allan gottlieb wrote:

I have a question on this news item.

I use systemd (gnome3) on a gentoo stable system.
eix reports that sys-apps/systemd-236-r5 is installed

But
euse -I sysv-utils
reports
no matching entries found

Is something wrong?

I do *not* have
   sys-apps/sysvinit, sys-apps/openrc, or net-misc/netifrc
in my world file.

However, the last two are installed.


When you ran:

  emerge -auDN --changed-deps --with-bdeps=y @world

did you forget to run:

  emerge -a --depclean

afterwards?