Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613642 - dev-perl/Math-BigInt-GMP fails tests without '.' in @INC (Can't locate t/bigfltpm.inc in @INC)
Summary: dev-perl/Math-BigInt-GMP fails tests without '.' in @INC (Can't locate t/bigf...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Low minor (vote)
Assignee: Gentoo Perl team
URL: https://rt.cpan.org/Ticket/Display.ht...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: perl-5.26-no-dot-inc
  Show dependency tree
 
Reported: 2017-03-23 13:44 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-10-30 09:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-03-23 13:44:49 UTC
Can't locate t/bigintpm.inc in @INC

...

Test Summary Report
-------------------
t/bigintpm.t                                (Wstat: 512 Tests: 20 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 3933 tests but ran 20.
t/bigfltpm.t                                (Wstat: 512 Tests: 19 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 2455 tests but ran 19.
t/mbimbf.t                                  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 738 tests but ran 0.
Files=71, Tests=1005,  2 wallclock secs ( 0.33 usr  0.15 sys +  6.33 cusr  1.14 csys =  7.95 CPU)
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-04-08 21:54:34 UTC
t/01load.t .... 2/2 # Testing Math::BigInt::GMP 1.38
# ==> Perl 5.025011, /usr/bin/perl
# ==> Math::BigInt 1.999806
t/01load.t .... ok
t/02pod.t ..... ok 
t/03podcov.t .. ok 
t/bigfltpm.t .. 1/2343 Can't locate t/bigfltpm.inc in @INC (@INC contains: /var/tmp/portage/dev-perl/Math-BigInt-GMP-1.380.0/work/Math-BigInt-GMP-1.38/blib/lib /var/tmp/portage/dev-perl/Math-BigInt-GMP-1.380.0/work/Math-BigInt-GMP-1.38/blib/arch /etc/perl /usr/local/lib64/perl5/5.25.11/x86_64-linux /usr/local/lib64/perl5/5.25.11 /usr/lib64/perl5/vendor_perl/5.25.11/x86_64-linux /usr/lib64/perl5/vendor_perl/5.25.11 /usr/local/lib64/perl5 /usr/lib64/perl5/vendor_perl/5.25.11 /usr/lib64/perl5/vendor_perl/5.22.3 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.25.11/x86_64-linux /usr/lib64/perl5/5.25.11) at t/bigfltpm.t line 29.
# Looks like your test exited with 2 just after 5.
t/bigfltpm.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 2338/2343 subtests
t/bigintg.t ... ok   
t/bigintpm.t .. 1/3657 Can't locate t/bigintpm.inc in @INC (@INC contains: /var/tmp/portage/dev-perl/Math-BigInt-GMP-1.380.0/work/Math-BigInt-GMP-1.38/blib/lib /var/tmp/portage/dev-perl/Math-BigInt-GMP-1.380.0/work/Math-BigInt-GMP-1.38/blib/arch /etc/perl /usr/local/lib64/perl5/5.25.11/x86_64-linux /usr/local/lib64/perl5/5.25.11 /usr/lib64/perl5/vendor_perl/5.25.11/x86_64-linux /usr/lib64/perl5/vendor_perl/5.25.11 /usr/local/lib64/perl5 /usr/lib64/perl5/vendor_perl/5.25.11 /usr/lib64/perl5/vendor_perl/5.22.3 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.25.11/x86_64-linux /usr/lib64/perl5/5.25.11) at t/bigintpm.t line 36.
# Looks like your test exited with 2 just after 6.
t/bigintpm.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 3651/3657 subtests
t/biglog.t .... ok   
t/bigroot.t ... ok 
t/storable.t .. ok
Comment 2 Larry the Git Cow gentoo-dev 2017-10-30 09:02:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=086d3e431ac6f0dbc11598013e7ca673de706047

commit 086d3e431ac6f0dbc11598013e7ca673de706047
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-10-30 08:57:01 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-10-30 09:02:18 +0000

    dev-perl/Math-BigInt-GMP: Fix test failures w/o '.' in @INC bug #613642
    
    Some of these have follow up issues that are beyond my capacity to fix
    other than stabilizing
    
    Closes: https://bugs.gentoo.org/613642
    Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild |  4 +-
 .../Math-BigInt-GMP/Math-BigInt-GMP-1.490.0.ebuild |  1 +
 .../Math-BigInt-GMP-1.600.200.ebuild               |  1 +
 .../files/Math-BigInt-GMP-1.380.0-no-dot-inc.patch | 37 ++++++++++++++++
 .../files/Math-BigInt-GMP-1.490.0-no-dot-inc.patch | 37 ++++++++++++++++
 .../Math-BigInt-GMP-1.600.200-no-dot-inc.patch     | 51 ++++++++++++++++++++++
 6 files changed, 129 insertions(+), 2 deletions(-)