Re: Fwd: [package - 140amd64-default][security/softether-devel] Failed for softether-devel-4.43.9799.b in build

From: Koichiro Iwao <meta_at_freebsd.org>
Date: Tue, 21 May 2024 09:50:44 UTC
On Tue, May 21, 2024 at 09:58:20AM UTC, Dag-Erling Smørgrav wrote:
> Koichiro Iwao <meta@FreeBSD.org> writes:
> > pkg-fallout reports the following build error. However, it builds
> > perfectly on my local poudriere setup.  Could anyone have an idea
> > about the difference between local poudriere vs build farm?
> 
> Parallelization.  The upstream Makefile assumes that the sources are
> compiled in order and creates the object directory only when compiling
> what it believes to be the first one.  Either patch the upstream
> Makefile or add MAKE_JOBS_UNSAFE=yes to the port Makefile.
> 
> DES
> -- 
> Dag-Erling Smørgrav - des@FreeBSD.org
> 

Thanks. I could't reproduce the build failure even I do parallel
build but I have no doubt that the issue is related to parallelization
indeed.

Probably the first one finishes before the task depends on first one
starts due to fast-enough processor.


-- 
meta <meta@FreeBSD.org>