Skip Menu |

This queue is for tickets about the String-Base CPAN distribution.

Report information
The Basics
Id: 117410
Status: resolved
Priority: 0/
Queue: String-Base

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

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



Subject: Compilation error with perl 5.25.x (op_sibling)
Compile error with bleadperl: cc -I/opt/perl-5.25.4/lib/5.25.4/x86_64-linux/CORE -DVERSION="0.001" -DXS_VERSION="0.001" -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/String/Base.o lib/String/Base.c lib/String/Base.xs: In function ‘myck_substr’: lib/String/Base.xs:71:12: error: ‘OP’ has no member named ‘op_sibling’ sop = pop->op_sibling; ^ lib/String/Base.xs:73:12: error: ‘OP’ has no member named ‘op_sibling’ iop = sop->op_sibling; ^ ...
From: ppisar [...] redhat.com
Dne Čt 01.zář.2016 15:24:45, SREZIC napsal(a): Show quoted text
> Compile error with bleadperl: > > cc -I/opt/perl-5.25.4/lib/5.25.4/x86_64-linux/CORE -DVERSION="0.001" > -DXS_VERSION="0.001" -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/String/Base.o > lib/String/Base.c > lib/String/Base.xs: In function ‘myck_substr’: > lib/String/Base.xs:71:12: error: ‘OP’ has no member named > ‘op_sibling’ > sop = pop->op_sibling; > ^
A fix is attached.
Subject: String-Base-0.001-Fix-building-on-Perl-5.25.1.patch

Message body is not shown because it is too large.

Fixed in String-Base-0.002, just uploaded to CPAN.