On Mon Feb 27 14:16:27 2017, SREZIC wrote:
Show quoted text> On 2017-02-27 14:10:03, SREZIC wrote:
> > On FreeBSD systems with BSD make and recent ExtUtils::MakeMaker
> > (>=7.16) I see the following error while trying to test the
> > distribution:
> >
> > $ make test
> > "/usr/perl5.25.10p/bin/perl5.25.10" -MExtUtils::Command::MM -e
> > 'cp_nonempty' -- CDF.bs blib/arch/auto/Math/CDF/CDF.bs 644
> > make[1]: don't know how to make test_dynamic. Stop
> >
> > make[1]: stopped in /home/cpansand/.cpan/build/2017022718/Math-CDF-
> > 0.1-0/cdflib
> > *** Error code 2
> >
> >
> > Other systems are also affected, probably systems without GNU make,
> > see
http://matrix.cpantesters.org/?dist=Math-CDF+0.1
> >
> > The problem is probably caused by a change in ExtUtils::MakeMaker and
> > discussed in this ticket:
> >
https://rt.cpan.org/Ticket/Display.html?id=117800
>
> A possible patch is available at:
>
http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Math-CDF-
> 0.1-RT117800.patch
More data. Today I attempted to build this CPAN distribution against Perl 5 blead on FreeBSD 11.1-STABLE using cpanm as the installer. The build failed. Excerpts from the cpanm build.log are attached.
This problem is also referenced in
https://rt.cpan.org/Ticket/Display.html?id=117800; hence the name of the attachment.
#####
$ ./bin/perl -Ilib -v |head -2 | tail -1 This is perl 5, version 29, subversion 1 (v5.29.1 (v5.29.0-19-g4c821bdad5)) built for amd64-freebsd
$ uname -mrs FreeBSD 11.1-STABLE amd64
#####
Thank you very much.
Jim Keenan