Bug 1242138
| Summary: | perl-Coro-6.47 is available | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> | ||||
| Component: | perl-Coro | Assignee: | Petr Pisar <ppisar> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | perl-devel | ||||
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | perl-Coro-6.47-1.fc23 | Doc Type: | Enhancement | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-07-13 11:59:43 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: | |||||||
| Attachments: |
|
||||||
|
Description
Upstream Release Monitoring
2015-07-11 12:11:19 UTC
Created attachment 1050873 [details]
[patch] Update to 6.47 (#1242138)
Scratch build failed http://koji.fedoraproject.org/koji/taskinfo?taskID=10333762 This fails on 32-bit ARM: t/00_basic.t .......... Failed 7/9 subtests *** longjmp causes uninitialized stack frame ***: /usr/bin/perl terminated Not sure if this is a regression in Coro, perl or glibc. That's instance of bug #750805. Since perl-4:5.22.0-347, we propagate distribution's CFLAGS from perl's build-time configuration to perl-Coro CFLAGS. So hack for bug #750805 stopped working and the FORTIFY_SOURCE macro affects glibc's longjump address assertion. It turned out that "-Wp,-DFORTIFY_SOURCE=2 -DFORTIFY_SOURCE=0" produce a warning about redefinition and resulting macro remains "FORTIFY_SOURCE 2". If macro is defined with -Wp, one has to redefine it with -Wp too. ppisar's perl-Coro-6.47-1.fc23 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=668402 |