This is an auto-filled bug because dev-perl/YAML-PP fails tests. The issue was originally discovered on arm64, but it may be reproducible on other arches as well. If you think that a different summary clarifies the issue better, feel free to change it. Attached build log and emerge --info.
Created attachment 634698 [details] build.log build log and emerge --info
Relevant Contexts: Can't locate Test/Deep.pm in @INC (you may need to install the Test::Deep module) (@INC contains: <lots> .) at t/37.schema-perl.t line 7. Can't locate Test/Deep.pm in @INC (you may need to install the Test::Deep module) (@INC contains: <lots> .) at t/50.clone.t line 5. Can't locate Test/Deep.pm in @INC (you may need to install the Test::Deep module) (@INC contains: <lots> .) at t/48.merge.t line 8 Can't locate Test/Deep.pm in @INC (you may need to install the Test::Deep module) (@INC contains: <lots> .) at t/49.include.t line 9 Test Summary Report ------------------- t/37.schema-perl.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/50.clone.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/48.merge.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/49.include.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=36, Tests=4615, 4 wallclock secs ( 2.05 usr 0.18 sys + 30.26 cusr 3.73 csys = 36.22 CPU) Result: FAIL Failed 4/36 test programs. 0/4615 subtests failed. So I'm guessing robbat' just missed a few deps. Will fix :)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be43f87f400ab010178cc361c2a8163c0f728aa7 commit be43f87f400ab010178cc361c2a8163c0f728aa7 Author: Kent Fredric <kentnl@gentoo.org> AuthorDate: 2020-04-26 15:13:42 +0000 Commit: Kent Fredric <kentnl@gentoo.org> CommitDate: 2020-04-26 15:16:40 +0000 dev-perl/YAML-PP: Add missing deps re bug #719642 Test::Deep's absence was breaking tests. Additionally, I've added all the other dependencies upstream mentioned, and moved from DEPEND to BDEPEND for EAPI7 reasons. The "export ... " line is removed because it only affects the building of XS/C code, of which this package has none (otherwise I'd have moved it to src_configure because calling 'export' really shouldn't happen in global scope, especially for this example, which could break pontetial application of per-package settings with package.env) Closes: https://bugs.gentoo.org/719642 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org> dev-perl/YAML-PP/YAML-PP-0.18.0-r1.ebuild | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+)