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

Bug 614640

Summary: dev-perl/AnyEvent fails install without '.' in @INC (do "constants.pl.PL" failed, '.' is no longer in @INC)
Product: Gentoo Linux Reporter: Kent Fredric (IRC: kent\n) (RETIRED) <kentnl>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://lists.schmorp.de/pipermail/anyevent/2017q1/000858.html
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 612408, 621410    

Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-04-04 14:02:08 UTC
do "constants.pl.PL" failed, '.' is no longer in @INC at Makefile.PL line 25.
cannot execute constants.pl.PL:  at Makefile.PL line 25.
 * ERROR: dev-perl/AnyEvent-7.120.0::gentoo failed (configure phase):
 *   Unable to build!
 *
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-06-14 08:10:07 UTC
commit:  01eac820c117144403e9ae058ead79060d2d7b3f
author:  2017-06-14 20:04:15 +1200 Kent Fredric <kentnl@gentoo.org>
commit:  2017-06-14 20:04:47 +1200 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/AnyEvent: Fix for '.' in @INC re bug #614640

    Force 'do' to use a relative path for compile time resolution
    instead of searching @INC and failing on Perl 5.26
    
    Bug: https://bugs.gentoo.org/614640
    Package-Manager: Portage-2.3.6, Repoman-2.3.2


 dev-perl/AnyEvent/AnyEvent-7.120.0.ebuild |  1 +
 dev-perl/AnyEvent/AnyEvent-7.130.0.ebuild |  3 +-
 dev-perl/AnyEvent/files/no-dot-inc.patch  | 28 +++++
 3 files changed, 31 insertions(+), 1 deletion(-)