Neil Bothwick <neil <at> digimed.co.uk> writes:
>
> On Tue, 9 Feb 2016 16:13:10 +0000 (UTC), James wrote:
>
> > > > sys-apps/systemd is not even installed, but it shows up as a
> > > > blocker? gentoo-systemd-integration is not installed, but it's a
> > > > blocker.
> >
> > > It's showing up because it is blocking your update, which means
> > > something you are installing as part of that update wants it. You
> > > have two choices:
> >
> > > 2) Use --tree to see exactly what is pulling in the blockers, and why,
> > > then deal with that.
> > 'emerge -uDNvp world' now shows::
>
> THIS is where you should be using -t, in the command that generates the
> output you are trying to explain.
Below that one I used
'emerge -uDNvtp world'
and get those blockers.
emerge -utvp @world now comes back clean.
If I add 'UD' into those flags for an update, I still get the blockers.
emerge -uNtvp @world just wants to rebuild cups, so that is done now
>>> No outdated packages were found on your system.
emerge -uDtvp @world reveals the same trouble::
[ebuild R ] sys-apps/dbus-1.8.16::gentoo USE="X systemd* -debug -doc
(-selinux) -static-libs {-test}" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild N #] sys-apps/systemd-226-r2:0/2::gentoo USE="acl kdbus kmod
lz4 lzma pam seccomp ssl (-apparmor) -audit -cryptsetup -curl -elfutils
-gcrypt -gnuefi -http -idn -importd -nat -policykit -qrcode (-selinux)
-sysv-utils {-test} -vanilla -xkb" ABI_X86="32 (64) (-x32)" 3,823 KiB
[ebuild N ] app-arch/lz4-0_p120::gentoo USE="{-test} -valgrind"
ABI_X86="32 (64) (-x32)" 159 KiB
[blocks B ] sys-apps/gentoo-systemd-integration
("sys-apps/gentoo-systemd-integration" is blocking sys-fs/eudev-3.1.5)
[blocks B ] sys-fs/eudev ("sys-fs/eudev" is blocking
sys-apps/systemd-226-r2, sys-apps/gentoo-systemd-integration-4)
[blocks B ] sys-apps/systemd ("sys-apps/systemd" is blocking
sys-fs/eudev-3.1.5)
Maybe emerge -1 @world, just for grins?
Guidance?
James