On Tue, May 21, 2024 at 09:58:20AM UTC, Dag-Erling Smørgrav wrote:
> Koichiro Iwao <[email protected]> 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 - [email protected]
> 

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 <[email protected]>

Reply via email to