Bug 2155427
Summary: | python-giacpy fails to build with Python 3.12: error: _PyUnicode_Ready was not declared in this scope | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> |
Component: | python-giacpy | Assignee: | Antonio T. sagitter <trpost> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | frederic.han, mhroncok, thrnciar, trpost |
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: | 2023-01-20 10:50:20 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: | 2155702 | ||
Bug Blocks: | 2135404 |
Description
Tomáš Hrnčiar
2022-12-21 08:47:51 UTC
Indeed but the file giacpy.cpp is created by cython. Deleting it and recythonzing with python3.12 didn't help me with pip version of cython, but with this fix I was able to built giacpy. https://github.com/cython/cython/commit/b4595a04a78b79dc59276a9f64aab7b884e945e8 I patched Cython and this error is fixed although another error causing failures also on rawhide. I won't bugzilla for that because relengs will open it automatically after the mass rebuild is finished. |