openzfs-kmod fails to build after update
Ede Wolf <[email protected]> Thu, 14 May 2026 20:53:25 +0200
| Newsgroups | gmane.os.freebsd.questions |
|---|---|
| Message-ID | <[email protected]> |
After updating from 14.3 to 14.4 I am having trouble updating/building
openzfs-kmod.
It fails with following error:
../abi_types.h:30:19: error: redefinition of typedef 'time32_t' is a C11
feature [-Werror,-Wtypedef-redefinition]
30 | typedef __int32_t time32_t;
../ports/filesystems/openzfs-kmod/work/zfs-2.4.2/include/os/freebsd/spl/sys/types32.h:35:17:
note: previous definition is here
35 | typedef int32_t time32_t;
Against all odds, out of your heads any idea what may be the issue
here? Any obvious changes from 14.3 to 14.4 that I may have missed?
Rebuilding world did not help
Thanks