pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: p5-Test-LeakTrace build is broken with perl5-5.26



On Tue, Jun 06, 2017 at 07:42:58AM +0800, Paul Goyette wrote:
> With the most recent perl5 update I get the following build error:
> 
> ===> Extracting for p5-Test-LeakTrace-0.15nb3
> /usr/bin/find /tmp/pkgs/devel/p5-Test-LeakTrace/work.x86_64/Test-LeakTrace-0.15 -name "*.pm" -type f -exec /bin/chmod -x {} \;
> ===> Patching for p5-Test-LeakTrace-0.15nb3
> ===> Creating toolchain wrappers for p5-Test-LeakTrace-0.15nb3
> ===> Configuring for p5-Test-LeakTrace-0.15nb3
> Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: /usr/pkg/lib/perl5/site_perl/5.26.0/x86_64-netbsd-thread-multi /usr/pkg/lib/perl5/site_perl/5.26.0 /usr/pkg/lib/perl5/vendor_perl/5.26.0/x86_64-netbsd-thread-multi /usr/pkg/lib/perl5/vendor_perl/5.26.0 /usr/pkg/lib/perl5/5.26.0/x86_64-netbsd-thread-multi /usr/pkg/lib/perl5/5.26.0) at Makefile.PL line 3.
> BEGIN failed--compilation aborted at Makefile.PL line 3.
> *** Error code 2

Perl 5.26 changed the default, "." is not in the default search path
any longer. All kinds of modules will need update for that; many
already had new versions released for this change in the last couple
of months.
 Thomas


Home | Main Index | Thread Index | Old Index