Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936160 - =media-radio/fldigi-4.2.05 is missing deps
Summary: =media-radio/fldigi-4.2.05 is missing deps
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-07-16 16:18 UTC by Rick Farina (Zero_Chaos)
Modified: 2024-09-24 01:12 UTC (History)
1 user (show)

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


Attachments
build.log (fldigi-4.2.05-build.log,51.46 KB, text/x-log)
2024-07-16 16:19 UTC, Rick Farina (Zero_Chaos)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Farina (Zero_Chaos) gentoo-dev 2024-07-16 16:18:46 UTC
Per the qa tools after install, the deps should be adjusted:
 * VDB: detected possibly incorrect RDEPEND (media-radio/fldigi-4.2.05)
 * media-libs/libpng | media-libs/libpng:=
 *                   > sys-apps/systemd-utils
 *                   > x11-libs/libX11


Reproducible: Always
Comment 1 Rick Farina (Zero_Chaos) gentoo-dev 2024-07-16 16:19:19 UTC
Created attachment 897806 [details]
build.log

when missing libX11 it fails like this
Comment 2 Rick Farina (Zero_Chaos) gentoo-dev 2024-07-16 16:20:31 UTC
If possible can we add the radio project to this metadata?  I was about to just fix it but then I realized it's not in the project with other similar tools.
Comment 3 Thomas Beierlein gentoo-dev 2024-07-25 16:30:43 UTC
(In reply to Rick Farina (Zero_Chaos) from comment #2)
> If possible can we add the radio project to this metadata?  I was about to
> just fix it but then I realized it's not in the project with other similar
> tools.

Sure. Will do in next commit. Any other packages for radio@ ?
Comment 4 Larry the Git Cow gentoo-dev 2024-07-25 16:41:17 UTC
The bug has been closed via the following commit(s):

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

commit b9575c18dd37ee1e1d0fa893c9f7b75851147c9c
Author:     Thomas Beierlein <tomjbe@gentoo.org>
AuthorDate: 2024-07-25 16:35:50 +0000
Commit:     Thomas Beierlein <tomjbe@gentoo.org>
CommitDate: 2024-07-25 16:40:57 +0000

    media-radio/fldigi: Add missing deps
    
    Closes: https://bugs.gentoo.org/936160
    Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>

 media-radio/fldigi/fldigi-4.2.05-r1.ebuild | 64 ++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)
Comment 5 Rick Farina (Zero_Chaos) gentoo-dev 2024-07-26 18:10:25 UTC
(In reply to Thomas Beierlein from comment #3)
> (In reply to Rick Farina (Zero_Chaos) from comment #2)
> > If possible can we add the radio project to this metadata?  I was about to
> > just fix it but then I realized it's not in the project with other similar
> > tools.
> 
> Sure. Will do in next commit. Any other packages for radio@ ?

Thank you, sir.  I don't have any others already in mind, but feel free to add any ham or radio related stuff to the project.  I have a lot of folks that use that kind of stuff and I build it a lot so I notice bugs and can help when they crop up.
Comment 6 Thomas Beierlein gentoo-dev 2024-07-29 13:47:21 UTC
(In reply to Rick Farina (Zero_Chaos) from comment #5)
> (In reply to Thomas Beierlein from comment #3)
> > (In reply to Rick Farina (Zero_Chaos) from comment #2)
> > > If possible can we add the radio project to this metadata?  I was about to
> > > just fix it but then I realized it's not in the project with other similar
> > > tools.
> > 
> > Sure. Will do in next commit. Any other packages for radio@ ?
> 
> Thank you, sir.  I don't have any others already in mind, but feel free to
> add any ham or radio related stuff to the project.  I have a lot of folks
> that use that kind of stuff and I build it a lot so I notice bugs and can
> help when they crop up.

Will do step by step. In general feel free to touch and fix these packages. It would be nice if you could drop me a note afterwards.
Comment 7 Mike Gilbert gentoo-dev 2024-09-24 01:05:26 UTC
Why is sys-apps/systemd-utils being flagged as a missing dep?

If it links with libudev, virtual/libudev would be the correct dependency.
Comment 8 Larry the Git Cow gentoo-dev 2024-09-24 01:12:08 UTC
The bug has been referenced in 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(-)