On 2017-03-26 06:01:01, LNATION wrote:
Show quoted text> Will changing to av_top_index solve this?
>
> If so a note here -
http://perldoc.perl.org/perlapi.html#av_tindex -
> would be nice.
>
> On Sun Mar 26 05:29:28 2017, SREZIC wrote:
> > The module seems to not work with perl 5.16.3 and older:
> >
> > ...
> > # Failed test 'use Combine::Keys;'
> > # at t/00-load.t line 10.
> > # Tried to use 'Combine::Keys'.
> > # Error: Can't load
> > '/usr/home/eserte/.cpan/build/2017032609/Combine-Keys-0.02-
> > 1/blib/arch/auto/Combine/Keys/Keys.so' for module Combine::Keys:
> > /usr/home/eserte/.cpan/build/2017032609/Combine-Keys-0.02-
> > 1/blib/arch/auto/Combine/Keys/Keys.so: Undefined symbol "av_tindex"
> > at
> > /usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi/DynaLoader.pm
> > line 190.
> > # at t/00-load.t line 10.
> > # Compilation failed in require at t/00-load.t line 10.
> > # BEGIN failed--compilation aborted at t/00-load.t line 10.
> > Bailout called. Further testing stopped:
> > # Testing Combine::Keys 0.02, Perl 5.016003,
> > /usr/perl5.16.3t/bin/perl5.16.3
> > # Looks like you failed 1 test of 1.
> > FAILED--Further testing stopped.
> > *** [test_dynamic] Error code 1
> > ...
> >
> >
> > See also
http://fast-matrix.cpantesters.org/?dist=Combine-Keys%200.01
> > for an overview of test reports.
It seems that the situation with 0.03 is slightly better --- now it compiles with perl 5.16.x, but still fails with 5.14.x and older:
# Failed test 'use Combine::Keys;'
# at t/00-load.t line 10.
# Tried to use 'Combine::Keys'.
# Error: Can't load '/tmpfs/.cpan-build-cpansand/2017032609/Combine-Keys-0.03-11/blib/arch/auto/Combine/Keys/Keys.so' for module Combine::Keys: /tmpfs/.cpan-build-cpansand/2017032609/Combine-Keys-0.03-11/blib/arch/auto/Combine/Keys/Keys.so: undefined symbol: av_top_index at /opt/perl-5.16.3/lib/5.16.3/x86_64-linux/DynaLoader.pm line 190.
# at t/00-load.t line 10.
# Compilation failed in require at t/00-load.t line 10.
# BEGIN failed--compilation aborted at t/00-load.t line 10.
Bailout called. Further testing stopped:
# Testing Combine::Keys 0.03, Perl 5.016003, /bbbike/perl-5.16.3/bin/perl5.16.3
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
Makefile:1018: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 1