From owner-freebsd-pkgbase@freebsd.org Fri Mar 4 14:05:18 2016 Return-Path: Delivered-To: freebsd-pkgbase@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 A10D49DA765 for ; Fri, 4 Mar 2016 14:05:18 +0000 (UTC) (envelope-from lifanov@mail.lifanov.com) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F52DA36; Fri, 4 Mar 2016 14:05:18 +0000 (UTC) (envelope-from lifanov@mail.lifanov.com) Received: by mail.lifanov.com (Postfix, from userid 58) id 5E4AC239742; Fri, 4 Mar 2016 09:05:12 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.lifanov.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.1 Received: from [127.0.0.1] (vnat600.ejoco.com [166.108.32.32]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.lifanov.com (Postfix) with ESMTPSA id 7D07D239424; Fri, 4 Mar 2016 09:05:10 -0500 (EST) Subject: Re: [CFT] packaging the base system with pkg(8) To: Glen Barber References: <20160302235429.GD75641@FreeBSD.org> <22232.56734.691784.696540@khavrinen.csail.mit.edu> <20160304010949.GC48568@FreeBSD.org> Cc: freebsd-pkgbase@freebsd.org From: Nikolai Lifanov Message-ID: <56D99614.5050401@mail.lifanov.com> Date: Fri, 4 Mar 2016 09:05:08 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160304010949.GC48568@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-pkgbase@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Packaging the FreeBSD base system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2016 14:05:18 -0000 On 03/03/16 20:09, Glen Barber wrote: >> I note also that >> > "make packages" doesn't work with -jN, but "make release" never worked >> > in parallel either, and I suspect they break in the same place for the >> > same underlying reason. > Until the 'install' targets are '-j' safe, 'make packages' will not be. > The 'install' targets are '-j' safe and have been for many months now. I run "make installworld installkernel" with '-j4', '-j16', and '-j32' on some machines. I very rarely stumble on an issue, and it tends to be promptly fixed. - Nikolai Lifanov