Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 879951 - net-wireless/gqrx-2.15.9 should depend on net-wireless/gnuradio:= AND dev-libs/libfmt:=
Summary: net-wireless/gqrx-2.15.9 should depend on net-wireless/gnuradio:= AND dev-lib...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-06 03:17 UTC by Daniel M. Weeks
Modified: 2022-12-19 18:56 UTC (History)
2 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 Daniel M. Weeks 2022-11-06 03:17:39 UTC
After an update to gnuradio:

 >>> package: net-wireless/gnuradio-3.10.4.0
 *  - /usr/lib64/libgnuradio-analog.so.3.10.3
 *  - /usr/lib64/libgnuradio-analog.so.3.10.3.0
 *      used by /usr/bin/gqrx (net-wireless/gqrx-2.15.9)
 *  - /usr/lib64/libgnuradio-blocks.so.3.10.3
 *  - /usr/lib64/libgnuradio-blocks.so.3.10.3.0
 *      used by /usr/bin/gqrx (net-wireless/gqrx-2.15.9)
 *  - /usr/lib64/libgnuradio-digital.so.3.10.3
 *  - /usr/lib64/libgnuradio-digital.so.3.10.3.0
 *      used by /usr/bin/gqrx (net-wireless/gqrx-2.15.9)
 *  - /usr/lib64/libgnuradio-fft.so.3.10.3
 *  - /usr/lib64/libgnuradio-fft.so.3.10.3.0
 *      used by /usr/bin/gqrx (net-wireless/gqrx-2.15.9)
 *  - /usr/lib64/libgnuradio-filter.so.3.10.3
 *  - /usr/lib64/libgnuradio-filter.so.3.10.3.0
 *      used by /usr/bin/gqrx (net-wireless/gqrx-2.15.9)
 *  - /usr/lib64/libgnuradio-network.so.3.10.3
 *  - /usr/lib64/libgnuradio-network.so.3.10.3.0
 *      used by /usr/bin/gqrx (net-wireless/gqrx-2.15.9)
 *  - /usr/lib64/libgnuradio-pmt.so.3.10.3
 *  - /usr/lib64/libgnuradio-pmt.so.3.10.3.0
 *      used by /usr/bin/gqrx (net-wireless/gqrx-2.15.9)
 *  - /usr/lib64/libgnuradio-runtime.so.3.10.3
 *  - /usr/lib64/libgnuradio-runtime.so.3.10.3.0
 *      used by /usr/bin/gqrx (net-wireless/gqrx-2.15.9)

I also see /usr/bin/gqrx has missing links to an older library of libfmt after updating libfmt.

Reproducible: Always
Comment 1 Andreas Sturmlechner gentoo-dev 2022-12-18 18:08:48 UTC
Does it still build against libfmt-9 though?
Comment 2 Rick Farina (Zero_Chaos) gentoo-dev 2022-12-19 16:44:36 UTC
gqrx, at least on my system, doesn't directly link to libfmt.  it looks like gr-osmosdr[uhd] might though.  I'll look into it now since I'm bumping a few packages.  The gnuradio dep is obviously correct and I'll fix it now.
Comment 3 Rick Farina (Zero_Chaos) gentoo-dev 2022-12-19 16:58:33 UTC
zero@theprophet gnuradio % lddtree /usr/bin/gqrx                                                                                                         (git)-[master]  1 ⨯
/usr/bin/gqrx (interpreter => /lib64/ld-linux-x86-64.so.2)
    libgnuradio-osmosdr.so.0.2.0 => /usr/lib64/libgnuradio-osmosdr.so.0.2.0
        libgnuradio-uhd.so.3.10.4 => /usr/lib64/libgnuradio-uhd.so.3.10.4
            libspdlog.so.1 => /usr/lib64/libspdlog.so.1
            libfmt.so.8 => /usr/lib64/libfmt.so.8


gqrx deps gr-osmosdr, gr-osmosdr deps gnuradio[uhd] (for uhd stuff), and gnuradio[uhd] already has libfmt:=

I'm not sure where the failure came in, but it seems to be correct at this time.
Comment 4 Larry the Git Cow gentoo-dev 2022-12-19 18:56:44 UTC
The bug has been closed via the following commit(s):

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

commit d1dc342c2dfd01e754c1acd77ec1c9ea09a49a5c
Author:     Rick Farina <zerochaos@gentoo.org>
AuthorDate: 2022-12-19 16:48:18 +0000
Commit:     Rick Farina <zerochaos@gentoo.org>
CommitDate: 2022-12-19 18:56:43 +0000

    net-wireless/gqrx: update deps
    
    Closes: https://bugs.gentoo.org/879951
    Signed-off-by: Rick Farina <zerochaos@gentoo.org>

 net-wireless/gqrx/{gqrx-2.15.9.ebuild => gqrx-2.15.9-r1.ebuild} | 5 +----
 net-wireless/gqrx/gqrx-9999.ebuild                              | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)