Skip Menu |

This queue is for tickets about the Encode CPAN distribution.

Report information
The Basics
Id: 101179
Status: resolved
Priority: 0/
Queue: Encode

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

Bug Information
Severity: Important
Broken in: 2.65
Fixed in: 2.74



Please see this bug report in the Perl 5 core distribution. https://rt.perl.org/Ticket/Display.html?id=123464 When perl is configured with -Dgccansipedantic, Encode fails to compile, thereby causing Perl's 'make' to fail as well. A 'git bisect' reports that these failures began when Encode v2.65 was introduced to core. See for example the byte_t.c failures grepped in this file: https://rt.perl.org/Ticket/Attachment/1324369/706116/gccansipedantic_Encode_byte_t_c_errors.txt Thank you very much. Jim Keenan
The patch from davem should fix it: https://github.com/dankogai/p5-encode/commit/65ee96a15475be62b9de192fab7ba1d9bfcfcaae Dan the Maintainer Thereof On Sun Dec 28 22:10:42 2014, JKEENAN wrote: Show quoted text
> Please see this bug report in the Perl 5 core distribution. > > https://rt.perl.org/Ticket/Display.html?id=123464 > > When perl is configured with -Dgccansipedantic, Encode fails to > compile, thereby causing Perl's 'make' to fail as well. A 'git > bisect' reports that these failures began when Encode v2.65 was > introduced to core. > > See for example the byte_t.c failures grepped in this file: > https://rt.perl.org/Ticket/Attachment/1324369/706116/gccansipedantic_Encode_byte_t_c_errors.txt > > Thank you very much. > Jim Keenan
It is fixed in Encode 2.74. On Wed Jun 24 20:01:10 2015, DANKOGAI wrote: Show quoted text
> The patch from davem should fix it: > > https://github.com/dankogai/p5- > encode/commit/65ee96a15475be62b9de192fab7ba1d9bfcfcaae > > Dan the Maintainer Thereof > > On Sun Dec 28 22:10:42 2014, JKEENAN wrote:
> > Please see this bug report in the Perl 5 core distribution. > > > > https://rt.perl.org/Ticket/Display.html?id=123464 > > > > When perl is configured with -Dgccansipedantic, Encode fails to > > compile, thereby causing Perl's 'make' to fail as well. A 'git > > bisect' reports that these failures began when Encode v2.65 was > > introduced to core. > > > > See for example the byte_t.c failures grepped in this file: > > https://rt.perl.org/Ticket/Attachment/1324369/706116/gccansipedantic_Encode_byte_t_c_errors.txt > > > > Thank you very much. > > Jim Keenan
On Sat Jul 25 09:16:21 2020, PALI wrote: Show quoted text
> It is fixed in Encode 2.74. > > On Wed Jun 24 20:01:10 2015, DANKOGAI wrote:
> > The patch from davem should fix it: > > > > https://github.com/dankogai/p5- > > encode/commit/65ee96a15475be62b9de192fab7ba1d9bfcfcaae > > > > Dan the Maintainer Thereof > > > > On Sun Dec 28 22:10:42 2014, JKEENAN wrote:
> > > Please see this bug report in the Perl 5 core distribution. > > > > > > https://rt.perl.org/Ticket/Display.html?id=123464 > > > > > > When perl is configured with -Dgccansipedantic, Encode fails to > > > compile, thereby causing Perl's 'make' to fail as well. A 'git > > > bisect' reports that these failures began when Encode v2.65 was > > > introduced to core. > > > > > > See for example the byte_t.c failures grepped in this file: > > > https://rt.perl.org/Ticket/Attachment/1324369/706116/gccansipedantic_Encode_byte_t_c_errors.txt > > > > > > Thank you very much. > > > Jim Keenan