Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 931651 - net-wireless/gnuradio-3.10.9.2-r2: Python 3.12 support
Summary: net-wireless/gnuradio-3.10.9.2-r2: Python 3.12 support
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/EttusResearch/uhd/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-09 22:11 UTC by Jonas Stein
Modified: 2024-05-30 18:48 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 Jonas Stein gentoo-dev 2024-05-09 22:11:28 UTC
Python 3.12 works, but there are a few warnings left. See upstream bug

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2024-05-29 12:49:56 UTC
The bug has been referenced in the following commit(s):

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

commit 8ab0329e04b4623a16ff9e548aa1f4e96a0d0e8f
Author:     Thomas Beierlein <tomjbe@gentoo.org>
AuthorDate: 2024-05-29 12:48:05 +0000
Commit:     Thomas Beierlein <tomjbe@gentoo.org>
CommitDate: 2024-05-29 12:49:19 +0000

    net-wireless/gnuradio: Support Python 3.12
    
    Add missing test dependency
    
    Bug: https://bugs.gentoo.org/931651
    Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>

 net-wireless/gnuradio/gnuradio-3.10.9.2-r3.ebuild | 247 ++++++++++++++++++++++
 1 file changed, 247 insertions(+)
Comment 2 Thomas Beierlein gentoo-dev 2024-05-29 12:53:23 UTC
Bumped to py3.12 support. Seems to work so far.

Two tests failing - looking into it.

Whats left is to look into the gr-xxxx modules in the tree. There is some more work to be done.
Comment 3 Larry the Git Cow gentoo-dev 2024-05-30 18:48:16 UTC
The bug has been closed via the following commit(s):

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

commit 5b8424a69b3a6930852f6a333d508fb5741f2fc9
Author:     Thomas Beierlein <tomjbe@gentoo.org>
AuthorDate: 2024-05-30 18:44:52 +0000
Commit:     Thomas Beierlein <tomjbe@gentoo.org>
CommitDate: 2024-05-30 18:46:26 +0000

    net-wireless/gnuradio: Fix test failures
    
    - Drop an empty test case
    - Move away from deprecated statements for actual numpy versions
    
    Closes: https://bugs.gentoo.org/931651
    Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>

 net-wireless/gnuradio/gnuradio-3.10.9.2-r3.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)