Skip Menu |

This queue is for tickets about the Devel-QuickCover CPAN distribution.

Report information
The Basics
Id: 115010
Status: resolved
Priority: 0/
Queue: Devel-QuickCover

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

Bug Information
Severity: (no value)
Broken in: 0.600000
Fixed in: 0.600100



Subject: 'OP' has no member named 'op_sibling'
The distribution does not compile anymore with perl 5.25.1 and later: ... 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 -Wall -std=c89 -D_XOPEN_SOURCE=700 -O2 -DVERSION=\"0.600000\" -DXS_VERSION=\"0.600000\" -fPIC "-I/opt/perl-5.25.1/lib/5.25.1/x86_64-linux/CORE" quickcover.c quickcover.xs: In function 'scan_optree': quickcover.xs:288:56: error: 'OP' has no member named 'op_sibling' for (curr = cUNOPx(op)->op_first; curr; curr = curr->op_sibling) ^ Makefile:362: recipe for target 'quickcover.o' failed make: *** [quickcover.o] Error 1 Related ticket: https://rt.perl.org/Public/Bug/Display.html?id=128179
On 2016-06-02 12:37:48, SREZIC wrote: Show quoted text
> The distribution does not compile anymore with perl 5.25.1 and later:
This can be fixed by using the OPSIBLING macro in the new Devel::PPPort.
Subject: Re: [rt.cpan.org #115010] 'OP' has no member named 'op_sibling'
Date: Fri, 3 Jun 2016 19:10:08 +0200
To: bug-Devel-QuickCover [...] rt.cpan.org
From: Gonzalo Diethelm <gonzalo.diethelm [...] gmail.com>
Uploaded new version, hopefully fixed. On Thu, Jun 2, 2016 at 10:46 PM, Karen Etheridge via RT < bug-Devel-QuickCover@rt.cpan.org> wrote: Show quoted text
> Queue: Devel-QuickCover > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=115010 > > > On 2016-06-02 12:37:48, SREZIC wrote:
> > The distribution does not compile anymore with perl 5.25.1 and later:
> > This can be fixed by using the OPSIBLING macro in the new Devel::PPPort. >
-- Gonzalo Diethelm gonzalo.diethelm@gmail.com
RT-Send-CC: gonzalo.diethelm [...] gmail.com
There are pass reports for 5.25.1, so the issue is probably fixed: http://matrix.cpantesters.org/?dist=Devel-QuickCover+0.600100 On 2016-06-03 13:10:19, gonzalo.diethelm@gmail.com wrote: Show quoted text
> Uploaded new version, hopefully fixed. > > > On Thu, Jun 2, 2016 at 10:46 PM, Karen Etheridge via RT < > bug-Devel-QuickCover@rt.cpan.org> wrote: >
> > Queue: Devel-QuickCover > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=115010 > > > > > On 2016-06-02 12:37:48, SREZIC wrote:
> > > The distribution does not compile anymore with perl 5.25.1 and later:
> > > > This can be fixed by using the OPSIBLING macro in the new Devel::PPPort. > >
> > >