Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 613586

Summary: <dev-perl/Dist-Zilla-6.10.0-r2 Fails tests without '.' in @INC
Product: Gentoo Linux Reporter: Kent Fredric (IRC: kent\n) (RETIRED) <kentnl>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: minor Keywords: TESTFAILURE
Priority: Low    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/rjbs/Dist-Zilla/issues/581
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 612408    

Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-03-23 01:47:15 UTC
#   Failed test 'config does not blow up with "Required plugin inc::MyMetadata isn't installed."'
#   at t/tester-local-plugins.t line 36.
#          got: 'Required plugin inc::MyMetadata isn't installed.
# 
# Run 'dzil authordeps' to see a list of all required plugins.
# You can pipe the list to your CPAN client to install or update them:
# 
#     dzil authordeps --missing | cpanm
# 
# '
#     expected: undef
# Looks like you failed 1 test of 1.
t/tester-local-plugins.t ........ 

No solutions known at this time.
Comment 1 Larry the Git Cow gentoo-dev 2017-10-06 09:49:38 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b2006adc689bd890b2553d333a6dbbbae59ce9

commit 22b2006adc689bd890b2553d333a6dbbbae59ce9
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-10-06 09:47:45 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-10-06 09:49:12 +0000

    dev-perl/Dist-Zilla: Add fix for [=inc::Foo] on 5.26 bug #613586
    
    This unbreaks dists that use the syntax:
    
      [=inc::Foo]
    
    Which is *far* more widespread than any use of stuff from `@INC`
    locations **other** than `.`
    
    Bug: https://bugs.gentoo.org/613586
    Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r1.ebuild    | 151 +++++++++++++++++++++
 dev-perl/Dist-Zilla/Dist-Zilla-6.10.0.ebuild       |   3 +
 .../files/Dist-Zilla-6.10.0-perl526.patch          |  58 ++++++++
 3 files changed, 212 insertions(+)}
Comment 2 Larry the Git Cow gentoo-dev 2017-10-15 04:52:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2b279c28f485e58385cd0797bab69017fb5b13

commit 6f2b279c28f485e58385cd0797bab69017fb5b13
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-10-15 04:52:17 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-10-15 04:52:17 +0000

    dev-perl/Dist-Zilla: Remove old re bug #613586
    
    Cleanup versions affected by '.' removal from @INC
    
    Closes: https://bugs.gentoo.org/613586
    Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Dist-Zilla/Dist-Zilla-6.10.0.ebuild | 151 ---------------------------
 dev-perl/Dist-Zilla/Dist-Zilla-6.8.0.ebuild  | 150 --------------------------
 dev-perl/Dist-Zilla/Dist-Zilla-6.9.0.ebuild  | 151 ---------------------------
 dev-perl/Dist-Zilla/Manifest                 |   2 -
 4 files changed, 454 deletions(-)