Bug 2196755
| Summary: | perl-IO-Async-0.802-2.fc39 FTBFS: A build dependency on Test::Future::IO::Impl is not declared | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
| Component: | perl-IO-Async | Assignee: | Emmanuel Seyman <emmanuel> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | emmanuel, kwizart, perl-devel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | perl-IO-Async-0.802-3.fc39 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-05-14 09:51:18 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: | |||
| Bug Blocks: | 2168842 | ||
Thank you for the bug report, Petr. I've added the needed BR and rebuild the package for rawhide: https://koji.fedoraproject.org/koji/buildinfo?buildID=2199717 |
perl-IO-Async-0.802-2.fc39 fails to build in Fedora 39 because a test fails: t/64handle-bind.t ............ ok Can't locate Test/Future/IO/Impl.pm in @INC (you may need to install the Test::Future::IO::Impl module) (@INC contains: /builddir/build/BUILD/IO-Async-0.802/blib/lib /builddir/build/BUILD/IO-Async-0.802/bli b/arch /usr/local/lib64/perl5/5.36 /usr/local/share/perl5/5.36 /usr/lib64/perl5/vendor_perl /usr/share/ perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/70future-io.t line 9. BEGIN failed--compilation aborted at t/70future-io.t line 9. t/70future-io.t .............. Dubious, test returned 2 (wstat 512, 0x200) No subtests run It seems that a spec file is missing a build dependency on that module. This failure is triggered by upgrading perl-Future-IO from 0.13-1.fc39 to 0.14-1.fc39: Revision history for Future-IO 0.14 2023-04-25 [CHANGES] * Moved `Test::Future::IO::Impl` into its own distribution, so that downstream packages don't have to runtime-depend on `Test2` Reproducible: Always