Skip Menu |

This queue is for tickets about the DBIx-Class-Schema-Loader CPAN distribution.

Report information
The Basics
Id: 121905
Status: resolved
Priority: 0/
Queue: DBIx-Class-Schema-Loader

People
Owner: Nobody in particular
Requestors: jplesnik [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.07047



Subject: Fails install when no '.' in @INC
On 5.26.0-RC1 , where '.' is not in @INC by default: + cd DBIx-Class-Schema-Loader-0.07046 + perl Makefile.PL --skip_author_deps INSTALLDIRS=vendor NO_PACKLIST=1 Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at Makefile.PL line 5.
From: info [...] tokon.net
There is not only a problem in this module, but in a lot of its dependencies too. Output from "cpanm DBIx::Class::Schema::Loader": ! Installing the dependencies failed: Module 'DBIx::Class' is not installed, Module 'Class::Accessor::Grouped' is not installed, Module 'Class::C3::Componentised' is not installed, Module 'DBIx::Class::IntrospectableM2M' is not installed, Module 'String::CamelCase' is not installed
On 2017-06-01 11:23:20, info@tokon.net wrote: Show quoted text
> There is not only a problem in this module, but in a lot of its > dependencies too. Output from "cpanm DBIx::Class::Schema::Loader":
For Schema::Loader itself this is fixed in 0.07047. Show quoted text
> ! Installing the dependencies failed: Module 'DBIx::Class' is not > installed, Module 'Class::Accessor::Grouped' is not installed, Module > 'Class::C3::Componentised' is not installed, Module > 'DBIx::Class::IntrospectableM2M' is not installed, Module > 'String::CamelCase' is not installed
The latest version of cpanminus (1.7043) fixes this by setting the PERL_USE_UNSAFE_INC environment variable while building modules.
On 2017-06-01 11:23:20, info@tokon.net wrote: Show quoted text
> There is not only a problem in this module, but in a lot of its > dependencies too. Output from "cpanm DBIx::Class::Schema::Loader":
For Schema::Loader itself this is fixed in 0.07047. Show quoted text
> ! Installing the dependencies failed: Module 'DBIx::Class' is not > installed, Module 'Class::Accessor::Grouped' is not installed, Module > 'Class::C3::Componentised' is not installed, Module > 'DBIx::Class::IntrospectableM2M' is not installed, Module > 'String::CamelCase' is not installed
The latest version of cpanminus (1.7043) fixes this by setting the PERL_USE_UNSAFE_INC environment variable while building modules.
From: info [...] tokon.net
On Thu Jun 01 07:57:42 2017, ilmari wrote: Show quoted text
> The latest version of cpanminus (1.7043) fixes this by setting the > PERL_USE_UNSAFE_INC environment variable while building modules.
Thanks for the quick answer. Now it's clear why on one machine the installation didn't fail.