Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 614640 - dev-perl/AnyEvent fails install without '.' in @INC (do "constants.pl.PL" failed, '.' is no longer in @INC)
Summary: dev-perl/AnyEvent fails install without '.' in @INC (do "constants.pl.PL" fai...
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: http://lists.schmorp.de/pipermail/any...
Whiteboard:
Keywords:
Depends on:
Blocks: perl-5.26-no-dot-inc perl-5.26-unmask
  Show dependency tree
 
Reported: 2017-04-04 14:02 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-06-14 08:10 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-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(-)