On 9 Sep 2024, at 19:52, Alexander Motin <m...@freebsd.org> wrote: > > On 09.09.2024 14:46, FreeBSD User wrote: >> Am Mon, 9 Sep 2024 16:48:12 GMT >> Martin Matuska <m...@freebsd.org> schrieb: >> the commit seems to breaks buildworld for me, somehow: >> [...] >> /usr/src/sys/contrib/openzfs/module/os/linux/zfs/abd_os.c:61:10: fatal error: >> 'linux/kmap_compat.h' file not found 61 | #include <linux/kmap_compat.h> > > I hit it also, but it has gone after I wiped the object directory and run a > clean build. This commit uses different abd_os.c from different directory, > and seems something is getting confused in the process.
tools/build/depend-cleanup.sh needs to deal with cddl/lib/libzpool/.depend.abd_os.* then (and libcompats). Jess