Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613608 - dev-perl/DBD-mysql fails tests without '.' in @INC ( Can't locate t/lib.pl in @INC )
Summary: dev-perl/DBD-mysql fails tests without '.' in @INC ( Can't locate t/lib.pl in...
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: https://rt.cpan.org/Ticket/Display.ht...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: perl-5.26-no-dot-inc
  Show dependency tree
 
Reported: 2017-03-23 10:50 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-06-10 18: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-03-23 10:50:19 UTC
Can't locate t/lib.pl in @INC (...) at t/40server_prepare_crash.t line 8.


Test Summary Report
-------------------
t/40server_prepare_crash.t            (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/55utf8_jp.t                         (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/cve-2017-3302.t                     (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/magic.t                             (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/rt110983-valid-mysqlfd.t            (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/rt118977-zerofill.t                 (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/rt25389-bin-case.t                  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/rt50304-column_info_parentheses.t   (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/rt61849-bind-param-buffer-overflow.t (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/rt75353-innodb-lock-timeout.t       (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/rt83494-quotes-comments.t           (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-06-10 18:33:32 UTC
commit:  1bc4c8bb8aebffe75e54c261e115080498143cc6
author:  2017-06-11 05:32:10 +1200 Kent Fredric <kentnl@gentoo.org>
commit:  2017-06-11 06:31:55 +1200 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/DBD-mysql: Fix tests for '.' in @INC re bug #613608

    Apply modified patche(s) from upstream to fix dependency on '.'
    in @INC during tests.
    
    Bug: https://bugs.gentoo.org/613608
    Package-Manager: Portage-2.3.6, Repoman-2.3.2


 dev-perl/DBD-mysql/DBD-mysql-4.41.0.ebuild      |   2 +-
 dev-perl/DBD-mysql/DBD-mysql-4.42.0.ebuild      |   2 +-
 dev-perl/DBD-mysql/files/4.041-no-dot-inc.patch | 103 +++
 dev-perl/DBD-mysql/files/4.042-no-dot-inc.patch | 178 +++++
 4 files changed, 283 insertions(+), 2 deletions(-)