Subject: | Undefined symbol "c_pl_setcontlabelformat" |
The test suite of Graphics::PLplot fails on my smoker systems (various FreeBSD, Debian and CentOS7 systems):
...
# Failed test 'use Graphics::PLplot;'
# at t/x00.t line 23.
# Tried to use 'Graphics::PLplot'.
# Error: Can't load '/usr/home/cpansand/.cpan/build/2019041312/Graphics-PLplot-0.03-0/blib/arch/auto/Graphics/PLplot/PLplot.so' for module Graphics::PLplot: /usr/home/cpansand/.cpan/build/2019041312/Graphics-PLplot-0.03-0/blib/arch/auto/Graphics/PLplot/PLplot.so: Undefined symbol "c_pl_setcontlabelformat" at /usr/perl5.29.9p/lib/5.29.9/amd64-freebsd/DynaLoader.pm line 193.
# # Compilation failed in require at t/x00.t line 23.
# BEGIN failed--compilation aborted at t/x00.t line 23.
Undefined subroutine &Graphics::PLplot::plgver called at t/x00.t line 27.
# Looks like your test exited with 255 just after 1.
t/x00.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 8/8 subtests
...