develooper Front page | perl.perl5.porters | Postings from July 2014

[perl #122143] cpan/ExtUtils-Constant/t/Constant.t fails in 5.21.1-to-be

Thread Previous
From:
James E Keenan via RT
Date:
July 4, 2014 13:05
Subject:
[perl #122143] cpan/ExtUtils-Constant/t/Constant.t fails in 5.21.1-to-be
Message ID:
rt-4.0.18-14016-1404479108-1279.122143-15-0@perl.org
On Fri Jun 20 07:41:38 2014, jhi wrote:
> In p5p-hpux:
> 
> ./perl -I../lib ../cpan/ExtUtils-Constant/t/Constant.t
> # ext-28197 being created...
> 1..302
> # Simple tests
> # ext-28197/0 being created...
> Can't locate ExtUtils/MakeMaker.pm in @INC (you may need to install
> the ExtUtils::MakeMaker module) (@INC contains:
> /opt/perl5/lib/site_perl/5.21.1/PA-RISC2.0
> /opt/perl5/lib/site_perl/5.21.1 /opt/perl5/lib/5.21.1/PA-RISC2.0
> /opt/perl5/lib/5.21.1 .) at Makefile.PL line 2.
> BEGIN failed--compilation aborted at Makefile.PL line 2.
> not ok 1 # /perl/usr/jhi/perl-5.21.1/t/perl Makefile.PL failed: 512
> # ext-28197 being removed...

At the point of failure cpan/ExtUtils-Constant/t/Constant.t is supposed to have pushed '../../lib' and '../../../lib' onto the end of @INC.  For some reason, this is not happening in your case.

Can you identify what is special about this HPUX environment?

Does this happen in general when you attempt to push directories onto @INC?

The attached diagnostic patch may help.

Thank you very much.
Jim Keenan


---
via perlbug:  queue: perl5 status: open
https://rt.perl.org/Ticket/Display.html?id=122143

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About