Skip Menu |

This queue is for tickets about the Gzip-RandomAccess CPAN distribution.

Report information
The Basics
Id: 120746
Status: open
Priority: 0/
Queue: Gzip-RandomAccess

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

Bug Information
Severity: (no value)
Broken in: 0.92
Fixed in: (no value)



Subject: make: don't know how to make test_dynamic (0.92)
On some systems (systems without GNU make, so not on linux) the makefile fails: ... Output from '/usr/bin/make test': "/usr/perl5.16.3t/bin/perl5.16.3" -MExtUtils::Command::MM -e 'cp_nonempty' -- RandomAccess.bs blib/arch/auto/Gzip/RandomAccess/RandomAccess.bs 644 make: don't know how to make test_dynamic. Stop *** [subdirs-test_dynamic] Error code 2 ... This looks like the issue described in: https://rt.cpan.org/Ticket/Display.html?id=117800
On Fri Mar 24 15:03:53 2017, SREZIC wrote: Show quoted text
> On some systems (systems without GNU make, so not on linux) the > makefile fails: > > ... > Output from '/usr/bin/make test': > > "/usr/perl5.16.3t/bin/perl5.16.3" -MExtUtils::Command::MM -e > 'cp_nonempty' -- RandomAccess.bs > blib/arch/auto/Gzip/RandomAccess/RandomAccess.bs 644 > make: don't know how to make test_dynamic. Stop > *** [subdirs-test_dynamic] Error code 2
Thanks for the bug report. Will adding these lines to Makefile.PL resolve the issue? + + # tweak the generated Makefile to work with FreeBSD + sub MY::postamble { + return <<'EOF'; + + dynamic :: + $(NOECHO) $(NOOP) + + EOF + } Cheers, Rich Show quoted text
> ... > > This looks like the issue described in: > https://rt.cpan.org/Ticket/Display.html?id=117800
I just noticed the target is test_dynamic, not sure whether to add that one, or both.
On 2017-03-24 15:03:53, SREZIC wrote: Show quoted text
> On some systems (systems without GNU make, so not on linux) the > makefile fails: > > ... > Output from '/usr/bin/make test': > > "/usr/perl5.16.3t/bin/perl5.16.3" -MExtUtils::Command::MM -e > 'cp_nonempty' -- RandomAccess.bs > blib/arch/auto/Gzip/RandomAccess/RandomAccess.bs 644 > make: don't know how to make test_dynamic. Stop > *** [subdirs-test_dynamic] Error code 2 > ... > > This looks like the issue described in: > https://rt.cpan.org/Ticket/Display.html?id=117800
A possible patch: http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Gzip-RandomAccess-0.92-RT120746.patch