Summary: | dev-perl/Math-BigInt-Lite fails tests without '.' in @INC | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Kent Fredric (IRC: kent\n) (RETIRED) <kentnl> |
Component: | Current packages | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://rt.cpan.org/Ticket/Display.html?id=120893 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 612408 |
Description
Kent Fredric (IRC: kent\n) (RETIRED)
![]() commit 3564203a08d8d5d069120b0cae5ab1c74b82f97b (HEAD -> master, origin/master, origin/HEAD) Author: Andreas K. Hüttel <dilfridge@gentoo.org> Date: Sat Jul 1 01:25:47 2017 +0200 dev-perl/Math-BigInt-Lite: Add build fix for Perl 5.26, bug 617134 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) Odd, I have tests passing here ... oh, it seems we PERL_RM_FILES the test that's affected atm, and its been failing since 5.14 for a different reason either way. SO nothing to see here. >>> Test phase: dev-perl/Math-BigInt-Lite-0.140.0 * Removing un-needed t/pod_cov.t * Removing un-needed t/pod.t * Removing un-needed t/bigintpm.t * Fixing Manifest * Test::Harness Jobs=3 make -j3 test TEST_VERBOSE=0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/mbi_ali.t .. ok t/lite.t ..... ok t/with.t ..... ok All tests successful. Files=3, Tests=119, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.26 cusr 0.03 csys = 0.33 CPU) Result: PASS >>> Completed testing dev-perl/Math-BigInt-Lite-0.140.0 |