Skip Menu |

This queue is for tickets about the Alien-LZO CPAN distribution.

Report information
The Basics
Id: 123851
Status: new
Priority: 0/
Queue: Alien-LZO

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

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



Subject: Undefined symbol "__lzo_init_v2"
On some of my smokers (it seems mostly Debian jessie and stretch ones) the t/xs.t test fails: ... # Failed test 'xs' # at t/xs.t line 9. # DynaLoader failed # Can't load 'testalienqmTfg/auto/LZO/LZO.so' for module LZO: testalienqmTfg/auto/LZO/LZO.so: Undefined symbol "__lzo_init_v2" at /usr/perl5.20.1Dp/lib/5.20.1/amd64-freebsd-ld/DynaLoader.pm line 193. # at /home/cpansand/.cpan/build/2017121006/Alien-Build-1.32-3rI4tc/blib/lib/Test/Alien.pm line 402. # Compilation failed in require at /home/cpansand/.cpan/build/2017121006/Alien-Build-1.32-3rI4tc/blib/lib/Test/Alien.pm line 402. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017121006/Alien-Build-1.32-3rI4tc/blib/lib/Test/Alien.pm line 402. # Seeded srand with seed '20171210' from local date. t/xs.t ....... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests ...
On 2017-12-10 04:11:30, SREZIC wrote: Show quoted text
> On some of my smokers (it seems mostly Debian jessie and stretch ones)
... but on some Debian jessie systems the test suite passes. Statistical analysis does not seem to reveal any other reasons. Show quoted text
> the t/xs.t test fails: > > ... > # Failed test 'xs' > # at t/xs.t line 9. > # DynaLoader failed > # Can't load 'testalienqmTfg/auto/LZO/LZO.so' for module LZO: > testalienqmTfg/auto/LZO/LZO.so: Undefined symbol "__lzo_init_v2" at > /usr/perl5.20.1Dp/lib/5.20.1/amd64-freebsd-ld/DynaLoader.pm line 193. > # at /home/cpansand/.cpan/build/2017121006/Alien-Build-1.32- > 3rI4tc/blib/lib/Test/Alien.pm line 402. > # Compilation failed in require at > /home/cpansand/.cpan/build/2017121006/Alien-Build-1.32- > 3rI4tc/blib/lib/Test/Alien.pm line 402. > # BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2017121006/Alien-Build-1.32- > 3rI4tc/blib/lib/Test/Alien.pm line 402. > # Seeded srand with seed '20171210' from local date. > t/xs.t ....... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/3 subtests > ...