Skip Menu |

This queue is for tickets about the DestructAssign CPAN distribution.

Report information
The Basics
Id: 117229
Status: resolved
Priority: 0/
Queue: DestructAssign

People
Owner: CINDY [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.002004
Fixed in: 0.002005



Subject: Compilation error with perl 5.25.x (op_sibling)
The module does not compile anymore with bleadperl: ... cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"0.002004\" -DXS_VERSION=\"0.002004\" -fPIC "-I/opt/perl-5.25.4/lib/5.25.4/x86_64-linux/CORE" -std=gnu99 DestructAssign.c In file included from /opt/perl-5.25.4/lib/5.25.4/x86_64-linux/CORE/perl.h:3910:0, from DestructAssign.xs:3: DestructAssign.xs: In function ‘my_pp_anonlisthash_common’: DestructAssign.xs:318:54: error: ‘OP’ has no member named ‘op_sibling’ *(I32**)list_holder = (I32*)SvPVX(cSVOPx_sv(PL_op->op_sibling)); ^ ...
I've fixed it in version 0.2.5~ Thank you for informing me~ ^^ On Fri Aug 26 01:47:22 2016, SREZIC wrote: Show quoted text
> The module does not compile anymore with bleadperl: > > ... > cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong > -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"0.002004\" > -DXS_VERSION=\"0.002004\" -fPIC "-I/opt/perl-5.25.4/lib/5.25.4/x86_64- > linux/CORE" -std=gnu99 DestructAssign.c > In file included from /opt/perl-5.25.4/lib/5.25.4/x86_64- > linux/CORE/perl.h:3910:0, > from DestructAssign.xs:3: > DestructAssign.xs: In function ‘my_pp_anonlisthash_common’: > DestructAssign.xs:318:54: error: ‘OP’ has no member named > ‘op_sibling’ > *(I32**)list_holder = (I32*)SvPVX(cSVOPx_sv(PL_op->op_sibling)); > ^ > ...