Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 861272 - sys-devel/gdb-12.1-r1 missing python 3.11 support
Summary: sys-devel/gdb-12.1-r1 missing python 3.11 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-26 15:24 UTC by Boris Staletic
Modified: 2022-07-28 06:40 UTC (History)
0 users

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 Boris Staletic 2022-07-26 15:24:08 UTC
Currently sys-devel/gdb only has PYTHON_COMPAT=( python3_{8,9,10} )

Changing to PYTHON_COMPAT=( python3_{8,9,10,11} ) compiles and links just fine.

(gdb) python print(123)
123
(gdb) python import sys
(gdb) python sys.version
(gdb) python print(sys.version)
3.11.0b4 (main, Jul 26 2022, 17:08:35) [GCC 12.1.1 20220625]
Comment 1 Larry the Git Cow gentoo-dev 2022-07-28 06:40:18 UTC
The bug has been closed via the following commit(s):

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

commit 5f232c1f0526e522ba8ab7731534eb3b8075356d
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-28 06:40:05 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-28 06:40:05 +0000

    sys-devel/gdb: add Python 3.11
    
    Closes: https://bugs.gentoo.org/861272
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-devel/gdb/gdb-12.1-r1.ebuild | 2 +-
 sys-devel/gdb/gdb-9999.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)