Subject: | t/03_functions.t fails on freebsd systems |
My smoker systems report the following failure on my freebsd systems (various OS versions, seen on 9, 10, 12, and 13):
...
Cannot open file ./t/test.db: __db_meta_setup: ./t/test.db: unexpected file type or format
t/03_functions.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 7/7 subtests
...
Without debugging any further my guess is that the provided database file (berkeley db?) is incompatible with freebsd's berkeley db; AFAIK freebsd comes with a quite old version (1.85 or so) which may not read newer database files.