# qcheck app-admin/sudo Checking app-admin/sudo ... MD5-DIGEST: /etc/sudoers * 80 out of 81 files are good # qcheck app-admin/sudo --skip-protected Checking app-admin/sudo ... MD5-DIGEST: /etc/sudoers * 98 out of 81 files are good "98 out of 81 files are good" is impossible/makes no sense.
qcheck is provided by portage-utils.
I would agree that this does not look plausible.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=ede72d3cf08df8ffe7e59c4819d9a6c84ab1659f commit ede72d3cf08df8ffe7e59c4819d9a6c84ab1659f Author: Fabian Groffen <grobian@gentoo.org> AuthorDate: 2022-04-09 11:17:39 +0000 Commit: Fabian Groffen <grobian@gentoo.org> CommitDate: 2022-04-09 11:32:30 +0000 qcheck: fix config-protect check, bug #837188 ensure we break out of the config-protect directories loop, instead of just skipping one directory, such that we don't produce bogus amounts of files, and also don't check despite we were told not to check (-P) Bug: https://bugs.gentoo.org/837188 Signed-off-by: Fabian Groffen <grobian@gentoo.org> qcheck.c | 253 ++++++++++++++++++++++++++++------------------- tests/qcheck/list05.good | 2 +- tests/qcheck/list07.good | 2 +- 3 files changed, 156 insertions(+), 101 deletions(-)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec3307e507ccfc092371f8e16ea40ff50557ca9f commit ec3307e507ccfc092371f8e16ea40ff50557ca9f Author: Fabian Groffen <grobian@gentoo.org> AuthorDate: 2022-06-14 07:12:19 +0000 Commit: Fabian Groffen <grobian@gentoo.org> CommitDate: 2022-06-14 07:15:51 +0000 app-portage/portage-utils-0.94: version bump Closes: https://bugs.gentoo.org/851138 Closes: https://bugs.gentoo.org/837188 Closes: https://bugs.gentoo.org/836590 Closes: https://bugs.gentoo.org/833942 Closes: https://bugs.gentoo.org/807975 Signed-off-by: Fabian Groffen <grobian@gentoo.org> app-portage/portage-utils/Manifest | 1 + .../portage-utils/portage-utils-0.94.ebuild | 67 ++++++++++++++++++++++ 2 files changed, 68 insertions(+)