Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 615094 - dev-perl/File-NFSLock fails install without '.' in @INC (do "Makefile.PL" failed, '.' is no longer in @INC)
Summary: dev-perl/File-NFSLock fails install without '.' in @INC (do "Makefile.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: https://rt.cpan.org/Ticket/Display.ht...
Whiteboard:
Keywords:
Depends on:
Blocks: perl-5.26-no-dot-inc perl-5.26-unmask
  Show dependency tree
 
Reported: 2017-04-09 23:10 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-06-26 07:58 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-09 23:10:03 UTC
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-perl/File-NFSLock-1.270.0/work/File-NFSLock-1.27 ...
 * emake OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed
make -j3 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed'
cp lib/File/NFSLock.pm blib/lib/File/NFSLock.pm
"/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" File-NFSLock.spec.PL File-NFSLock.spec
do "Makefile.PL" failed, '.' is no longer in @INC at File-NFSLock.spec.PL line 32.
Makefile.PL: Missing WriteMakefile at File-NFSLock.spec.PL line 36.
make: *** [Makefile:430: File-NFSLock.spec] Error 2
 * ERROR: dev-perl/File-NFSLock-1.270.0::gentoo failed (compile phase):
 *   emake failed
 *
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-06-26 07:58:14 UTC
commit:  404cb8afa526bfbab581e14e46252a733de08268
author:  2017-06-26 19:54:21 +1200 Kent Fredric <kentnl@gentoo.org>
commit:  2017-06-26 19:57:00 +1200 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/File-NFSLock: Fix for '.' in @INC re bug #615094

    Fix use of 'do q[relativepath]' for 5.26 changes.
    
    Bug: https://bugs.gentoo.org/615094
    Package-Manager: Portage-2.3.6, Repoman-2.3.2


 dev-perl/File-NFSLock/File-NFSLock-1.270.0.ebuild      |  4 +-
 .../files/File-NFSLock-1.27-no-dot-inc.patch           | 34 +++++
 2 files changed, 36 insertions(+), 2 deletions(-)