Re: Fwd: [package - 140amd64-default][security/softether-devel] Failed for softether-devel-4.43.9799.b in build
- Reply: Koichiro Iwao : "Re: Fwd: [package - 140amd64-default][security/softether-devel] Failed for softether-devel-4.43.9799.b in build"
- In reply to: Koichiro Iwao : "Fwd: [package - 140amd64-default][security/softether-devel] Failed for softether-devel-4.43.9799.b in build"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 May 2024 07:58:20 UTC
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