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:
Running make test
"/usr/perl5.25.9p/bin/perl5.25.9" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fast.bs blib/arch/auto/Cache/Memcached/Fast/Fast.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/Cache-Memcached-Fast-0.23-0.
(/usr/bin/make test exited with 256)
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 may be found here:
http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Cache-Memcached-Fast-0.23-RT117800.patch