Re: git: 1ef992fe22f7 - main - www/quark: Update to 20220816

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Fri, 18 Jul 2025 05:27:32 UTC
On Fri, Jul 18, 2025 at 07:20:22AM +0200, Zsolt Udvari wrote:
> Hello Alexey,
> 
> thanks and sorry for it.
> 
> The problem was while building: the BUFFER_SIZE was undefined - only
> sometimes! It's defined in project's config.h which is created by
> Makefile with simple copy of config.def.h.
> The config.h is dependency of every *.o and quark binary (declared in Makefile)
> but (imho) somehow isn't created fast enough. About twice in five cases
> the build failed but with MAKE_JOBS_UNSAFE I didn't experience failures.

Okay, that's helpful, I'll try to reproduce it.

> How can I add this to a commit message? Should I create a little change
> and add its message?

Let me have a look first, maybe we can fix the root cause and remove
the unsafe knob altogether.

./danfe