Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 617134 - dev-perl/Math-BigInt-Lite fails tests without '.' in @INC
Summary: dev-perl/Math-BigInt-Lite fails tests without '.' in @INC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL: https://rt.cpan.org/Ticket/Display.ht...
Whiteboard:
Keywords:
Depends on:
Blocks: perl-5.26-no-dot-inc
  Show dependency tree
 
Reported: 2017-04-30 20:48 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-07-01 01:23 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-04-30 20:48:01 UTC
Version currently in tree fails with:

 * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/var/tmp/portage/dev-perl/Math-BigInt-Lite-0.140.0/image/
Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: /etc/perl /usr/local/lib64/perl5/5.25.12/x86_64-linux /usr/local/lib64/perl5/5.25.12 /usr/lib64/perl5/vendor_perl/5.25.12/x86_64-linux /usr/lib64/perl5/vendor_perl/5.25.12 /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.12/x86_64-linux /usr/lib64/perl5/5.25.12) at Makefile.PL line 7.
BEGIN failed--compilation aborted at Makefile.PL line 7.
 * ERROR: dev-perl/Math-BigInt-Lite-0.140.0::gentoo failed (configure phase):
 *   Unable to build!


Latest on CPAN ( See ticket ) fails with: 

Can't locate t/bigintpm.inc in @INC (@INC contains: /home/kent/.cpanm/work/1493585253.16875/Math-BigInt-Lite-0.17/blib/lib /home/kent/.cpanm/work/1493585253.16875/Math-BigInt-Lite-0.17/blib/arch /home/kent/perl5/perlbrew/perls/5.25.12-nossp-sip13-nopmc-nodot/lib/site_perl/5.25.12/x86_64-linux /home/kent/perl5/perlbrew/perls/5.25.12-nossp-sip13-nopmc-nodot/lib/site_perl/5.25.12 /home/kent/perl5/perlbrew/perls/5.25.12-nossp-sip13-nopmc-nodot/lib/5.25.12/x86_64-linux /home/kent/perl5/perlbrew/perls/5.25.12-nossp-sip13-nopmc-nodot/lib/5.25.12) at t/bigintpm.t line 17.
# Looks like your test exited with 2 before it could output anything.
t/bigintpm.t ...... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3913/3913 subtests 
Can't locate t/alias.inc in @INC (@INC contains: /home/kent/.cpanm/work/1493585253.16875/Math-BigInt-Lite-0.17/blib/lib /home/kent/.cpanm/work/1493585253.16875/Math-BigInt-Lite-0.17/blib/arch /home/kent/.cpanm/work/1493585253.16875/Math-BigInt-Lite-0.17/blib/lib /home/kent/.cpanm/work/1493585253.16875/Math-BigInt-Lite-0.17/blib/arch /home/kent/.cpanm/work/1493585253.16875/Math-BigInt-Lite-0.17/blib/lib /home/kent/.cpanm/work/1493585253.16875/Math-BigInt-Lite-0.17/blib/arch /home/kent/.cpanm/work/1493585253.16875/Math-BigInt-Lite-0.17/blib/lib /home/kent/.cpanm/work/1493585253.16875/Math-BigInt-Lite-0.17/blib/arch /home/kent/.cpanm/work/1493585253.16875/Math-BigInt-Lite-0.17/blib/lib /home/kent/.cpanm/work/1493585253.16875/Math-BigInt-Lite-0.17/blib/arch /home/kent/.cpanm/work/1493585253.16875/Math-BigInt-Lite-0.17/blib/lib /home/kent/.cpanm/work/1493585253.16875/Math-BigInt-Lite-0.17/blib/arch /home/kent/perl5/perlbrew/perls/5.25.12-nossp-sip13-nopmc-nodot/lib/site_perl/5.25.12/x86_64-linux /home/kent/perl5/perlbrew/perls/5.25.12-nossp-sip13-nopmc-nodot/lib/site_perl/5.25.12 /home/kent/perl5/perlbrew/perls/5.25.12-nossp-sip13-nopmc-nodot/lib/5.25.12/x86_64-linux /home/kent/perl5/perlbrew/perls/5.25.12-nossp-sip13-nopmc-nodot/lib/5.25.12) at t/mbi_ali.t line 15.
# Looks like your test exited with 2 before it could output anything.
t/mbi_ali.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 6/6 subtests
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2017-06-30 23:26:43 UTC
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(-)
Comment 2 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-07-01 01:23:42 UTC
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