Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613710 - <dev-perl/Gearman-2.3.2 fails tests without '.' in @INC ( Can't locate t/Server.pm in @INC )
Summary: <dev-perl/Gearman-2.3.2 fails tests without '.' in @INC ( Can't locate t/Serv...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL: https://github.com/p-alik/perl-Gearma...
Whiteboard: cleanup old after 2017-04-09
Keywords: TESTFAILURE
Depends on:
Blocks: perl-5.26-no-dot-inc
  Show dependency tree
 
Reported: 2017-03-24 07:56 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-04-09 21:34 UTC (History)
1 user (show)

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-03-24 07:56:00 UTC
PERL_DL_NONLAZY=1 "/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/bin/perl5.25.10" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't locate t/Server.pm in @INC (you may need to install the t::Server module) (@INC contains: /...) at t/02-client.t line 8.
BEGIN failed--compilation aborted at t/02-client.t line 8.
t/02-client.t ................... 
Dubious, test returned 2 (wstat 512, 0x200)

Test Summary Report
-------------------
t/02-client.t                 (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/05-taskset.t                (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/03-worker.t                 (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/13-fail.t                   (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/12-sum.t                    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/14-sleep.t                  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/50-wait_timeout.t           (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/17-status.t                 (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/15-priority.t               (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/18-ssl.t                    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/16-background.t             (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/40-prefix.t                 (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=22, Tests=241,  4 wallclock secs ( 0.10 usr  0.05 sys +  2.
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-03-24 08:03:47 UTC
Accidentally got a wire crossed.
Comment 2 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-04-09 21:34:24 UTC
commit:  100d6d67e78faf94771c8e418c89106dc28b768f
author:  2017-04-09 21:33:06 +0000 Kent Fredric <kentnl@gentoo.org>
commit:  2017-04-09 21:33:06 +0000 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/Gearman: Remove old versions re bug #613710

    Cleaning up versions that will break on Perl 5.26
    
    Bug: https://bugs.gentoo.org/613710
    Package-Manager: Portage-2.3.4, Repoman-2.3.2


 dev-perl/Gearman/Gearman-1.120.0.ebuild | 26 ---
 dev-perl/Gearman/Gearman-2.2.4.ebuild   | 44 -----
 dev-perl/Gearman/Gearman-2.3.1.ebuild   | 43 ----
 dev-perl/Gearman/Manifest               |  3 -
 4 files changed, 116 deletions(-)
commit:  10ade24e40640054843ef6a333d3cc07f4788305
author:  2017-04-01 20:20:51 +0000 Kent Fredric <kentnl@gentoo.org>
commit:  2017-04-01 20:20:51 +0000 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/Gearman: Bump to version 2.3.2

    Upstream:
    - Fix tests for '.' in @INC
    - Disable GEARMAN_WORKER_USE_STDIO testing witout AUTHOR_TESTING
    
    Package-Manager: Portage-2.3.4, Repoman-2.3.2


 dev-perl/Gearman/Gearman-2.3.2.ebuild | 43 +++++
 dev-perl/Gearman/Manifest             |  1 +
 2 files changed, 44 insertions(+)