Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 902061

Summary: Prefix support for Python 3.11?
Product: Gentoo/Alt Reporter: * <rfc469>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED FIXED    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: OS X   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=905618
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge -pqv '=dev-lang/python-3.11.3::gentoo_prefix'
emerge --info '=dev-lang/python-3.11.3::gentoo_prefix'
build.log

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.