From owner-freebsd-ports@freebsd.org Sat Oct 10 15:17:57 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A5E4B3FA78B for ; Sat, 10 Oct 2020 15:17:57 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (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) by mx1.freebsd.org (Postfix) with ESMTPS id 4C7pTx2Ry7z3btf for ; Sat, 10 Oct 2020 15:17:57 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by home.opsec.eu with local (Exim 4.94 (FreeBSD)) (envelope-from ) id 1kRGcz-000Gxh-MP; Sat, 10 Oct 2020 17:17:45 +0200 Date: Sat, 10 Oct 2020 17:17:45 +0200 From: Kurt Jaeger To: Moritz Schmitt Cc: freebsd-ports@freebsd.org Subject: Re: When to set / keep MAKE_JOBS_UNSAFE? Message-ID: <20201010151745.GX53210@home.opsec.eu> References: <20201010141324.yw45tsaivwc7r2nh@t470.schmi.tt> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201010141324.yw45tsaivwc7r2nh@t470.schmi.tt> X-Rspamd-Queue-Id: 4C7pTx2Ry7z3btf X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2020 15:17:57 -0000 Hi! > In its Makefile MAKE_JOBS_UNSAFE is set and I'm trying to figure out if > it's acutally needed or not. If you build it on a box with more CPUs cores, will it fail or not ? What number of CPUs cores did you try ? I've just tried it without MAKE_JOBS_UNSAFE on a 32 and it built fine. So I guess you can remove it. -- pi@opsec.eu +49 171 3101372 Now what ?