From owner-freebsd-current@freebsd.org Fri Jul 27 22:08:25 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 6E5FB10587B0 for ; Fri, 27 Jul 2018 22:08:25 +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 09A748BA46 for ; Fri, 27 Jul 2018 22:08:25 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id BF11910587AD; Fri, 27 Jul 2018 22:08:24 +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 ADACD10587AC for ; Fri, 27 Jul 2018 22:08:24 +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 5DA888BA42; Fri, 27 Jul 2018 22:08:24 +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 26DC221E5F; Fri, 27 Jul 2018 18:08:24 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute5.internal (MEProxy); Fri, 27 Jul 2018 18:08:24 -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=6D+9Vo wwjN60Tui95IdwHKrudb0mfXXZkoLCaYuuVlI=; b=mk1/PA/r5Pac6ziCBnKseo 52hrnea3IdlT00gpD/4Qfmt1H+VVoLjA/PIEdP8N4waoo44yMdFxUcGf/imFOWrW hgVJuGH8jt95DAQrV2QX4wQ3lGan+Ds4OOmV5AHwb1rboiY4g9MEYUK5+oXkOrBv TV/yTZyIfd0LIKIRJpdb5vmKEIHXMSqKmNun6Htisq2IddmxDwxq74/uw/rs48Uu IbdFdYbcORLR+TMATqKrBvtS+mOFkqxwqHp2JD8Fr1ArA/OprlV9z9klOso9nDh3 AsmKxJh51IqR9DkePRsi+OySkKq3wIzQVCEIm2x7lqKJZKqtqf3wvZqPg58p+0JQ == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id C2E514143; Fri, 27 Jul 2018 18:08:23 -0400 (EDT) Message-Id: <1532729303.3864091.1455351560.3184C531@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 In-Reply-To: <1532721159.3662360.1455244528.139B8E85@webmail.messagingengine.com> Date: Fri, 27 Jul 2018 16:08:23 -0600 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> <1532721159.3662360.1455244528.139B8E85@webmail.messagingengine.com> 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 22:08:25 -0000 On Fri, Jul 27, 2018, at 1:52 PM, Brad Davis wrote: > 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. FYI, I have opened this review if you want to try the patch: https://reviews.freebsd.org/D16476 Regards, Brad Davis