Bug 2027388
Summary: | python-pillow fails to build with Python 3.11: Segmentation fault (core dumped) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> |
Component: | python-pillow | Assignee: | Sandro Mani <manisandro> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | manisandro, mhroncok, miminar, thrnciar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-03-29 10:22:36 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2016048 |
Description
Tomáš Hrnčiar
2021-11-29 14:20:42 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 36 development cycle. Changing version to 36. The addition of the mingw subpackage further complicates the Python 3.11 rebuilds. Apparently, it requires us to update mingw-python3 to 3.11 before we can rebuild this package with Python 3.11. Problem 1: package mingw64-python3-3.10.2-12.fc37.noarch requires python(abi) = 3.10, but none of the providers can be installed What are we supposed to do here, disable the MinGW bcond when we do the Python rebuild? Wouldn't it be sufficient to change the Requires in mingw-python3 to Requires: python%{version} (i.e. python3.10)? Python3.10 and Python3.11 are side-by-side installable, right? Mingw-python just needs a native python interpreter matching the same version as mingw-python3. > Python3.10 and Python3.11 are side-by-side installable, right?
Yes.
OK, let's try that.
The package now builds fine. |