Skip Menu |

This queue is for tickets about the HTTP-XSCookies CPAN distribution.

Report information
The Basics
Id: 124731
Status: open
Priority: 0/
Queue: HTTP-XSCookies

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

Bug Information
Severity: (no value)
Broken in: 0.000017
Fixed in: (no value)



Subject: av_top_index not available for older perls
I see test failures with older perls. For example with perl 5.14.4: ... "/usr/perl5.14.4p/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XSCookies.bs blib/arch/auto/HTTP/XSCookies/XSCookies.bs 644 PERL_DL_NONLAZY=1 "/usr/perl5.14.4p/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Can't load '/home/cpansand/.cpan/build/2018030900/HTTP-XSCookies-0.000017-Xsi4iL/blib/arch/auto/HTTP/XSCookies/XSCookies.so' for module HTTP::XSCookies: /home/cpansand/.cpan/build/2018030900/HTTP-XSCookies-0.000017-Xsi4iL/blib/arch/auto/HTTP/XSCookies/XSCookies.so: Undefined symbol "av_top_index" at /usr/perl5.14.4p/lib/5.14.4/amd64-freebsd/DynaLoader.pm line 190. at t/10_bake_crush.t line 5. Compilation failed in require at t/10_bake_crush.t line 5. BEGIN failed--compilation aborted at t/10_bake_crush.t line 5. t/10_bake_crush.t .......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run ... (etc) ...
Subject: Re: [rt.cpan.org #124731] av_top_index not available for older perls
Date: Fri, 9 Mar 2018 09:07:27 +0100
To: bug-HTTP-XSCookies [...] rt.cpan.org
From: Gonzalo Diethelm <gonzalo.diethelm [...] gmail.com>
Thanks for the report. Can you suggest a good replacement? Would switching from av_top_index to av_tindex help? On Thu, Mar 8, 2018 at 8:27 PM, Slaven_Rezic via RT < bug-HTTP-XSCookies@rt.cpan.org> wrote: Show quoted text
> Thu Mar 08 14:27:04 2018: Request 124731 was acted upon. > Transaction: Ticket created by SREZIC > Queue: HTTP-XSCookies > Subject: av_top_index not available for older perls > Broken in: 0.000017 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=124731 > > > > I see test failures with older perls. For example with perl 5.14.4: > > ... > "/usr/perl5.14.4p/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- > XSCookies.bs blib/arch/auto/HTTP/XSCookies/XSCookies.bs 644 > PERL_DL_NONLAZY=1 "/usr/perl5.14.4p/bin/perl" "-MExtUtils::Command::MM" > "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, > 'blib/lib', 'blib/arch')" t/*.t > Can't load '/home/cpansand/.cpan/build/2018030900/HTTP-XSCookies-0. > 000017-Xsi4iL/blib/arch/auto/HTTP/XSCookies/XSCookies.so' for module > HTTP::XSCookies: /home/cpansand/.cpan/build/2018030900/HTTP-XSCookies-0. > 000017-Xsi4iL/blib/arch/auto/HTTP/XSCookies/XSCookies.so: Undefined > symbol "av_top_index" at /usr/perl5.14.4p/lib/5.14.4/amd64-freebsd/DynaLoader.pm > line 190. > at t/10_bake_crush.t line 5. > Compilation failed in require at t/10_bake_crush.t line 5. > BEGIN failed--compilation aborted at t/10_bake_crush.t line 5. > t/10_bake_crush.t .......... > Dubious, test returned 2 (wstat 512, 0x200) > No subtests run > ... (etc) ... >
-- Gonzalo Diethelm gonzalo.diethelm@gmail.com
No, av_tindex also fails (perl <= 5.16.3). I think av_len is the portable alternative. Or using ppport.h could maybe help. Regards, Slaven On 2018-03-09 03:07:39, gonzalo.diethelm@gmail.com wrote: Show quoted text
> Thanks for the report. Can you suggest a good replacement? Would > switching > from av_top_index to av_tindex help? > > > On Thu, Mar 8, 2018 at 8:27 PM, Slaven_Rezic via RT < > bug-HTTP-XSCookies@rt.cpan.org> wrote: >
> > Thu Mar 08 14:27:04 2018: Request 124731 was acted upon. > > Transaction: Ticket created by SREZIC > > Queue: HTTP-XSCookies > > Subject: av_top_index not available for older perls > > Broken in: 0.000017 > > Severity: (no value) > > Owner: Nobody > > Requestors: SREZIC@cpan.org > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=124731 > > > > > > > I see test failures with older perls. For example with perl 5.14.4: > > > > ... > > "/usr/perl5.14.4p/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' > > -- > > XSCookies.bs blib/arch/auto/HTTP/XSCookies/XSCookies.bs 644 > > PERL_DL_NONLAZY=1 "/usr/perl5.14.4p/bin/perl" "- > > MExtUtils::Command::MM" > > "-MTest::Harness" "-e" "undef *Test::Harness::Switches; > > test_harness(0, > > 'blib/lib', 'blib/arch')" t/*.t > > Can't load '/home/cpansand/.cpan/build/2018030900/HTTP-XSCookies-0. > > 000017-Xsi4iL/blib/arch/auto/HTTP/XSCookies/XSCookies.so' for module > > HTTP::XSCookies: /home/cpansand/.cpan/build/2018030900/HTTP- > > XSCookies-0. > > 000017-Xsi4iL/blib/arch/auto/HTTP/XSCookies/XSCookies.so: Undefined > > symbol "av_top_index" at /usr/perl5.14.4p/lib/5.14.4/amd64- > > freebsd/DynaLoader.pm > > line 190. > > at t/10_bake_crush.t line 5. > > Compilation failed in require at t/10_bake_crush.t line 5. > > BEGIN failed--compilation aborted at t/10_bake_crush.t line 5. > > t/10_bake_crush.t .......... > > Dubious, test returned 2 (wstat 512, 0x200) > > No subtests run > > ... (etc) ... > >
Subject: Re: [rt.cpan.org #124731] av_top_index not available for older perls
Date: Fri, 9 Mar 2018 23:30:53 +0100
To: bug-HTTP-XSCookies [...] rt.cpan.org
From: Gonzalo Diethelm <gonzalo.diethelm [...] gmail.com>
Yeah, I already uploaded another release using Devel::PPPort. We shall see. Cheers, Gonzo On Fri, Mar 9, 2018 at 10:36 PM, Slaven_Rezic via RT < bug-HTTP-XSCookies@rt.cpan.org> wrote: Show quoted text
> Queue: HTTP-XSCookies > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=124731 > > > No, av_tindex also fails (perl <= 5.16.3). I think av_len is the portable > alternative. Or using ppport.h could maybe help. > > Regards, > Slaven > > On 2018-03-09 03:07:39, gonzalo.diethelm@gmail.com wrote:
> > Thanks for the report. Can you suggest a good replacement? Would > > switching > > from av_top_index to av_tindex help? > > > > > > On Thu, Mar 8, 2018 at 8:27 PM, Slaven_Rezic via RT < > > bug-HTTP-XSCookies@rt.cpan.org> wrote: > >
> > > Thu Mar 08 14:27:04 2018: Request 124731 was acted upon. > > > Transaction: Ticket created by SREZIC > > > Queue: HTTP-XSCookies > > > Subject: av_top_index not available for older perls > > > Broken in: 0.000017 > > > Severity: (no value) > > > Owner: Nobody > > > Requestors: SREZIC@cpan.org > > > Status: new > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=124731 > > > > > > > > > > I see test failures with older perls. For example with perl 5.14.4: > > > > > > ... > > > "/usr/perl5.14.4p/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' > > > -- > > > XSCookies.bs blib/arch/auto/HTTP/XSCookies/XSCookies.bs 644 > > > PERL_DL_NONLAZY=1 "/usr/perl5.14.4p/bin/perl" "- > > > MExtUtils::Command::MM" > > > "-MTest::Harness" "-e" "undef *Test::Harness::Switches; > > > test_harness(0, > > > 'blib/lib', 'blib/arch')" t/*.t > > > Can't load '/home/cpansand/.cpan/build/2018030900/HTTP-XSCookies-0. > > > 000017-Xsi4iL/blib/arch/auto/HTTP/XSCookies/XSCookies.so' for module > > > HTTP::XSCookies: /home/cpansand/.cpan/build/2018030900/HTTP- > > > XSCookies-0. > > > 000017-Xsi4iL/blib/arch/auto/HTTP/XSCookies/XSCookies.so: Undefined > > > symbol "av_top_index" at /usr/perl5.14.4p/lib/5.14.4/amd64- > > > freebsd/DynaLoader.pm > > > line 190. > > > at t/10_bake_crush.t line 5. > > > Compilation failed in require at t/10_bake_crush.t line 5. > > > BEGIN failed--compilation aborted at t/10_bake_crush.t line 5. > > > t/10_bake_crush.t .......... > > > Dubious, test returned 2 (wstat 512, 0x200) > > > No subtests run > > > ... (etc) ... > > >
>
-- Gonzalo Diethelm gonzalo.diethelm@gmail.com