Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 614628 - <dev-perl/Sub-Identify-0.140.0 fails tests without '.' in @INC (Can't locate t/20attributes.t in @INC)
Summary: <dev-perl/Sub-Identify-0.140.0 fails tests without '.' in @INC (Can't locate ...
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: 617120
Blocks: perl-5.26-no-dot-inc
  Show dependency tree
 
Reported: 2017-04-04 13:32 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-11-09 06:45 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-04 13:32:30 UTC
Upstream ticket claims its fixed. It isn't. ( It in fact gets worse in 0.13, and I'm not going to bump till upstream actually fixes it as a result )



"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Identify.bs blib/arch/auto/Sub/Identify/Identify.bs 644
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
^M===(       1;0   1/30  0/?  0/? )=======================================^M===(      20;0  19/30   1/12  0/? )=====================================^M                                                                        ^Mt/02errors.t ................. ok
^M===(      42;0  30/30  0/? )============================================^M                                                                        ^Mt/01basic.t .................. ok
^M===(      42;0  0/?  0/? )==============================================^M===(      43;1  1/6  0/?  0/? )=========================================^M                                                                        ^Mt/03proto.t .................. ok
^M===(      48;1  0/?  0/? )==============================================do "t/05constant.t" failed, '.' is no longer in @INC at t/05constant-pureperl.t line 3.
^M                                                                        ^Mt/05constant-pureperl.t ...... No subtests run
^M===(      48;1  0/?  0/? )==============================================^M===(      49;1  1/6  0/6  0/? )=========================================^M===(      55;1  6/6  1/6  0/? )=========================================^M                                                                        ^Mt/04codelocation-pureperl.t .. ok
^M===(      56;1  2/6  0/? )==============================================^M                                                                        ^Mt/04codelocation.t ........... ok
^M===(      60;1  0/?  0/? )==============================================^M===(      61;1  1/5  0/?  0/? )=========================================^M                                                                        ^Mt/05constant.t ............... ok
^M===(      65;1  0/?  0/? )==============================================^M===(      66;1  1/2  0/4  0/? )=========================================^M===(      68;1  2/2  1/4  0/? )=========================================^M                                                                        ^Mt/06codelocxs-pureperl.t ..... ok
^M===(      68;1  1/4  0/? )==============================================^M                                                                        ^Mt/06codelocxs.t .............. ok
^M===(      71;1  0/?  0/? )==============================================Can't locate t/20attributes.t in @INC (@INC contains: /var/tmp/portage/dev-perl/Sub-Identify-0.120.0/work/Sub-Identify-0.12/blib/lib /var/tmp/portage/dev-perl/Sub-Identify-0.120.0/work/Sub-Identify-0.12/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/21attributes-pureperl.t line 5.
^M                                                                        ^Mt/21attributes-pureperl.t .... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
^M===(      71;1   0/31  0/? )============================================^M===(      72;1   1/31  0/?  0/? )=======================================^M                                                                        ^Mt/10pureperl-basic.t ......... ok
^M===(     102;1  0/?  0/? )==============================================^M===(     103;1  0/3   1/30 )============================================^M===(     104;1  1/3   1/30 )============================================^M                                                                        ^Mt/20attributes.t ............. ok
t/30signatures.t ............. ^Mt/30signatures.t ............. 2/30 ^M                                      ^Mt/30signatures.t ............. ok

Test Summary Report
-------------------
t/05constant-pureperl.t    (Wstat: 0 Tests: 0 Failed: 0)
  Parse errors: No plan found in TAP output
t/21attributes-pureperl.t  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=13, Tests=135,  1 wallclock secs ( 0.07 usr  0.02 sys +  0.69 cusr  0.09 csys =  0.87 CPU)
Result: FAIL
Comment 1 Larry the Git Cow gentoo-dev 2017-11-09 06:43:16 UTC
The bug has been closed via the following commit(s):

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

commit a22d32ed44778bfa50d6055a1e2eb289a6f11495
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-11-09 06:07:54 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-11-09 06:42:48 +0000

    dev-perl/Sub-Identify: Cleanup old re bug #614628
    
    Closes: https://bugs.gentoo.org/614628
    Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Sub-Identify/Manifest                    |  1 -
 dev-perl/Sub-Identify/Sub-Identify-0.120.0.ebuild | 30 -----------------------
 2 files changed, 31 deletions(-)