Subject: | Compilation failure with perl 5.23.8 (argarray) |
Looks like https://rt.cpan.org/Ticket/Display.html?id=112227
cc -c -I/usr/perl5.23.8p/lib/site_perl/5.23.8/amd64-freebsd/B/Hooks/OP/Check/Install -I/usr/perl5.23.8p/lib/site_perl/5.23.8/amd64-freebsd/B/Hooks/OP/Check/EntersubForCV/Install -I/usr/perl5.23.8p/lib/site_perl/5.23.8/amd64-freebsd/B/Utils/Install -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2 -O2 -pipe -DVERSION=\"0.06\" -DXS_VERSION=\"0.06\" -DPIC -fPIC "-I/usr/perl5.23.8p/lib/5.23.8/amd64-freebsd/CORE" Tail.c
Tail.xs:84:31: warning: 'PL_no_symref' is deprecated [-Wdeprecated-declarations]
DIE(aTHX_ PL_no_symref, sym, "a subroutine");
^
/usr/perl5.23.8p/lib/5.23.8/amd64-freebsd/CORE/perl.h:4722:15: note: 'PL_no_symref' declared here
EXTCONST char PL_no_symref[] __attribute__deprecated__
^
Tail.xs:144:22: error: no member named 'argarray' in 'struct block_sub'
av = cx->blk_sub.argarray;
~~~~~~~~~~~ ^
Tail.xs:152:21: error: no member named 'argarray' in 'struct block_sub'
cx->blk_sub.argarray = av;
~~~~~~~~~~~ ^
1 warning and 2 errors generated.
*** Error code 1
Stop.
make: stopped in /home/cpansand/.cpan/build/2016022121/Sub-Call-Tail-0.06-oT6xoE