Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 615320 - <dev-perl/MongoDB-1.8.0 fails install without '.' in @INC (Can't locate inc/Module/Install.pm in @INC)
Summary: <dev-perl/MongoDB-1.8.0 fails install without '.' in @INC (Can't locate inc/M...
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:
Whiteboard: cleanup old after 2017-04-19
Keywords:
Depends on:
Blocks: perl-5.26-no-dot-inc
  Show dependency tree
 
Reported: 2017-04-12 00:52 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-04-20 12: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-12 00:52:56 UTC
>>> Configuring source in /var/tmp/portage/dev-perl/MongoDB-1.6.1/work/MongoDB-v1.6.1 ...
 * Using ExtUtils::MakeMaker
 * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/var/tmp/portage/dev-perl/MongoDB-1.6.1/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 12.
BEGIN failed--compilation aborted at Makefile.PL line 12.
 * ERROR: dev-perl/MongoDB-1.6.1::gentoo failed (configure phase):
 *   Unable to build!
 *
 * Call stack:
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-04-20 12:38:37 UTC
commit:  6441bde00d3f23dfee005f9add3e3512c495cc9f
author:  2017-04-21 00:37:17 +1200 Kent Fredric <kentnl@gentoo.org>
commit:  2017-04-21 00:37:17 +1200 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/MongoDB: Cleanup old re bug #615320

    Bug: https://bugs.gentoo.org/615320
    Package-Manager: Portage-2.3.4, Repoman-2.3.2


 dev-perl/MongoDB/Manifest                 |  4 -
 dev-perl/MongoDB/MongoDB-0.708.3.0.ebuild | 56 ----
 dev-perl/MongoDB/MongoDB-1.2.2.ebuild     | 73 ----
 dev-perl/MongoDB/MongoDB-1.6.0.ebuild     | 74 -----
 dev-perl/MongoDB/MongoDB-1.6.1.ebuild     | 74 -----
 5 files changed, 281 deletions(-)
commit:  5cd0869287283f943ca2ce6deff0de549958f7f1
author:  2017-04-12 15:09:59 +1200 Kent Fredric <kentnl@gentoo.org>
commit:  2017-04-12 15:10:32 +1200 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/MongoDB: Bump to version 1.8.0

    - Fix for -flto link
    
    Upstream:
    - MONGODB-X509 auth now can auto-extract username from client
      certificate
    - Fix '.' in @INC Makefile.PL
    - Switch to binary SASL payloads
    - Replace OP_KILL_CURSORS with killCursors
    
    Package-Manager: Portage-2.3.4, Repoman-2.3.2


 dev-perl/MongoDB/Manifest             |  1 +
 dev-perl/MongoDB/MongoDB-1.8.0.ebuild | 79 +++++
 2 files changed, 80 insertions(+)