Skip Menu |

This queue is for tickets about the asa CPAN distribution.

Report information
The Basics
Id: 120811
Status: open
Priority: 0/
Queue: asa

People
Owner: Nobody in particular
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

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



Subject: Fails install when no '.' in @INC

On 5.25.11+ ( or any perl with -Ddefault_inc_excludes_dot ):

 

 * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/var/tmp/portage/dev-perl/asa-1.30.0/image/
Can't locate inc/Module/Install/DSL.pm in @INC (you may need to install the inc::Module::Install::DSL 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 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
 * ERROR: dev-perl/asa-1.30.0::gentoo failed (configure phase):
 *   Unable to build!



-- 
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )
 

On Fri Mar 31 08:29:34 2017, KENTNL wrote: Show quoted text
> On 5.25.11+ ( or any perl with -Ddefault_inc_excludes_dot ): > > * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none > DESTDIR=/var/tmp/portage/dev-perl/asa-1.30.0/image/ > Can't locate inc/Module/Install/DSL.pm in @INC (you may need to install the > inc::Module::Install::DSL 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 1. > BEGIN failed--compilation aborted at Makefile.PL line 1. > * ERROR: dev-perl/asa-1.30.0::gentoo failed (configure phase): > * Unable to build! >
Continues to fail with perl-5.27.3. Minimal, not necessarily optimal fix would be: ##### $ diff Makefile.PL.orig Makefile.PL 0a1 Show quoted text
> use lib '.';
##### Thank you very much. Jim Keenan