Skip Menu |

This queue is for tickets about the Cache-Memcached-Fast CPAN distribution.

Report information
The Basics
Id: 120440
Status: resolved
Priority: 0/
Queue: Cache-Memcached-Fast

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.23
Fixed in: 0.25



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
RT-Send-CC: jraspass [...] gmail.com
SREZIC, please note that C::M::F has a new maintainer, James Raspass. James, I believe this is the same as https://github.com/JRaspass/Cache-Memcached-Fast/pull/7 , which looks good to merge (though I didn't test it). I believe I received notification because I'm still a co-maintainer on CPAN. I now how to remove myself from the list, but first want to see your release so that we know that I passed ownership correctly and everything works OK. So please do one when you have time for it. Thanks! On Mon Feb 27 15:42:02 2017, SREZIC wrote: Show quoted text
> 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
RT-Send-CC: jraspass [...] gmail.com
Patch still works for 0.24. Probably the pull request would also work. On 2017-02-27 16:27:38, KROKI wrote: Show quoted text
> SREZIC, please note that C::M::F has a new maintainer, James Raspass. > > James, I believe this is the same as > https://github.com/JRaspass/Cache-Memcached-Fast/pull/7 , which looks > good to merge (though I didn't test it). > > I believe I received notification because I'm still a co-maintainer on > CPAN. I now how to remove myself from the list, but first want to see > your release so that we know that I passed ownership correctly and > everything works OK. So please do one when you have time for it. > > Thanks! > > On Mon Feb 27 15:42:02 2017, 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: > > > > 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
On 2017-03-12 17:48:52, SREZIC wrote: Show quoted text
> Patch still works for 0.24. Probably the pull request would also work. > > On 2017-02-27 16:27:38, KROKI wrote:
> > SREZIC, please note that C::M::F has a new maintainer, James Raspass. > > > > James, I believe this is the same as > > https://github.com/JRaspass/Cache-Memcached-Fast/pull/7 , which looks > > good to merge (though I didn't test it). > > > > I believe I received notification because I'm still a co-maintainer on > > CPAN. I now how to remove myself from the list, but first want to see > > your release so that we know that I passed ownership correctly and > > everything works OK. So please do one when you have time for it. > > > > Thanks! > > > > On Mon Feb 27 15:42:02 2017, 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: > > > > > > 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
> >
Latest version does not seem to have any problems.