Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the B-C CPAN distribution.

Report information
The Basics
Id: 117333
Status: resolved
Priority: 0/
Queue: B-C

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

Bug Information
Severity: (no value)
Broken in:
  • 1.54
  • 1.54_12
Fixed in: (no value)



Subject: Compilation error with perl 5.25.x (op_sibling)
See subject. Build log: ... cc -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 -DVERSION=\"1.54\" -DXS_VERSION=\"1.54\" -fPIC "-I/opt/perl-5.25.4/lib/5.25.4/x86_64-linux/CORE" C.c C.xs: In function ‘my_runops’: C.xs:183:15: error: ‘PMOP’ has no member named ‘op_sibling’ op->op_sibling = NULL; ^ Makefile:375: recipe for target 'C.o' failed make: *** [C.o] Error 1
Fixed with 1.55 But note that 1.55 does not support 5.26 nor blead yet. -- Reini Urban