Skip Menu |

This queue is for tickets about the Primesieve CPAN distribution.

Report information
The Basics
Id: 132199
Status: resolved
Priority: 0/
Queue: Primesieve

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

Bug Information
Severity: (no value)
Broken in: 0.04
Fixed in: 0.05



Subject: undefined symbol: primesieve_prev_prime
The test suite fails on some of my smoker systems like this: ... # Failed test 'use Primesieve;' # at t/001_load.t line 6. # Tried to use 'Primesieve'. # Error: Can't load '/home/cpansand/.cpan/build/2020032217/Primesieve-0.04-7P2OyM/blib/arch/auto/Primesieve/Primesieve.so' for module Primesieve: /home/cpansand/.cpan/build/2020032217/Primesieve-0.04-7P2OyM/blib/arch/auto/Primesieve/Primesieve.so: undefined symbol: primesieve_prev_prime at /usr/lib/x86_64-linux-gnu/perl/5.24/DynaLoader.pm line 187. # # Compilation failed in require at t/001_load.t line 6. # BEGIN failed--compilation aborted at t/001_load.t line 6. # Looks like you failed 1 test of 1. t/001_load.t ............... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests ... This seems to happen on Ubuntu 16.04 (xenial) and Debian 9 (stretch), but not on newer Ubuntu/Debian systems.
CC: ;
Subject: Re: [rt.cpan.org #132199] undefined symbol: primesieve_prev_prime
Date: Mon, 23 Mar 2020 15:22:56 +0100
To: Slaven_Rezic via RT <bug-Primesieve [...] rt.cpan.org>
From: Stefan Traby <stefan [...] hello-penguin.com>
Hi Slaven! I think I fixed this in 0.05. I will test on Debian 9 (stretch) from now on to avoid that this happens again. Thank you a lot! On Mon, Mar 23, 2020 at 02:45:40AM -0400, Slaven_Rezic via RT wrote: Show quoted text
> Mon Mar 23 02:45:40 2020: Request 132199 was acted upon. > Transaction: Ticket created by SREZIC > Queue: Primesieve > Subject: undefined symbol: primesieve_prev_prime > Broken in: 0.04 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=132199 > > > > The test suite fails on some of my smoker systems like this: > > ... > # Failed test 'use Primesieve;' > # at t/001_load.t line 6. > # Tried to use 'Primesieve'. > # Error: Can't load '/home/cpansand/.cpan/build/2020032217/Primesieve-0.04-7P2OyM/blib/arch/auto/Primesieve/Primesieve.so' for module Primesieve: /home/cpansand/.cpan/build/2020032217/Primesieve-0.04-7P2OyM/blib/arch/auto/Primesieve/Primesieve.so: undefined symbol: primesieve_prev_prime at /usr/lib/x86_64-linux-gnu/perl/5.24/DynaLoader.pm line 187. > # # Compilation failed in require at t/001_load.t line 6. > # BEGIN failed--compilation aborted at t/001_load.t line 6. > # Looks like you failed 1 test of 1. > t/001_load.t ............... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests > ... > > This seems to happen on Ubuntu 16.04 (xenial) and Debian 9 (stretch), but not on newer Ubuntu/Debian systems. > >
-- ciao - Stefan
On 2020-03-23 10:23:05, OESI wrote: Show quoted text
> Hi Slaven! > > I think I fixed this in 0.05. I will test on Debian 9 (stretch) > from now on to avoid that this happens again. > Thank you a lot! >
Looks good so far! Regards, Slaven Show quoted text
> > On Mon, Mar 23, 2020 at 02:45:40AM -0400, Slaven_Rezic via RT wrote:
> > Mon Mar 23 02:45:40 2020: Request 132199 was acted upon. > > Transaction: Ticket created by SREZIC > > Queue: Primesieve > > Subject: undefined symbol: primesieve_prev_prime > > Broken in: 0.04 > > Severity: (no value) > > Owner: Nobody > > Requestors: SREZIC@cpan.org > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=132199 > > > > > > > The test suite fails on some of my smoker systems like this: > > > > ... > > # Failed test 'use Primesieve;' > > # at t/001_load.t line 6. > > # Tried to use 'Primesieve'. > > # Error: Can't load > > '/home/cpansand/.cpan/build/2020032217/Primesieve-0.04- > > 7P2OyM/blib/arch/auto/Primesieve/Primesieve.so' for module > > Primesieve: /home/cpansand/.cpan/build/2020032217/Primesieve-0.04- > > 7P2OyM/blib/arch/auto/Primesieve/Primesieve.so: undefined symbol: > > primesieve_prev_prime at /usr/lib/x86_64-linux- > > gnu/perl/5.24/DynaLoader.pm line 187. > > # # Compilation failed in require at t/001_load.t line 6. > > # BEGIN failed--compilation aborted at t/001_load.t line 6. > > # Looks like you failed 1 test of 1. > > t/001_load.t ............... > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 1/1 subtests > > ... > > > > This seems to happen on Ubuntu 16.04 (xenial) and Debian 9 (stretch), > > but not on newer Ubuntu/Debian systems. > > > >