`ypbind.service` used to be provided by one of the yp packages, which from my understanding was removed from Gentoo some time ago. Currently, `cups.service` still has it in it's `After=` statement, creating an expectation that at the very least `ypbind.service` will be found; which is can't because there's no yp* anything on Gentoo anymore. Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223305bc13eb0aad4824fb632d288f621a835616 commit 223305bc13eb0aad4824fb632d288f621a835616 Author: Pacho Ramos <pacho@gentoo.org> AuthorDate: 2022-05-22 12:33:00 +0000 Commit: Pacho Ramos <pacho@gentoo.org> CommitDate: 2022-05-22 12:34:16 +0000 net-print/cups: add 2.4.1 Closes: https://bugs.gentoo.org/829920 Closes: https://bugs.gentoo.org/833577 Signed-off-by: Pacho Ramos <pacho@gentoo.org> net-print/cups/Manifest | 1 + net-print/cups/cups-2.4.1.ebuild | 320 ++++++++++ .../files/0001-Fix-some-web-interface-issues.patch | 667 +++++++++++++++++++++ .../cups/files/0001-Footer-message-corrected.patch | 89 +++ .../files/0001-cups-fix-uninit-value-jump.patch | 18 + ...ps-tls-gnutls.c-Use-always-GNUTLS_SHUT_WR.patch | 55 ++ net-print/cups/files/cups-2.4.1-nostrip.patch | 11 + net-print/cups/files/cups-2.4.1-resolve-uri.patch | 31 + net-print/cups/files/cups-2.4.1-user-AR.patch | 21 + 9 files changed, 1213 insertions(+)