Bug 1799090
| Summary: | python34: FTBFS in Fedora rawhide/f32 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | python34 | Assignee: | Marcel Plch <mplch> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 32 | CC: | carl, cstratak, kevin, mhroncok, mplch, pviktori, python-sig, TicoTimo, vstinner | ||||||||
| 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-03-05 09:35:42 UTC | Type: | --- | ||||||||
| 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: | 1797052 | ||||||||||
| Bug Blocks: | 1750908 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2020-02-06 15:36:50 UTC
Created attachment 1658265 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 1658266 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 1658267 [details]
state.log
This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle. Changing version to 32. AArch64 is bz1797052, but other architectures hang: armv7hl, x86_64, s390x > https://koji.fedoraproject.org/koji/taskinfo?taskID=41257498
> AArch64 is bz1797052, but other architectures hang: armv7hl, x86_64, s390x
The armv7hl, x86_64, s390x build all stopped while testing test_faulthandler. Example:
---
[115/390] test_faulthandler
test_disable (test.test_faulthandler.FaultHandlerTests) ... ok
(...)
test_sigfpe (test.test_faulthandler.FaultHandlerTests) ... ok
test_sigill (test.test_faulthandler.FaultHandlerTests) ... ok
test_sigsegv (test.test_faulthandler.FaultHandlerTests) ... ok
---
When Python 3.4.10 is compiled with -O0, test_faulthandler pass. But when it's built wit -O3, test_stack_overflow() hangs. It's this bug: https://bugs.python.org/issue38965 And it has been fixed in master: "bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)" https://github.com/python/cpython/commit/8b787964e0a647caa0558b7c29ae501470d727d9 We should just backport this fix. > We should just backport this fix. Done in: https://src.fedoraproject.org/rpms/python34/pull-request/49 Dear Maintainer, your package has not been built successfully in 32. Action is required from you. If you can fix your package to build, perform a build in koji, and either create an update in bodhi, or close this bug without creating an update, if updating is not appropriate [1]. If you are working on a fix, set the status to ASSIGNED to acknowledge this. Following the latest policy for such packages [2], your package will be orphaned if this bug remains in NEW state more than 8 weeks. A week before the mass branching of Fedora 33 according to the schedule [3], any packages not successfully rebuilt at least on Fedora 31 will be retired regardless of the status of this bug. [1] https://fedoraproject.org/wiki/Updates_Policy [2] https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/ [3] https://fedoraproject.org/wiki/Releases/33/Schedule This has been resolved in rawhide by: https://src.fedoraproject.org/rpms/python34/pull-request/49 Working on a backport to F32. |