Skip Menu |

This queue is for tickets about the Scope-Cleanup CPAN distribution.

Report information
The Basics
Id: 117409
Status: resolved
Priority: 0/
Queue: Scope-Cleanup

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

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



Subject: Compilation error with perl 5.25.x (op_sibling)
Compilation fails with bleadperl (e.g. 5.25.4): cc -I/opt/perl-5.25.4/lib/5.25.4/x86_64-linux/CORE -DVERSION="0.002" -DXS_VERSION="0.002" -fPIC -c -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 -o lib/Scope/Cleanup.o lib/Scope/Cleanup.c lib/Scope/Cleanup.xs: In function ‘myck_entersub_establish_cleanup’: lib/Scope/Cleanup.xs:68:12: error: ‘OP’ has no member named ‘op_sibling’ if(!pushop->op_sibling) pushop = cUNOPx(pushop)->op_first; ^ lib/Scope/Cleanup.xs:69:16: error: ‘OP’ has no member named ‘op_sibling’ argop = pushop->op_sibling; ^ lib/Scope/Cleanup.xs:71:8: error: ‘OP’ has no member named ‘op_sibling’ pushop->op_sibling = argop->op_sibling; ^ lib/Scope/Cleanup.xs:71:28: error: ‘OP’ has no member named ‘op_sibling’ pushop->op_sibling = argop->op_sibling; ^ lib/Scope/Cleanup.xs:72:7: error: ‘OP’ has no member named ‘op_sibling’ argop->op_sibling = NULL; ^ error building lib/Scope/Cleanup.o from 'lib/Scope/Cleanup.c' at /opt/perl-5.25.4/lib/site_perl/5.25.4/ExtUtils/CBuilder/Base.pm line 174. Overview of test reports: http://matrix.cpantesters.org/?dist=Scope-Cleanup%200.002
Fixed in Scope-Cleanup-0.003, just uploaded to CPAN.