Subject: | Undefined symbol "perl_clone" (0.65) |
The test suite fails on most of my smokers like this:
...
# Failed test 'use MPV::Simple;'
# at t/MPV-Simple.t line 12.
# Tried to use 'MPV::Simple'.
# Error: Can't load '/usr/home/cpansand/.cpan/build/2020042606/MPV-Simple-0.65-4/blib/arch/auto/MPV/Simple/Simple.so' for module MPV::Simple: /usr/home/cpansand/.cpan/build/2020042606/MPV-Simple-0.65-4/blib/arch/auto/MPV/Simple/Simple.so: Undefined symbol "perl_clone" at /usr/perl5.28.1Dp/lib/5.28.1/amd64-freebsd-ld/DynaLoader.pm line 193.
# # Compilation failed in require at t/MPV-Simple.t line 12.
# BEGIN failed--compilation aborted at t/MPV-Simple.t line 12.
# Looks like you failed 1 test of 1.
t/MPV-Simple.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
...
Possibly perl_clone is only available in threaded perls.