Bug 1902626
| Summary: | root fails to build with Python 3.10: g++: fatal error: Killed signal terminated program cc1plus compilation terminated. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> |
| Component: | root | Assignee: | Mattias Ellert <mattias.ellert> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | mattias.ellert, mhroncok, 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: | 2020-12-01 08:24:34 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 | ||
|
Description
Tomáš Hrnčiar
2020-11-30 08:21:27 UTC
This failure is not reproducible in a local mock build with the python 3.10 copr repo added. The resulting RPMs properly depend on python 3.10: $ rpm -q --requires -p results_root/6.22.06/1.fc34/python3-root-6.22.06-1.fc34.x86_64.rpm | grep python python(abi) = 3.10 The error reported in your build log does not seem python related. Did the build simply ran out om memory or something similar? > The error reported in your build log does not seem python related. Did the
> build simply ran out om memory or something similar?
Yes, you are correct. Sorry for the noise. I tried to rebuild it and it builds alright.
|