Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 945969 - net-wireless/gnuradio: does not build against fmt 11
Summary: net-wireless/gnuradio: does not build against fmt 11
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Radio project
URL: https://github.com/gnuradio/gnuradio/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-06 13:57 UTC by Matt Jolly
Modified: 2024-12-19 02:52 UTC (History)
2 users (show)

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


Attachments
gnuradio-3.10.11.0.ebuild (file_945969.txt,6.81 KB, text/plain)
2024-12-06 14:02 UTC, Matt Jolly
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Jolly gentoo-dev 2024-12-06 13:57:39 UTC
fmt::join() was moved into fmt/ranges.h in fmt 11

I took some time to try a version bump, however could not get the test suite to pass and got side tracked.

It looks like all of our workarounds and patches (including this fix) are included in `3.10.11.0`, however applying the patch to earlier versions seems straightforward too.
Comment 1 Matt Jolly gentoo-dev 2024-12-06 14:02:12 UTC
Created attachment 913437 [details]
gnuradio-3.10.11.0.ebuild

First attempt at the ebuild; this should be good to sync the live ebuild to when you're done - it's not in-line with 3.10.9.x.

Test failures for me were mostly hanging tests.
Comment 2 Larry the Git Cow gentoo-dev 2024-12-19 02:52:31 UTC
The bug has been closed via the following commit(s):

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

commit a2301764486eff92adc277307535e46b75dfc392
Author:     Rick Farina <zerochaos@gentoo.org>
AuthorDate: 2024-12-19 02:51:36 +0000
Commit:     Rick Farina <zerochaos@gentoo.org>
CommitDate: 2024-12-19 02:52:20 +0000

    net-wireless/gnuradio: add 3.10.11.0
    
    Closes: https://bugs.gentoo.org/945969
    Signed-off-by: Rick Farina <zerochaos@gentoo.org>

 net-wireless/gnuradio/Manifest                  |   1 +
 net-wireless/gnuradio/gnuradio-3.10.11.0.ebuild | 251 ++++++++++++++++++++++++
 net-wireless/gnuradio/gnuradio-9999.ebuild      |  11 +-
 3 files changed, 260 insertions(+), 3 deletions(-)