Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833577 - net-print/cups: remove `ypbind` from `After=` statement in `cups.service`
Summary: net-print/cups: remove `ypbind` from `After=` statement in `cups.service`
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-17 23:47 UTC by Randall
Modified: 2022-05-22 12:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randall 2022-02-17 23:47:51 UTC
`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
Comment 1 Larry the Git Cow gentoo-dev 2022-05-22 12:34:27 UTC
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(+)