Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 745054 - sys-libs/glibc - add python3_9 support
Summary: sys-libs/glibc - add python3_9 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: py39, python3.9-compat
  Show dependency tree
 
Reported: 2020-09-28 08:42 UTC by charles17
Modified: 2020-09-30 18:13 UTC (History)
1 user (show)

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


Attachments
add python3_9 patch (py39.patch,848 bytes, patch)
2020-09-30 11:50 UTC, charles17
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description charles17 2020-09-28 08:42:20 UTC
sys-libs/glibc should support python3_9


emerge --ask --verbose --depclean python:3.8

Calculating dependencies... done!
  dev-lang/python-3.8.5 pulled in by:
    app-misc/ca-certificates-20200601.3.53 requires dev-lang/python:3.8
    sys-libs/glibc-2.31-r6 requires dev-lang/python:3.8

>>> No packages selected for removal by depclean
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2020-09-28 21:47:41 UTC
Did you test it locally by chance? If you did you can create a 'git am' able patch and I can apply it as is.
Comment 2 charles17 2020-09-29 09:12:35 UTC
glibc-2.32-r2.ebuild with 3_9 added does compile but

Summary of test results:
   4221 PASS
     39 UNSUPPORTED
     17 XFAIL
      5 XPASS
Comment 3 Sergei Trofimovich (RETIRED) gentoo-dev 2020-09-29 12:11:30 UTC
(In reply to charles17 from comment #2)
> glibc-2.32-r2.ebuild with 3_9 added does compile but
> 
> Summary of test results:
>    4221 PASS
>      39 UNSUPPORTED
>      17 XFAIL
>       5 XPASS

I think it means no failures (otherwise there would be FAIL entries).
Comment 4 charles17 2020-09-30 11:50:26 UTC
Created attachment 663226 [details, diff]
add python3_9 patch
Comment 5 Larry the Git Cow gentoo-dev 2020-09-30 18:13:02 UTC
The bug has been closed via the following commit(s):

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

commit 26e5324cc9ea5d9ba42a84923df6b64b99e6ae84
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2020-09-30 18:12:46 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-09-30 18:12:59 +0000

    sys-libs/glibc: allow python-3.9
    
    Patch-by: charles17@arcor.de
    Closes: https://bugs.gentoo.org/745054
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 sys-libs/glibc/glibc-2.31-r7.ebuild | 2 +-
 sys-libs/glibc/glibc-2.32-r2.ebuild | 2 +-
 sys-libs/glibc/glibc-9999.ebuild    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
Comment 6 Sergei Trofimovich (RETIRED) gentoo-dev 2020-09-30 18:13:15 UTC
Thank you!