Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 614944 - <dev-perl/B-OPCheck-0.310.0 fails compile on perl 5.26 ( error: ‘OP’ has no member named ‘op_sibling’ )
Summary: <dev-perl/B-OPCheck-0.310.0 fails compile on perl 5.26 ( error: ‘OP’ has no m...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard: cleanup old after 2017-04-15
Keywords:
Depends on:
Blocks: perl-5.26
  Show dependency tree
 
Reported: 2017-04-07 20:28 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-04-15 11:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-04-07 20:28:45 UTC
OPCheck.xs: In function ‘OPCHECK_ck_subr’:
OPCheck.xs:113:42: error: ‘OP’ has no member named ‘op_sibling’
             OP *prev = ((cUNOPo->op_first->op_sibling) ? cUNOPo : ((UNOP*)cUNOPo->op_first))->op_first;
                                          ^
OPCheck.xs:114:26: error: ‘OP’ has no member named ‘op_sibling’
             OP *o2 = prev->op_sibling;
                          ^
OPCheck.xs:117:33: error: ‘OP’ has no member named ‘op_sibling’
             for (cvop = o2; cvop->op_sibling; cvop = cvop->op_sibling);
                                 ^
OPCheck.xs:117:58: error: ‘OP’ has no member named ‘op_sibling’
             for (cvop = o2; cvop->op_sibling; cvop = cvop->op_sibling);
                                                          ^
make: *** [Makefile:338: OPCheck.o] Error 1
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-04-15 11:01:27 UTC
commit:  fbb3312e722cf2bab9fc859197e33aa1f940fa07
author:  2017-04-15 23:00:38 +1200 Kent Fredric <kentnl@gentoo.org>
commit:  2017-04-15 23:00:38 +1200 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/B-OPCheck: Cleanup old

    Remove old versions broken on Perl 5.26
    
    Bug: https://bugs.gentoo.org/614944
    Package-Manager: Portage-2.3.4, Repoman-2.3.2


 dev-perl/B-OPCheck/B-OPCheck-0.300.0.ebuild | 33 -----
 dev-perl/B-OPCheck/Manifest                 |  1 -
 2 files changed, 34 deletions(-)
commit:  bbcb87a14f44e01b4a86c7ab8ea95b1b2f984cf8
author:  2017-04-08 08:38:23 +1200 Kent Fredric <kentnl@gentoo.org>
commit:  2017-04-08 08:38:23 +1200 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/B-OPCheck: Bump to version 0.320.0

    - EAPI6
    - Parallel Testing
    
    Upstream:
    - Fix compilation on perl 5.26 w/ op_sibling removal
    - Remove redundant Perl_check_t definition
    
    Bug: https://bugs.gentoo.org/614944
    Package-Manager: Portage-2.3.4, Repoman-2.3.2


 dev-perl/B-OPCheck/B-OPCheck-0.320.0.ebuild | 31 +++++
 dev-perl/B-OPCheck/Manifest                 |  1 +
 2 files changed, 32 insertions(+)