Created attachment 256873 [details] v0 (apply via 'git am') user@hostname: [?:0] /usr/ports/benchmarks/lzbench $ lzbench | head -1 lzbench 1.9 (64-bit FreeBSD) Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
Created attachment 256874 [details] 'poudriere bulk -t' log (14.2-R amd64)
Noticed we don't have '-r' option (recurse directories). Looks like here are problematic lines of code [0] which tries to detect system capabilities: #elif (defined(__APPLE__) && defined(__MACH__)) || \ ((defined(__unix__) || defined(__unix) || defined(__midipix__)) && defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE >= 200112L)) /* snprintf, opendir */ # define UTIL_HAS_CREATEFILELIST # include <dirent.h> /* opendir, readdir */ I guess it would be nice to create a local patch or upstream PR, however I don't know how to work with _POSIX_C_SOURCE neither have GitHub account. [0]: https://github.com/inikep/lzbench/blob/cbeaa92b137558ae26df428c8a2cae7598a9c6e8/_lzbench/util.h#L352