Re: git: e2df9bb44109 - main - zfs: merge openzfs/zfs@b10992582
- In reply to: Jessica Clarke : "Re: git: e2df9bb44109 - main - zfs: merge openzfs/zfs@b10992582"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Sep 2024 15:42:40 UTC
On Mon, Sep 09, 2024 at 07:58:59PM +0100, Jessica Clarke wrote: > On 9 Sep 2024, at 19:52, Alexander Motin <mav@FreeBSD.org> wrote: > > > > On 09.09.2024 14:46, FreeBSD User wrote: > >> Am Mon, 9 Sep 2024 16:48:12 GMT > >> Martin Matuska <mm@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). This should be done now in commit fd3d3240b0d7. (From what I see, libcompats are handled automatically when using clean_dep.)