On 10/04/2025 6:18 pm, Marek Marczykowski-Górecki wrote: > On Thu, Apr 10, 2025 at 05:57:23PM +0100, Andrew Cooper wrote: >> On 10/04/2025 5:38 pm, Anthony PERARD wrote: >>> And by the way, you might want to add `gawk` as >>> well to replace busybox's awk, to make the linux build a bit more happy, >>> even if it doesn't seems to be an issue right now. >> That awk complaint appears to go away with find/diffutils in the >> container. I've not figured out exactly why yet. > See my earlier email, I've seen it still there at least in one job. >
I've found it again. + make modules_prepare SYNC include/config/auto.conf GEN arch/x86/include/generated/asm/orc_hash.h awk: bad regex '^struct orc_entry {$': Invalid contents of {} SYSHDR arch/x86/include/generated/uapi/asm/unistd_32.h It's specific to modules_prepare, so only shows up when building argo. ~Andrew