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' -- Cluster.bs ../blib/arch/auto/Algorithm/Cluster/Cluster.bs 644
Manifying 1 pod document
make: don't know how to make dynamic. Stop
*** [subdirs-test_dynamic] Error code 2
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/Algorithm-Cluster-1.52-RT117800.patch