Bug 1231104
Summary: | perl-B-Hooks-OP-Check-EntersubForCV-0.09-11.fc23: FTBFS with Perl 5.22 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jitka Plesnikova <jplesnik> | ||||
Component: | perl-B-Hooks-OP-Check-EntersubForCV | Assignee: | Orphan Owner <extras-orphan> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 23 | CC: | danielkza2, dennis, iarnell, perl-devel, psabata | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
URL: | https://koji.fedoraproject.org/koji/buildinfo?buildID=643279 | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-09-23 13:59:03 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: | 1318969 | ||||||
Bug Blocks: | 1231880, 1239338 | ||||||
Attachments: |
|
*** Bug 1239766 has been marked as a duplicate of this bug. *** This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle. Changing version to '23'. (As we did not run this process for some time, it could affect also pre-Fedora 23 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23 This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. Non-trivial to fix and upstream seems to be dead. Retiring in F23+. The CPAN bug now has a patch posted for 5.22. I have a package that requires Perl-Devel-BeginLift which requires this package, and it would be nice if I didn't have to handle them manually. |
Created attachment 1037926 [details] Build log The build of perl-B-Hooks-OP-Check-EntersubForCV failed during Perl 5.22 mass rebuild with following errors: + make test "/usr/bin/perl" "-Iinc" "-MModule::Install::ExtraTests" "-e" "Module::Install::ExtraTests::__harness('Test::Harness', 0, 'xt/author', '', '', 0, 'blib/lib', 'blib/arch')" t/*.t Subroutine B::OP::parent redefined at /usr/lib/perl5/vendor_perl/B/Utils.pm line 186. # Failed test 'simple callback' # at t/basic.t line 37. # got: '0' # expected: '1' # Failed test 'multiple callbacks' # at t/basic.t line 65. # got: '0' # expected: '2' # Failed test 'no callback after multiple registrations' # at t/basic.t line 68. # got: '0' # expected: '2' # Failed test 'multiple callbacks for multiple entersubs' # at t/basic.t line 78. # got: '0' # expected: '4' # Failed test 'deregistration' # at t/basic.t line 90. # got: '0' # expected: '2' # Looks like you planned 20 tests but ran 11. # Looks like you failed 5 tests of 11 run. t/basic.t ... Dubious, test returned 5 (wstat 1280, 0x500) Failed 14/20 subtests Subroutine B::OP::parent redefined at /usr/lib/perl5/vendor_perl/B/Utils.pm line 186. # Failed test at t/import.t line 29. # got: '0' # expected: '2' # Failed test at t/import.t line 33. # got: '0' # expected: '2' # Looks like you planned 9 tests but ran 3. # Looks like you failed 2 tests of 3 run. t/import.t ..