Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 661462 - dev-perl/Email-LocalDelivery-1.200.0-r1 fails tests without dev-perl/Capture-Tiny (Can't locate Capture/Tiny.pm in @INC)
Summary: dev-perl/Email-LocalDelivery-1.200.0-r1 fails tests without dev-perl/Capture-...
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:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2018-07-18 06:13 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2019-10-13 15:13 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 2018-07-18 06:13:22 UTC
Again, probably easy fix, just triaging as that's all I have time to do today.



>>> Test phase: dev-perl/Email-LocalDelivery-1.200.0-r1
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, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t ................ Can't locate Capture/Tiny.pm in @INC (you may need to install the Capture::Tiny module) (@INC contains: /var/tmp/portage/dev-perl/Email-LocalDelivery-1.200.0-r1/work/Email-LocalDelivery-1.200/blib/lib /var/tmp/portage/dev-perl/Email-LocalDelivery-1.200.0-r1/work/Email-LocalDelivery-1.200/blib/arch /etc/perl /usr/local/lib64/perl5/5.28.0/x86_64-linux-thread-multi /usr/local/lib64/perl5/5.28.0 /usr/lib64/perl5/vendor_perl/5.28.0/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.28.0 /usr/local/lib64/perl5 /usr/lib64/perl5/vendor_perl/5.27.8 /usr/lib64/perl5/vendor_perl/5.27.7 /usr/lib64/perl5/vendor_perl/5.27.6 /usr/lib64/perl5/vendor_perl/5.22.3 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.28.0/x86_64-linux-thread-multi /usr/lib64/perl5/5.28.0) at t/00-compile.t line 10.
BEGIN failed--compilation aborted at t/00-compile.t line 10.
t/00-compile.t ................ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/000-report-versions-tiny.t .. #
#
# Generated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.09
# perl: 5.028000 (wanted any version) on linux from /usr/bin/perl
#
# Capture::Tiny                                 => module not found. (want any version)
# Carp                                          => 1.50       (want any version)
# Email::FolderType                             => 0.814      (want 0.7)
# Email::Simple                                 => 2.214      (want 1.998)
# ExtUtils::MakeMaker                           => 7.34       (want 6.30)
# Fcntl                                         => 1.13       (want any version)
# File::Basename                                => 2.85       (want any version)
# File::Path                                    => 2.15       (want any version)
# File::Path::Expand                            => 1.02       (want 1.01)
# Symbol                                        => 1.08       (want any version)
# Sys::Hostname                                 => 1.22       (want any version)
# Test::More                                    => 1.302133   (want 0.96)
# Test::Pod                                     => module not found. (want 1.41)
# blib                                          => 1.07       (want any version)
# strict                                        => 1.11       (want any version)
# version                                       => 0.9923     (want 0.9901)
# warnings                                      => 1.42       (want any version)
#
# Thanks for using my code.  I hope it works for you.
# If not, please try and include this output in the bug report.
# That will help me reproduce the issue and solve your problem.
#
t/000-report-versions-tiny.t .. ok
t/mbox.t ...................... ok

Test Summary Report
-------------------
t/00-compile.t              (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=3, Tests=7,  0 wallclock secs ( 0.03 usr  0.00 sys +  0.40 cusr  0.03 csys =  0.46 CPU)
Comment 1 Larry the Git Cow gentoo-dev 2019-07-10 15:43:48 UTC
The bug has been referenced in the following commit(s):

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

commit 82d334d2f9e30fed099bc24899342fd31a2416b4
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2019-07-10 15:41:46 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2019-07-10 15:42:08 +0000

    dev-perl/Email-LocalDelivery: Fix deps for bug #661462
    
    - Convert to EAPI6
    - Enable parallel tests
    - Square up dependencies
    - Add missing Capture-Tiny test dependency
    
    Bug: https://bugs.gentoo.org/661462
    Package-Manager: Portage-2.3.66, Repoman-2.3.16
    Signed-off-by: Kent Fredric <kentnl@gentoo.org>

 .../Email-LocalDelivery-1.200.0-r2.ebuild          | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2019-10-13 15:13:33 UTC
The bug has been closed via the following commit(s):

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

commit 56f91f421309f185550f45bc438cf6a174d53ae3
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2019-10-13 15:12:58 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2019-10-13 15:12:58 +0000

    dev-perl/Email-LocalDelivery: Remove old
    
    Closes: https://bugs.gentoo.org/661462
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 .../Email-LocalDelivery-1.200.0-r1.ebuild          | 23 ----------------------
 1 file changed, 23 deletions(-)