Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 617148 - <dev-perl/multidimensional-0.12.0 broken on perl 5.26 (error: ‘OP {aka struct op}’ has no member named ‘op_sibling’)
Summary: <dev-perl/multidimensional-0.12.0 broken on perl 5.26 (error: ‘OP {aka struct...
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-05-07
Keywords:
Depends on:
Blocks: perl-5.26
  Show dependency tree
 
Reported: 2017-04-30 22:48 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-05-07 02:14 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-30 22:48:46 UTC
Running Mkbootstrap for multidimensional ()
chmod 644 "multidimensional.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- multidimensional.bs blib/arch/auto/multidimensional/multidimensional.bs 644
cp lib/multidimensional.pm blib/lib/multidimensional.pm
mv multidimensional.xsc multidimensional.c
x86_64-pc-linux-gnu-gcc -c  -I/usr/lib64/perl5/vendor_perl/5.25.12/x86_64-linux/B/Hooks/OP/Check/Install -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=native -mtune=native -O2 -pipe   -DVERSION=\"0.011\" -DXS_VERSION=\"0.011\" -fPIC "-I/usr/lib64/perl5/5.25.12/x86_64-linux/CORE"   multidimensional.c
multidimensional.xs: In function ‘multidimensional_list_check_op’:
multidimensional.xs:19:46: error: ‘OP {aka struct op}’ has no member named ‘op_sibling’
     last_list_start = ((LISTOP*)op)->op_first->op_sibling;
                                              ^
multidimensional.xs: In function ‘multidimensional_helem_check_op’:
multidimensional.xs:33:34: error: ‘OP {aka struct op}’ has no member named ‘op_sibling’
     last = ((BINOP*)op)->op_first->op_sibling;
                                  ^
multidimensional.xs:36:24: error: ‘OP {aka const struct op}’ has no member named ‘op_sibling’
  const OP *next = first->op_sibling;
                        ^
make: *** [Makefile:338: multidimensional.o] Error 1
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-05-07 02:14:56 UTC
commit:  196c0d69835ec0c26f95ec7a19f28ba6720514be
author:  2017-05-07 14:09:56 +1200 Kent Fredric <kentnl@gentoo.org>
commit:  2017-05-07 14:10:39 +1200 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/multidimensional: Cleanup old re bug #617148

    Remove old versions that are broken come perl 5.26 due to
    OP struct having no op_sibling
    
    Bug: https://bugs.gentoo.org/617148
    Package-Manager: Portage-2.3.5, Repoman-2.3.2


 dev-perl/multidimensional/Manifest                     |  1 -
 .../multidimensional/multidimensional-0.11.0.ebuild    | 31 -----
 2 files changed, 32 deletions(-)
commit:  0db2a298a1d4a25a02c2e05a1037259fab5953c2
author:  2017-05-01 11:01:52 +1200 Kent Fredric <kentnl@gentoo.org>
commit:  2017-05-01 11:02:07 +1200 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/multidimensional: Bump to version 0.13.0

    Upstream:
    - Fix for Perl 5.26 with OP Parent
    - Use "multidimensional/disabled" as hints key
    
    Bug: https://bugs.gentoo.org/617148
    Package-Manager: Portage-2.3.5, Repoman-2.3.2


 dev-perl/multidimensional/Manifest                     |  1 +
 .../multidimensional/multidimensional-0.13.0.ebuild    | 27 +++++
 2 files changed, 28 insertions(+)