Bug 1905996
| Summary: | gdb fails to build with Python 3.10: Makefile: Aborted (core dumped) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> |
| Component: | gdb | Assignee: | Kevin Buettner <kevinb> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jan.kratochvil, keiths, kevinb, mhroncok, pmuldoon, sergiodj, 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-11 10:22:09 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-12-09 13:42:53 UTC
I think this is due to an off-by-one error in ada_fold_name(). However, some (other) recent change, perhaps to libstdc++, exposed the problem. My upstream patch fixing this problem can be viewed here: https://sourceware.org/pipermail/gdb-patches/2020-December/173935.html I plan to apply it to rawhide today... I think this problem should be fixed now. I committed / pushed the ada_fold_name fix mentioned in comment 1. GDB now builds cleanly again on rawhide. The upstream patch has also been pushed, so the local patch that I introduced will go away in a future rebase. Thanks. |