Subject: | Undefined symbol "lzma_properties_size" (2.081) |
On my freebsd smokers (all OS versions: 9, 10, 11, 12) the test suite fails:
...
# Failed test (t/001version.t at line 23)
# Tried to use 'Compress::Raw::Lzma'.
# Error: Can't load '/home/cpansand/.cpan/build/2018040818/Compress-Raw-Lzma-2.081-WSlXmC/blib/arch/auto/Compress/Raw/Lzma/Lzma.so' for module Compress::Raw::Lzma: /home/cpansand/.cpan/build/2018040818/Compress-Raw-Lzma-2.081-WSlXmC/blib/arch/auto/Compress/Raw/Lzma/Lzma.so: Undefined symbol "lzma_properties_size" at /usr/perl5.20.1Dp/lib/5.20.1/amd64-freebsd-ld/DynaLoader.pm line 193.
# at (eval 7) line 2.
# Compilation failed in require at (eval 7) line 2.
# BEGIN failed--compilation aborted at t/001version.t line 23.
Bareword "LZMA_VERSION" not allowed while "strict subs" in use at t/001version.t line 31.
Bareword "Compress::Raw::Lzma::lzma_version_number" not allowed while "strict subs" in use at t/001version.t line 32.
Bareword "LZMA_VERSION_STRING" not allowed while "strict subs" in use at t/001version.t line 33.
Bareword "Compress::Raw::Lzma::lzma_version_string" not allowed while "strict subs" in use at t/001version.t line 34.
Execution of t/001version.t aborted due to compilation errors.
# Looks like you planned 3 tests but only ran 2.
# Looks like your test died just after 2.
t/001version.t .......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/3 subtests
... (etc) ...