Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1896382
Summary: | boost fails to build with Python 3.10: Py_TYPE= needs to be replaced with Py_SET_TYPE | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> |
Component: | boost | Assignee: | Jonathan Wakely <jwakely> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | dakingun, denis.arnaud_fedora, jwakely, mhroncok, thrnciar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | boost-1.73.0-10.fc34 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-11-14 17:46:12 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: | 1890881, 1897494, 1897583 |
Description
Tomáš Hrnčiar
2020-11-10 12:34:26 UTC
I'm boosting (hehe) the severity of this one, since boost is quite needed by other packages. *** Bug 1897076 has been marked as a duplicate of this bug. *** There's a scratch build at https://koji.fedoraproject.org/koji/taskinfo?taskID=55558055 with the patch to use Py_SET_TYPE, which builds OK with Python 3.9 I'm also trying the same SRPM in copr with Python 3.10 That version built OK in rawhide, but not in copr using python 3.10 I've pushed a fixed version to rawhide dist-git now, but I haven't started a koji build. Can you pull from rawhide to test it with Python 3.10, or do I need to build it for rawhide too? Thanks! The package should build automatically in https://copr.fedorainfracloud.org/coprs/g/python/python3.10/package/boost/ However, there was come copr outage/error. I'll trigger it manually. *** Bug 1897494 has been marked as a duplicate of this bug. *** *** Bug 1897583 has been marked as a duplicate of this bug. *** *** Bug 1896383 has been marked as a duplicate of this bug. *** OK, I think I should build it for rawhide now then. JFYI The change was reverted in Python 3.10, because it caused too much trouble (the amount of affected Fedora packages was too big). This comment is mass posted in all relevant bugzillas. If you already worked upstream to fix the problem, you might want to let them know about the revert, but the new way of doing things also works. Sorry for the trouble and thanks again for the fix. https://github.com/python/cpython/commit/0e2ac21dd *** Bug 1896398 has been marked as a duplicate of this bug. *** |