Bug 1242138

Summary: perl-Coro-6.47 is available
Product: [Fedora] Fedora Reporter: Upstream Release Monitoring <upstream-release-monitoring>
Component: perl-CoroAssignee: Petr Pisar <ppisar>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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 Flags
[patch] Update to 6.47 (#1242138) none

Description Upstream Release Monitoring 2015-07-11 12:11:19 UTC
Latest upstream release: 6.47
Current version/release in rawhide: 6.46-1.fc23
URL: http://search.cpan.org/dist/Coro/

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.

Comment 1 Upstream Release Monitoring 2015-07-11 12:11:36 UTC
Created attachment 1050873 [details]
[patch] Update to 6.47 (#1242138)

Comment 2 Upstream Release Monitoring 2015-07-11 12:16:30 UTC
Scratch build failed http://koji.fedoraproject.org/koji/taskinfo?taskID=10333762

Comment 3 Petr Pisar 2015-07-13 10:28:27 UTC
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.

Comment 4 Petr Pisar 2015-07-13 11:11:43 UTC
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.

Comment 5 Petr Pisar 2015-07-13 11:49:01 UTC
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.

Comment 6 Upstream Release Monitoring 2015-07-13 11:57:46 UTC
ppisar's perl-Coro-6.47-1.fc23 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=668402