Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 615226 - <dev-perl/Class-InsideOut-1.140.0 fails tests without '.' in @INC (Can't locate t/Object/Trivial.pm in @INC)
Summary: <dev-perl/Class-InsideOut-1.140.0 fails tests without '.' in @INC (Can't loca...
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-18
Keywords: TESTFAILURE
Depends on:
Blocks: perl-5.26-no-dot-inc
  Show dependency tree
 
Reported: 2017-04-11 01:43 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-04-20 12:20 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-11 01:43:01 UTC
t/00-report-prereqs.t .............. ok 
t/01_load.t ........................ ok  
t/02_register.t .................... 1/25
#   Failed test 'require t::Object::Trivial;'
#   at t/02_register.t line 28.
#     Tried to require 't::Object::Trivial'.
#     Error:  Can't locate t/Object/Trivial.pm in @INC (you may need to install the t::Object::Trivial module) (@INC contains: /var/tmp/portage/dev-perl/Class-InsideOut-1.130.0-r1/work/Class-InsideOut-1.13/blib/lib /var/tmp/portage/dev-perl/Class-InsideOut-1.130.0-r1/work/Class-InsideOut-1.13/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 (eval 7) line 2.
Can't locate object method "new" via package "t::Object::Trivial" at t/02_register.t line 32.
# Looks like your test exited with 255 just after 2.
t/02_register.t .................... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 24/25 subtests
t/03_properties.t .................. 1/15
#   Failed test 'require t::Object::Animal::Jackalope;'
#   at t/03_properties.t line 40.
#     Tried to require 't::Object::Animal::Jackalope'.
#     Error:  Can't locate t/Object/Animal/Jackalope.pm in @INC (you may need to install the t::Object::Animal::Jackalope module) (@INC contains: /var/tmp/portage/dev-perl/Class-InsideOut-1.130.0-r1/work/Class-InsideOut-1.13/blib/lib /var/tmp/portage/dev-perl/Class-InsideOut-1.130.0-r1/work/Class-InsideOut-1.13/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 (eval 6) line 2.

#   Failed test 't::Object::Animal::Jackalope has/inherited its expected properties'
#   at t/03_properties.t line 42.
#     Structures begin differing at:
#          $got->{t::Object::Animal::JackRabbit} = Does not exist
#     $expected->{t::Object::Animal::JackRabbit} = HASH(0x19dce18)
Can't locate object method "new" via package "t::Object::Animal::Jackalope" at t/03_properties.t line 51.
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-04-20 12:20:17 UTC
commit:  09a7ec11b1e9e4b2ebcf048883d696819013d435
author:  2017-04-21 00:19:23 +1200 Kent Fredric <kentnl@gentoo.org>
commit:  2017-04-21 00:19:23 +1200 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/Class-InsideOut: Remove old re bug #615226

    Bug: https://bugs.gentoo.org/615226
    Package-Manager: Portage-2.3.4, Repoman-2.3.2


 dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild | 34 -----
 dev-perl/Class-InsideOut/Manifest                          |  1 -
 2 files changed, 35 deletions(-)
commit:  892d7dd7e186660000bdd5f018da26a5feb70871
author:  2017-04-11 13:49:31 +1200 Kent Fredric <kentnl@gentoo.org>
commit:  2017-04-11 13:49:45 +1200 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/Class-InsideOut: Bump to version 1.140.0

    - EAPI6
    - Parallel Testing
    
    Upstream:
    - Fix for '.' in @INC
    
    Bug: https://bugs.gentoo.org/615226
    Package-Manager: Portage-2.3.4, Repoman-2.3.2


 dev-perl/Class-InsideOut/Class-InsideOut-1.140.0.ebuild | 32 +++++
 dev-perl/Class-InsideOut/Manifest                       |  1 +
 2 files changed, 33 insertions(+)