Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 902061 - Prefix support for Python 3.11?
Summary: Prefix support for Python 3.11?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: Normal minor (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-18 14:59 UTC by *
Modified: 2023-05-04 07:27 UTC (History)
0 users

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


Attachments
emerge -pqv '=dev-lang/python-3.11.3::gentoo_prefix' (emerge.pqv,218 bytes, text/plain)
2023-05-04 04:51 UTC, *
Details
emerge --info '=dev-lang/python-3.11.3::gentoo_prefix' (emerge.info.gz,2.52 KB, application/x-gzip)
2023-05-04 04:52 UTC, *
Details
build.log (build.log.gz,14.34 KB, application/x-gzip)
2023-05-04 04:52 UTC, *
Details

Note You need to log in before you can comment on or make changes to this bug.
Description * 2023-03-18 14:59:13 UTC
Not a bug, just wondering if anyone has an idea of when Python 3.11 might be supported on Prefix (specifically macOS Ventura 13.2)?

I don't see an ebuild for it, but it looks like it's stable and default on most archs:
https://packages.gentoo.org/packages/dev-lang/python

Reproducible: Always
Comment 1 Fabian Groffen gentoo-dev 2023-05-03 18:57:03 UTC
It's here now
Comment 2 * 2023-05-04 04:51:25 UTC
Created attachment 861112 [details]
emerge -pqv '=dev-lang/python-3.11.3::gentoo_prefix'
Comment 3 * 2023-05-04 04:52:13 UTC
Created attachment 861113 [details]
emerge --info '=dev-lang/python-3.11.3::gentoo_prefix'
Comment 4 * 2023-05-04 04:52:28 UTC
Created attachment 861114 [details]
build.log
Comment 5 * 2023-05-04 04:53:47 UTC
Sadly the build is failing for me. The trouble starts here:

./Modules/posixmodule.c: In function 'os_mkfifo_impl':
./Modules/posixmodule.c:10690:17: error: 'HAVE_MKFIFOAT_RUNTIME' undeclared (first use in this function); did you mean 'HAVE_MKDIRAT_RUNTIME'?
10690 |             if (HAVE_MKFIFOAT_RUNTIME) {
      |                 ^~~~~~~~~~~~~~~~~~~~~
      |                 HAVE_MKDIRAT_RUNTIME
Comment 6 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-05-04 07:27:33 UTC
(In reply to * from comment #5)
> Sadly the build is failing for me. The trouble starts here:
> 
> ./Modules/posixmodule.c: In function 'os_mkfifo_impl':
> ./Modules/posixmodule.c:10690:17: error: 'HAVE_MKFIFOAT_RUNTIME' undeclared
> (first use in this function); did you mean 'HAVE_MKDIRAT_RUNTIME'?
> 10690 |             if (HAVE_MKFIFOAT_RUNTIME) {
>       |                 ^~~~~~~~~~~~~~~~~~~~~
>       |                 HAVE_MKDIRAT_RUNTIME

That's bug 905618. Let's track it there.