From owner-freebsd-stable@freebsd.org Mon Jan 23 14:11:13 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2E64CB8D29 for ; Mon, 23 Jan 2017 14:11:13 +0000 (UTC) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 958063DF for ; Mon, 23 Jan 2017 14:11:13 +0000 (UTC) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: from lowell-desk.lan (router.lan [172.30.250.2]) by be-well.ilk.org (Postfix) with ESMTP id C51D233C1E; Mon, 23 Jan 2017 09:10:59 -0500 (EST) Received: by lowell-desk.lan (Postfix, from userid 1147) id 278133981A; Mon, 23 Jan 2017 09:10:57 -0500 (EST) From: Lowell Gilbert To: Walter Parker Cc: freebsd-stable@freebsd.org Subject: Re: Building Kernel and World with -j References: Reply-To: freebsd-stable@freebsd.org Date: Mon, 23 Jan 2017 09:10:57 -0500 In-Reply-To: (Walter Parker's message of "Sun, 22 Jan 2017 22:57:46 -0800") Message-ID: <44k29l27f2.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2017 14:11:13 -0000 Walter Parker writes: > For decades there has always been a warning not to do parallel builds of > the kernel or the world (Linux kernel builds also suggest not to do this). > > Every once in a while, I see people post about 5 minutes. This only way I > can see this happening is by doing a parallel build (-j 16 on a Xeon > Monster box). > > Are parallel builds safe? If not, what are actual risk factors and can they > be mitigated? As a general rule, it's safe. But don't report failures from a parallel build. This is not so much an issue of parallel builds being unsupported as of the logs being harder to read.