Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 616992 - dev-perl/HTML-TagFilter fails tests without '.' in @INC (Can't locate My/Filter.pm in @INC)
Summary: dev-perl/HTML-TagFilter fails tests without '.' in @INC (Can't locate My/Filt...
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-04-29 12:18 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-10-24 05:54 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-29 12:18:01 UTC
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
t/01-filter.t ..... ok  
t/02-xss.t ........ ok 
t/03-extension.t .. ok 
t/04-subclass.t ... Can't locate My/Filter.pm in @INC (you may need to install the My::Filter module) (@INC contains: /var/tmp/portage/dev-perl/HTML-TagFilter-1.30.0/work/HTML-TagFilter-1.03/blib/lib /var/tmp/portage/dev-perl/HTML-TagFilter-1.30.0/work/HTML-TagFilter-1.03/blib/arch /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 t/04-subclass.t line 5.
BEGIN failed--compilation aborted at t/04-subclass.t line 5.
t/04-subclass.t ... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run

Test Summary Report
-------------------
t/04-subclass.t (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Comment 1 Larry the Git Cow gentoo-dev 2017-10-24 05:54:36 UTC
The bug has been closed via the following commit(s):

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

commit 3317ead1f4e9b39af873a84c44d64a3bda2fd280
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-10-24 05:49:35 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-10-24 05:54:28 +0000

    dev-perl/HTML-TagFilter: Fix tests without '.' in @INC bug #616992
    
    Closes: https://bugs.gentoo.org/616992
    Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../HTML-TagFilter/HTML-TagFilter-1.30.0.ebuild    |  3 +-
 .../files/HTML-TagFilter-1.30.0-no-dot-inc.patch   | 46 ++++++++++++++++++++++
 2 files changed, 48 insertions(+), 1 deletion(-)