Bug 1899557
| Summary: | python-yappi fails to build with Python 3.10: PyFrameObject {aka struct _frame} has no member named f_stacktop | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> |
| Component: | python-yappi | Assignee: | Alfredo Moralejo <amoralej> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | amoralej, 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-11-19 18:10:17 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 | ||
There are patches in upstream master branch [1] to support python 3.10 but are not included in a release yet. Anyway, i'll start by updating yappi to 1.3.0 in rawhide and test it locally with 3.10. [1] https://github.com/sumerc/yappi/issues/65 Keeps failing with yappi-1.3.0, i've requested a new release upstream which includes python 3.10 support: https://github.com/sumerc/yappi/issues/69 Fixed with update to 1.3.1 https://src.fedoraproject.org/rpms/python-yappi/c/8daea809bb79b26843ad1294f8e81324f0a29ffc?branch=master Tested using 3.10 copr |
python-yappi fails to build with Python 3.10.0a2. yappi/_yappi.c: In function ‘_call_leave’: yappi/_yappi.c:953:20: error: ‘PyFrameObject’ {aka ‘struct _frame’} has no member named ‘f_stacktop’; did you mean ‘f_stackdepth’? 953 | if (frame->f_stacktop) { | ^~~~~~~~~~ | f_stackdepth At top level: yappi/_yappi.c:181:13: warning: ‘_DebugPrintObjects’ defined but not used [-Wunused-function] 181 | static void _DebugPrintObjects(unsigned int arg_count, ...) | ^~~~~~~~~~~~~~~~~~ error: command '/usr/bin/gcc' failed with exit code 1 For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.10/fedora-rawhide-x86_64/01773484-python-yappi/ For all our attempts to build python-yappi with Python 3.10, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.10/package/python-yappi/ Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.10: https://copr.fedorainfracloud.org/coprs/g/python/python3.10/ Let us know here if you have any questions. Python 3.10 will be included in Fedora 35. To make that update smoother, we're building Fedora packages with early pre-releases of Python 3.10. A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon. We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.