Reported by portscout. See upstream changelog.
Some consumers required fixes e.g.
graphics/wayland failed:
tests/os-wrappers-test.c:89:15: error: expected identifier or '(' fcntl(int fd, int cmd, ...) ^ tests/os-wrappers-test.c:89:15: error: expected ')' tests/os-wrappers-test.c:89:1: note: to match this '(' fcntl(int fd, int cmd, ...) ^ /usr/local/include/libepoll-shim/epoll-shim/detail/common.h:17:2: note: expanded from macro 'fcntl' SHIM_SYS_SHIM_HELPERS_SEL(SHIM_SYS_SHIM_FCNTL, __VA_ARGS__, N, 1, 1) \ ^ /usr/local/include/libepoll-shim/epoll-shim/detail/common.h:11:64: note: expanded from macro 'SHIM_SYS_SHIM_HELPERS_SEL' #define SHIM_SYS_SHIM_HELPERS_SEL(PREFIX, _2, _1, SUFFIX, ...) PREFIX##_##SUFFIX ^ <scratch space>:34:1: note: expanded from here SHIM_SYS_SHIM_FCNTL_N ^ /usr/local/include/libepoll-shim/epoll-shim/detail/common.h:14:4: note: expanded from macro 'SHIM_SYS_SHIM_FCNTL_N' (((cmd) == F_SETFL) ? epoll_shim_fcntl((fd), (cmd), __VA_ARGS__) : \ ^
biology/ncbi-vdb failed:
In file included from libs/kns/linux/syspoll.c:46: /usr/local/include/libepoll-shim/sys/epoll.h:63:10: fatal error: 'epoll-shim/detail/common.h' file not found #include <epoll-shim/detail/common.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~