buildworld error

From: Gordon Bergling <gbe_at_freebsd.org>
Date: Sat, 24 Aug 2024 19:14:09 UTC
Hi folks,

I got the following buildworld error a recent -CURRENT

===> stand/i386/pxeldr (all)
`kldstat.o' is up to date.
-14152 bytes available

The same happens on stable/14:

===> stand/i386/pxeldr (all)
-22344 bytes available
===> share/misc (all)
--- loader ---
*** [loader] Error code 1

make[5]: stopped in /storage/freebsd/src/stable/14/stand/i386/pxeldr
1 error

src.conf looks like the following:
WITH_BEARSSL=1
WITH_RETPOLINE=1
WITHOUT_CLEAN=1

I remove the whole obj directories and tried several full builds, but the
error persists for a while.

Has any one a clue how to solve this?

--Gordon