Subject: | [PATCH] Build fails with recent EUMM and some make variants |
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.9p/bin/perl5.25.9" -MExtUtils::Command::MM -e 'cp_nonempty' -- passwdqc.bs blib/arch/auto/Data/Password/passwdqc/passwdqc.bs 644
make: don't know how to make dynamic. Stop
*** [subdirs-test_dynamic] Error code 2
Stop in /usr/local/src/CPAN/build/2017022721/Data-Password-passwdqc-0.07-0.
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 to fix the problem:
http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Data-Password-passwdqc-0.07-RT117800.patch