a2tSrWxPpbFsCjbetQO6Q8L3S2qxCNGGwPW5x xG1/m4Gc7gdiFvGRSvxwKiRWlZb4QNcguO+ZqPhJr4QqabNJj5jY/2lj2O+IO/dffQvg7q XA1c6tncAHfDttjuTxs6IYiMP44keslPjQzHgww0sDqa3ESZ3o9la7nPb+Nkfc19SC7Yc4 GSAPHUA5aZpwDMaTvlfTIKTw1qh0kbZXcebtO/gC+3uDD3llwkrkJKAf38SRsRc56A/Ysb gEp031LNq6vGYZvwreS/MuhkvbZaoxdJrw3XTQ8cPGEUSgNI5u/6V7/vhfPMtA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1716285052; a=rsa-sha256; cv=none; b=cMoUIJ2vBg8hL2A0HIe8QyisWs8YESxh+M2gQNdlMsUVx6NRvGo/RlmyvJ5QXc2dEDtYEW EZJ9L0F/Lhtk4aOG0XUchuaHdx5XQP3/6YfSCkOWPSw5OShFRDk1fSTu10mIZ7TxwYcZi1 gmfHuooctgp+FpSbboyjLSy+93zzY3OVpmvUyoulQXkoDN1YG7APrB2tt7hcc6ABt/7svV a1OR3gtjrUuqyi5ilHV7nahV4qTrerzmKe+4D6hlMgqdEzI+FnPHemTEerztC5Zn17x5Gk DKcbMBrUMtKC/6kN2y1BuhyTEtQ/6yWVscQgKuadXuTa87UrQVmgwQXN7eRWcw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1716285052; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DJhLjyx0jxyfJdspYe97cEUR/V/H1/rRJno7NxVe98w=; b=es9yYxMyRzepb+5MfiIHhB/fTQ7Dba3jtuwdfqdjKLkok6H/fcLwmlekJSrYF3mVEG/F7Y d3pifN1VkuY8B51/8OYc7HXAeoUtVAySaYQByFCbyzkwMtoVJ7eNAZiY+JtfbMmrdWQS1x aB7lCVwsj5Sizvod/X504dW9zMXVN9k1hkyQM+qdyrFwYu5nv/qxSPp/wB7ZYza5JTKRmq q1Jtf0z3Xx5LSRvUyvTK6XDo8E/JOxRh6rzLkfRTbSXejBXGGTxlNiKJRA9ZqygzfM50Vu sJAJvCkobVgUP/NNeNCcw9guBbA59aIrFDbBdSAdyKeg9xbqK5YtTP8KLR+SWQ== Received: from icepick.vmeta.jp (unknown [IPv6:2403:bd80:c100:401:109a:441:7d72:c7f1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4Vk8nk72djz1Mqn; Tue, 21 May 2024 09:50:50 +0000 (UTC) (envelope-from meta@freebsd.org) Date: Tue, 21 May 2024 18:50:44 +0900 From: Koichiro Iwao To: Dag-Erling =?utf-8?B?U23DuHJncmF2?= Cc: ports@freebsd.org Subject: Re: Fwd: [package - 140amd64-default][security/softether-devel] Failed for softether-devel-4.43.9799.b in build Message-ID: <4gnid7yos5lagujtvzoeqbrmgg5yhg5ifbv2stmt772xwtlajr@4kxjwsie2wen> X-Operating-System: FreeBSD 14.1-PRERELEASE amd64 References: <6649770b.2812.4e959043@beefy12.nyi.freebsd.org> <29539043-8902-45dc-8d3a-98fda99a1d18@FreeBSD.org> <86ikz7vboj.fsf@ltc.des.dev> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <86ikz7vboj.fsf@ltc.des.dev> On Tue, May 21, 2024 at 09:58:20AM UTC, Dag-Erling Smørgrav wrote: > Koichiro Iwao 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