Package Details: python311 3.11.9-2

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: 4
Popularity: 3.39
First Submitted: 2024-04-27 13:04 (UTC)
Last Updated: 2024-04-28 13:18 (UTC)

Dependencies (15)

Required by (12608)

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

HLFH commented on 2024-04-29 14:01 (UTC)

Great package. Useful for Odoo 17 that does not support Python 3.12.

MarsSeed commented on 2024-04-28 17:02 (UTC)

@soh, please remove provides=python. It allows the user to install this package and uninstall Arch/core/python, breaking all python- packages and everything that relies on anything on /usr/lib/python3.12/site-packages.

The Arch packaging system does not support package provides to the effect of provides=(python=3.11) AND NOT provides=(python=3.12), only provides=(python=3.11) AND provides=(python).

This realization was behind the AURweb change that removed its earlier ability of showing versioned dependencies on the web interface.

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.