From owner-freebsd-current@freebsd.org Fri Jul 27 19:52:47 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CBA31054FF1 for ; Fri, 27 Jul 2018 19:52:47 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 165258512E for ; Fri, 27 Jul 2018 19:52:47 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id CEF2F1054FF0; Fri, 27 Jul 2018 19:52:46 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBD641054FEF for ; Fri, 27 Jul 2018 19:52:46 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 615588512C; Fri, 27 Jul 2018 19:52:46 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id E13C721957; Fri, 27 Jul 2018 15:52:39 -0400 (EDT) Received: from web5 ([10.202.2.215]) by compute5.internal (MEProxy); Fri, 27 Jul 2018 15:52:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=GHdLZU G/5qtDcar3kFslqSUmlreNfIgN3HCdSRL6VGE=; b=hHz3/uz1LtHuGYzHq/VIdc pEAJ/ovU60bZ5RKQdT8iLfmxK+PMrC1VcbFE7hLX76+6OvFsg2W72TkDnQjZG7Y7 gz8I3mUtb1AyOgMNRkKi7Yqum7e90uLl58zAvBonIfkAOK0grrFXJeIcY1D2uW9C G+kHtxkXUhV/XXLIRupaVrH7vSc0L9541SkMYxNTo1G32TS4kHHwe81Xw5VT/Pjl 7JuWHLVL0vTfD3cHQmfs/p7UCLG2CytJCDdtKHK5yd3RrjLlNkhO8g9XIXMEp8x6 f2pbsMdVsgho/gQDQajTUYzHckh060xCZErGgBnnx1YRjMkxn0BDrne8ZoSKxxDg == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 88CF99E10B; Fri, 27 Jul 2018 15:52:39 -0400 (EDT) Message-Id: <1532721159.3662360.1455244528.139B8E85@webmail.messagingengine.com> From: Brad Davis To: Martin Wilke , Charlie Li Cc: current@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-0843ff3e Date: Fri, 27 Jul 2018 13:52:39 -0600 In-Reply-To: <06B12014-742D-477B-AD85-EA51C6A3EEFE@FreeBSD.org> Subject: =?utf-8?Q?Re=3A=20make=20distribut?= =?utf-8?Q?ion=20fails=2C=C2=A0A=20failu?= =?utf-8?Q?re=20has=20been=20detect?= =?utf-8?Q?ed=20in=20another=20bran?= =?utf-8?Q?ch=20of=20the=20parallel?= =?utf-8?Q?=20make?= References: <415fe444-a01a-3ced-257d-a7180f223189@vishwin.info> <06B12014-742D-477B-AD85-EA51C6A3EEFE@FreeBSD.org> X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2018 19:52:47 -0000 On Fri, Jul 27, 2018, at 12:08 PM, Martin Wilke wrote: > r336743 CONFSGRP should be CONFSGROUP ? > > > On 28 Jul 2018, at 1:30 AM, Charlie Li wrote: > > > > On 27/07/2018 13:21, Martin Wilke wrote: > >> I just upgraded a jail in poudriere with latest head, https://dpaste.de/bfTT/raw . > >> > > I was about to inquire about this myself. Can additionally confirm this > > has been happening since at least r336735. I'll update my poudriere jail shortly and see if I can reproduce it. But CONFSGRP is correct, see share/mk/bsd.confs.mk. Regards, Brad Davis