Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939917 - =media-radio/fldigi-4.2.05-r1 depends on sys-apps/systemd-utils, which blocks sys-apps/systemd, so can't be installed in systemd profiles
Summary: =media-radio/fldigi-4.2.05-r1 depends on sys-apps/systemd-utils, which blocks...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Thomas Beierlein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-20 20:05 UTC by Michael Tulupov
Modified: 2024-09-24 01:12 UTC (History)
3 users (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 Michael Tulupov 2024-09-20 20:05:07 UTC
According to https://bugs.gentoo.org/936160, sys-apps/systemd-utils has been added as a dependency for media-radio/fldigi-4.2.05-r1.

This works fine in OpenRC-based profiles, but completely prevents installation of media-radio/fldigi-4.2.05-r1 in SystemD based profiles.

The reason - being a subset of systemd tools ofr OpenRC users, sys-apps/systemd-utils is mutually exclusive with sys-apps/systemd.

The proposed solution - media-radio/fldigi-4.2.05-r1 should depend on sys-apps/systemd OR sys-apps/systemd-utils - whatever is available.

After fixing dependency as "|| ( sys-apps/systemd sys-apps/systemd-utils )", fldigi installs and works successfully.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2024-09-24 01:12:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208871fdbffe85fe55eb716b56bffb8401b1697f

commit 208871fdbffe85fe55eb716b56bffb8401b1697f
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2024-09-24 01:09:56 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2024-09-24 01:11:12 +0000

    media-radio/fldigi: depend on virtual/libdev
    
    ... instead of sys-apps/systemd-utils.
    
    Bug: https://bugs.gentoo.org/936160
    Closes: https://bugs.gentoo.org/939917
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 media-radio/fldigi/{fldigi-4.2.05-r1.ebuild => fldigi-4.2.05-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)