Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 614920 - <dev-perl/PerlIO-utf8_strict-0.7.0 fails tests without '.' in @INC (Can't locate t/Util.pm in @INC)
Summary: <dev-perl/PerlIO-utf8_strict-0.7.0 fails tests without '.' in @INC (Can't loc...
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:
Whiteboard: Cleanup old after 2017-04-15
Keywords: TESTFAILURE
Depends on:
Blocks: perl-5.26-no-dot-inc
  Show dependency tree
 
Reported: 2017-04-07 15:38 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-04-15 10:11 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-07 15:38:15 UTC
PERL_DL_NONLAZY=1 "/home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc-nodot/bin/perl5.25.11" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't locate t/Util.pm in @INC (you may need to install the t::Util module) (@INC contains: <>) at t/incomplete.t line 9.
BEGIN failed--compilation aborted at t/incomplete.t line 9.
t/incomplete.t ......... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/basics.t ............. ok
Can't locate t/Util.pm in @INC (you may need to install the t::Util module) (@INC contains: <>) at t/bug.t line 9.
BEGIN failed--compilation aborted at t/bug.t line 9.
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-04-15 10:11:34 UTC
commit:  d8578afd2ce336515e23c22845ee179884b3f5c7
author:  2017-04-15 22:02:11 +1200 Kent Fredric <kentnl@gentoo.org>
commit:  2017-04-15 22:05:02 +1200 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/PerlIO-utf8_strict: Cleanup old

    Remove old versions broken by 5.26
    
    https://bugs.gentoo.org/614920
    
    Package-Manager: Portage-2.3.4, Repoman-2.3.2


 dev-perl/PerlIO-utf8_strict/Manifest                        |  1 -
 dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.6.0.ebuild | 34 -----
 2 files changed, 35 deletions(-)
commit:  59f8405877c1f76c92115d136fcdf7ec422579c6
author:  2017-04-08 03:37:43 +1200 Kent Fredric <kentnl@gentoo.org>
commit:  2017-04-08 03:37:53 +1200 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/PerlIO-utf8_strict: Bump to version 0.7.0

    Upstream:
    - Fix '.' in @INC reliance.
    - Fix calling syswrite() with unicode.
    
    Bug: https://bugs.gentoo.org/614920
    Package-Manager: Portage-2.3.4, Repoman-2.3.2


 dev-perl/PerlIO-utf8_strict/Manifest                        |  1 +
 dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.7.0.ebuild | 34 +++++
 2 files changed, 35 insertions(+)