Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 615700 - <dev-perl/PPI-1.224.0 fails install without '.' in @INC (Can't locate inc/Module/Install.pm in @INC)
Summary: <dev-perl/PPI-1.224.0 fails install without '.' in @INC (Can't locate inc/Mod...
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://github.com/adamkennedy/PPI/is...
Whiteboard:
Keywords:
Depends on: 631282
Blocks: perl-5.26-no-dot-inc
  Show dependency tree
 
Reported: 2017-04-16 02:14 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-12-23 23:38 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-16 02:14:05 UTC
>>> Configuring source in /var/tmp/portage/dev-perl/PPI-1.220/work/PPI-1.220 ...
 * Using ExtUtils::MakeMaker
 * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/var/tmp/portage/dev-perl/PPI-1.220/image/
Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: /etc/perl /usr/local/lib64/perl5/5.25.11/x86_64-linux /usr/local/lib64/perl5/5.25.11 /usr/lib64/perl5/vendor_perl/5.25.11/x86_64-linux /usr/lib64/perl5/vendor_perl/5.25.11 /usr/local/lib64/perl5 /usr/lib64/perl5/vendor_perl/5.25.11 /usr/lib64/perl5/vendor_perl/5.22.3 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.25.11/x86_64-linux /usr/lib64/perl5/5.25.11) at Makefile.PL line 4.
BEGIN failed--compilation aborted at Makefile.PL line 4.
 * ERROR: dev-perl/PPI-1.220::gentoo failed (configure phase):
 *   Unable to build!
 *
 * Call stack:
 *     ebuild.sh, line  115:  Called src_configure
 *   environment, line 2591:  Called perl-module_src_configure
 *   environment, line 2120:  Called die
 * The specific snippet of code:
 *               perl Makefile.PL "$@" <<< "${pm_echovar}" || die "Unable to build!";
 *
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2017-06-17 14:56:07 UTC
Fixed in ~arch
Comment 2 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-06-19 14:26:38 UTC
Worth pointing out this isn't really "fixed" upstream, they screwed up the test part of the arrangement and won't be "really fixed" till sometime later.

https://github.com/adamkennedy/PPI/issues/200
Comment 3 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-06-19 15:20:29 UTC
Test failure fixed so we can stabilize 1.224.0 without further delay.

commit:  f9f48bd53a97ffa57155009f9612cb8420c63377
author:  2017-06-20 03:18:10 +1200 Kent Fredric <kentnl@gentoo.org>
commit:  2017-06-20 03:19:06 +1200 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/PPI: Fix test failure without '.' in @INC

    - Apply patch supplied upstream for t/marpa.t
    - Fix wrongly normalized version.
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.2


 dev-perl/PPI/{PPI-1.224.ebuild => PPI-1.224.0.ebuild} |  1 +
 dev-perl/PPI/files/PPI-1.224.0-t-marpa-dot-inc.patch  | 27 +++++
 dev-perl/PPI/metadata.xml                             |  1 -
 3 files changed, 28 insertions(+), 1 deletion(-)
Comment 4 Larry the Git Cow gentoo-dev 2017-12-23 23:35:55 UTC
The bug has been closed via the following commit(s):

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

commit e956162b87bf2ff11b4eaddff72df4838e6546e4
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-12-23 10:33:30 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-12-23 23:35:43 +0000

    dev-perl/PPI: Cleanup old re bug #615700
    
    Closes: https://bugs.gentoo.org/615700
    Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/PPI/Manifest         |  1 -
 dev-perl/PPI/PPI-1.220.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)