Package Details: python311 3.11.11-1

Git Clone URL: https://aur.archlinux.org/python311.git (read-only, click to copy)
Package Base: python311
Description: Major release 3.11 of the Python high-level programming language
Upstream URL: https://www.python.org/
Licenses: custom
Provides: python
Submitter: soh
Maintainer: soh
Last Packager: soh
Votes: 15
Popularity: 2.24
First Submitted: 2024-04-27 13:04 (UTC)
Last Updated: 2024-12-27 14:16 (UTC)

Dependencies (15)

Required by (13310)

Sources (1)

Pinned Comments

soh commented on 2024-04-28 12:49 (UTC)

AUR moderators, please see my comment in python310 for my response to the deletion request by @MarsSeed:

https://aur.archlinux.org/packages/python310#comment-969759

Latest Comments

« First ‹ Previous 1 2

soh commented on 2024-04-28 13:13 (UTC)

I've updated with PKGBUILD with ./configure ax_cv_c_float_words_bigendian=no.

soh commented on 2024-04-28 12:49 (UTC)

AUR moderators, please see my comment in python310 for my response to the deletion request by @MarsSeed:

https://aur.archlinux.org/packages/python310#comment-969759

strigi commented on 2024-04-28 09:05 (UTC)

Thanks @lefterisjp, I can confirm this works.

lefterisjp commented on 2024-04-27 20:46 (UTC)

It's not the real fix, but if you are stuck on what @qexat and @flying-sheep reported you can just manually build the package by givin the aforementioned setting as an environment variable.

For example for a little endian machine:

ax_cv_c_float_words_bigendian=no makepkg -sic

qexat commented on 2024-04-27 18:04 (UTC)

@flying-sheep I have the same problem. Found a similar issue on the CPython repository: https://github.com/python/cpython/issues/89640

flying-sheep commented on 2024-04-27 17:47 (UTC)

When trying to compile, I get

Unknown float word ordering. You need to manually preset
ax_cv_c_float_words_bigendian=no (or yes) according to your system.