Skip Menu |

This queue is for tickets about the Unicode-LineBreak CPAN distribution.

Report information
The Basics
Id: 120370
Status: new
Priority: 0/
Queue: Unicode-LineBreak

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

Bug Information
Severity: (no value)
Broken in:
  • 2016.003
  • 2016.007_02
  • 2017.004
Fixed in: (no value)



Subject: [PATCH] Builds 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 build the distribution: ... Running make test "/usr/perl5.25.9p/bin/perl5.25.9" -MExtUtils::Command::MM -e 'cp_nonempty' -- LineBreak.bs blib/arch/auto/Unicode/LineBreak/LineBreak.bs 644 make: don't know how to make dynamic. Stop *** [subdirs-test_dynamic] Error code 2 Stop in /usr/local/src/CPAN/build/2017022518/Unicode-LineBreak-2016.007_02-1. (/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 I created a patch to fix the problem: http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Unicode-LineBreak-2016.003-RT117800.patch