Code: Select all
# equery d --indirect net-mail/mailbase
* These packages depend on net-mail/mailbase:
# grep /var/lib/portage/world -e mail
# eselect news read
No news is good news.
# emerge -ac net-mail/mailbase
--- Couldn't find 'net-mail/mailbase' to depclean.
>>> No packages selected for removal by depclean
I tried following the suggestions from this 2009 thread on how to figure out what is pulling a package in, first with --tree appended to the command I was running to upgrade my world set:
Code: Select all
# emerge --verbose --tree --ask --newuse --changed-use --deep @world
These are the packages that would be merged, in reverse order:
Calculating dependencies... done!
Dependency resolution took 8.91 s (backtrack: 0/20).
[ebuild N ] net-mail/mailbase-1.8.1::gentoo USE="pam" 0 KiB
[nomerge ] x11-drivers/nvidia-drivers-570.124.04:0/570::gentoo USE="X modules static-libs strip tools -dist-kernel -kernel-open -modules-compress -modules-sign -persistenced -powerd -wayland" ABI_X86="(64) -32"
[nomerge ] x11-libs/gtk+-3.24.48:3::gentoo USE="X introspection vim-syntax (-aqua) -broadway -cloudproviders -colord -cups -examples -gtk-doc -sysprof -test -wayland -xinerama" ABI_X86="(64) -32 (-x32)"
[nomerge ] gnome-base/librsvg-2.58.5:2::gentoo USE="introspection vala -debug -gtk-doc" ABI_X86="(64) -32 (-x32)"
[ebuild NS ] dev-lang/rust-bin-1.83.0-r2:1.83.0::gentoo [1.85.1:1.85.1::gentoo] USE="(-big-endian) -clippy -doc (-prefix) -rust-analyzer -rust-src -rustfmt -verify-sig" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2" LLVM_SLOT="(19)" 0 KiB
[nomerge ] net-mail/mailbase-1.8.1::gentoo USE="pam"
[ebuild N ] acct-user/postmaster-0-r3::gentoo 0 KiB
[ebuild N ] acct-user/mail-0-r3::gentoo 0 KiB
[ebuild N ] acct-group/mail-0-r3::gentoo 0 KiB
As suggested on that thread I tried equery d -D -a to list everything that depends directly or indirectly on it even if not installed, but after several minutes it did not finish running and the list was so large I don't think it would have been helpful anyway.
My Google-fu didn't show any recent queries about this package either, so, any ideas? This is my world set: https://pastebin.com/raw/dMJ3nXeB




