Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930785 - app-admin/logcheck needs run-parts
Summary: app-admin/logcheck needs run-parts
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Giuseppe Foti
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-04-27 12:58 UTC by Dirk Steinmetz
Modified: 2024-10-06 08:33 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 Dirk Steinmetz 2024-04-27 12:58:20 UTC
Logcheck uses run-parts, which seems to be a part of sys-apps/debianutils, which was, until recently, pulled in on pretty much any system (due to the dependency from app-misc/ca-certificates).

The package should thus either depend on debianutils or get rid of run-parts like ca-certificates in https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6ccafd58bc7401fa371d2f255d72ddae0131e6

Error message from app-admin/logcheck/logcheck-1.4.3-r2:
> /usr/sbin/logcheck: line 240: run-parts: command not found
Comment 1 Larry the Git Cow gentoo-dev 2024-10-06 08:33:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f51eb30eafaf765b9d2a03c6bd7837b6e3073e

commit 16f51eb30eafaf765b9d2a03c6bd7837b6e3073e
Author:     Giuseppe Foti <foti.giuseppe@gmail.com>
AuthorDate: 2024-10-02 21:25:01 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-10-06 08:32:51 +0000

    app-admin/logcheck: add sys-apps/debianutils to RDEPEND
    
    Closes: https://bugs.gentoo.org/930785
    Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/38854
    Signed-off-by: Sam James <sam@gentoo.org>

 app-admin/logcheck/files/{logcheck-r4.cron => logcheck-r5.cron}        | 0
 .../logcheck/{logcheck-1.4.3-r4.ebuild => logcheck-1.4.3-r5.ebuild}    | 3 ++-
 2 files changed, 2 insertions(+), 1 deletion(-)