Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 623144 - <dev-perl/UltraDNS-0.60.0-r2 fails tests without '.' in @INC ( do "t/util.pl" failed, '.' is no longer in @INC)
Summary: <dev-perl/UltraDNS-0.60.0-r2 fails tests without '.' in @INC ( do "t/util.pl"...
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: perl-5.26-no-dot-inc
  Show dependency tree
 
Reported: 2017-06-30 05:02 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2018-03-26 11:33 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-06-30 05:02:44 UTC
>>> Test phase: dev-perl/UltraDNS-0.60.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.load.t ....... 1/? # Testing UltraDNS 0.06
t/00.load.t ....... ok
t/01-connect.t .... do "t/util.pl" failed, '.' is no longer in @INC; did you mean do "./t/util.pl"? at t/01-connect.t line 7.
Undefined subroutine &main::test_connect_args called at t/01-connect.t line 9.
t/01-connect.t .... skipped: (no reason given)
t/02-basic.t ...... do "t/util.pl" failed, '.' is no longer in @INC; did you mean do "./t/util.pl"? at t/02-basic.t line 7.
Undefined subroutine &main::test_connect called at t/02-basic.t line 9.
t/02-basic.t ...... skipped: (no reason given)
t/03-err.t ........ do "t/util.pl" failed, '.' is no longer in @INC; did you mean do "./t/util.pl"? at t/03-err.t line 7.
Undefined subroutine &main::test_connect_args called at t/03-err.t line 9.
t/03-err.t ........ skipped: (no reason given)
t/30-get.t ........ do "t/util.pl" failed, '.' is no longer in @INC; did you mean do "./t/util.pl"? at t/30-get.t line 7.
Undefined subroutine &main::test_connect called at t/30-get.t line 9.
t/30-get.t ........ skipped: (no reason given)
t/perlcritic.t .... skipped: Developer only test
t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/pod.t ........... skipped: Test::Pod 1.14 required for testing POD

Test Summary Report
-------------------
t/01-connect.t  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
t/02-basic.t    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
t/03-err.t      (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
t/30-get.t      (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
Comment 1 Larry the Git Cow gentoo-dev 2018-03-18 16:24:53 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a4197d1232cf025d423c549dba31677ac55556

commit 68a4197d1232cf025d423c549dba31677ac55556
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2018-03-18 16:23:10 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2018-03-18 16:24:42 +0000

    dev-perl/UltraDNS: Fix test failures due to '.' in @INC, bug #623144
    
    - EAPI6
    - Parallel tests
    - Fix '.' in @INC test failure
    - Purge unwanted author tests
    - Fix unwanted installation of build script
    
    Bug: https://bugs.gentoo.org/623144
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/UltraDNS/UltraDNS-0.60.0-r2.ebuild        | 28 ++++++++
 dev-perl/UltraDNS/files/UltraDNS-0.06-dotinc.patch | 80 ++++++++++++++++++++++
 .../UltraDNS/files/UltraDNS-0.06-nomkmethods.patch | 20 ++++++
 3 files changed, 128 insertions(+)}
Comment 2 Larry the Git Cow gentoo-dev 2018-03-26 11:33:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c3afedc47818b729ee396e9a9ef9d648bf8637e

commit 2c3afedc47818b729ee396e9a9ef9d648bf8637e
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2018-03-26 11:32:50 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2018-03-26 11:32:50 +0000

    dev-perl/UltraDNS: Cleanup old re bug #623144
    
    Closes: https://bugs.gentoo.org/623144
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/UltraDNS/UltraDNS-0.60.0-r1.ebuild | 24 ------------------------
 1 file changed, 24 deletions(-)