Hi Guys today's portage output was a bit strange
Code: Select all
emerge -uDUav --keep-going --with-bdeps=y --exclude=gcc @world
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] net-misc/rsync-3.2.4-r1::gentoo [3.2.4::gentoo] USE="acl iconv ipv6 ssl xattr -examples -lz4 -stunnel -system-zlib -verify-sig -xxhash -zstd" PYTHON_SINGLE_TARGET="python3_9%* -python3_8% -python3_10%" 0 KiB
[ebuild U ] sys-libs/binutils-libs-2.38-r2:0/2.38::gentoo [2.38-r1:0/2.38::gentoo] USE="nls -64-bit-bfd (-cet) -multitarget -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild U ] sys-devel/binutils-2.38-r2:2.38::gentoo [2.38-r1:2.38::gentoo] USE="gold nls plugins (-cet) (-default-gold) -doc -multitarget -pgo -static-libs -test -vanilla" 0 KiB
[ebuild U ] media-libs/freetype-2.12.0-r1:2::gentoo [2.12.0:2::gentoo] USE="X adobe-cff bzip2 cleartype-hinting harfbuzz png svg utils -brotli -debug -doc -fontforge (-infinality) -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild U ] app-text/ghostscript-gpl-9.56.1:0/9.56::gentoo [9.55.0-r1:0/9.55::gentoo] USE="X cups dbus gtk (unicode) -static-libs" L10N="-de (-ja) -ko -zh-CN -zh-TW" 61,126 KiB
[ebuild U ] xfce-base/xfce4-panel-4.17.0::gentoo [4.16.3::gentoo] USE="dbusmenu -introspection -vala" 0 KiB
[ebuild U ] virtual/libudev-232-r6:0/1::gentoo [232-r5:0/1::gentoo] USE="-systemd" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild N ] sys-apps/systemd-utils-250.4::gentoo USE="(split-usr) tmpfiles udev -boot (-selinux) -sysusers -test" ABI_X86="(64) -32 (-x32)" 0 KiB
[uninstall ] sys-apps/systemd-tmpfiles-249.9::gentoo USE="(-selinux) -test"
[blocks b ] <sys-apps/systemd-tmpfiles-250 ("<sys-apps/systemd-tmpfiles-250" is soft blocking sys-apps/systemd-utils-250.4)
[uninstall ] sys-fs/udev-249.9::gentoo USE="acl kmod (split-usr) (-selinux) -test" ABI_X86="(64) -32 (-x32)"
[blocks b ] <sys-fs/udev-250 ("<sys-fs/udev-250" is soft blocking sys-apps/systemd-utils-250.4)
[ebuild U ] virtual/udev-217-r4::gentoo [217-r3::gentoo] 0 KiB
[ebuild U ] sys-apps/portage-3.0.30-r4::gentoo [3.0.30-r2::gentoo] USE="(ipc) native-extensions rsync-verify xattr -apidoc -build -doc -gentoo-dev (-selinux) -test" PYTHON_TARGETS="python3_9 -pypy3 -python3_8 -python3_10" 0 KiB
[ebuild U ] virtual/tmpfiles-0-r2::gentoo [0-r1::gentoo] 0 KiB
Total: 11 packages (10 upgrades, 1 new, 2 uninstalls), Size of downloads: 61,126 KiB
Conflict: 2 blocks (all satisfied)
sys-apps/systemd-utils
ending up with a system with broken DE(just blinking cursor--maybe because of xfce-base/xfce4-panel-4.17.0?)
and a failure to initialize net(in my case br0).
WEIRD
NOTE:I tried to locate who is the culprit pulling
systemd-utils
and I think it might be
virtual/tmpfiles-0-r2
which includes in the ebuild
Code: Select all
RDEPEND="
!prefix-guest? (
|| (
sys-apps/systemd-utils[tmpfiles]
sys-apps/systemd-tmpfiles
sys-apps/systemd
)
)"
sys-apps/systemd-tmpfiles
already installed.
Also in systemd-tempfiles i see
Code: Select all
RDEPEND="sys-apps/systemd-utils[tmpfiles]"
PS:After reverting to pre-update backup ALL is fine again.






