Bug 1242138 - perl-Coro-6.47 is available
Summary: perl-Coro-6.47 is available
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-Coro
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Pisar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-11 12:11 UTC by Upstream Release Monitoring
Modified: 2015-07-13 11:59 UTC (History)
1 user (show)

Fixed In Version: perl-Coro-6.47-1.fc23
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-07-13 11:59:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
[patch] Update to 6.47 (#1242138) (888 bytes, text/x-diff)
2015-07-11 12:11 UTC, Upstream Release Monitoring
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 750805 0 unspecified CLOSED Fails to build on ARM, needs to use default setjmp not ucontext 2021-02-22 00:41:40 UTC

Internal Links: 750805

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


Note You need to log in before you can comment on or make changes to this bug.