Subject: | ffi test fails on some systems |
On my CentOS7 and Fedora28 smokers the ffi test fails if FFI::Platypus is installed. On these systems libyaml is already installed as a rpm package.
...
# Failed test 'ffi'
# at t/alien_libyaml__ffi.t line 14.
# yaml_get_version_string not found
t/alien_libyaml__ffi.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests
...
Don't know if it matters, but /lib64/libyaml.so on these systems is just a text file with the contents:
INPUT(libyaml-0.so.2)
The referenced shared object looks like a real .so, though.