From owner-freebsd-pkgbase@freebsd.org Thu Apr 7 21:13:39 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 DE3B9B0784B for ; Thu, 7 Apr 2016 21:13:39 +0000 (UTC) (envelope-from sef@ixsystems.com) Received: from barracuda.ixsystems.com (barracuda.ixsystems.com [12.229.62.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.ixsystems.com", Issuer "Go Daddy Secure Certificate Authority - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BB1AB1F74 for ; Thu, 7 Apr 2016 21:13:39 +0000 (UTC) (envelope-from sef@ixsystems.com) X-ASG-Debug-ID: 1460063610-08ca041788345450001-wjM0Vu Received: from zimbra.ixsystems.com ([10.246.0.20]) by barracuda.ixsystems.com with ESMTP id nT6j30Y0ad2AEcQy (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 07 Apr 2016 14:13:30 -0700 (PDT) X-Barracuda-Envelope-From: sef@ixsystems.com X-Barracuda-RBL-Trusted-Forwarder: 10.246.0.20 X-ASG-Whitelist: Client Received: from localhost (localhost [127.0.0.1]) by zimbra.ixsystems.com (Postfix) with ESMTP id BB9298EF69E; Thu, 7 Apr 2016 14:13:30 -0700 (PDT) Received: from zimbra.ixsystems.com ([127.0.0.1]) by localhost (zimbra.ixsystems.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id jRCcSZxOHwio; Thu, 7 Apr 2016 14:13:30 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.ixsystems.com (Postfix) with ESMTP id 857B18EF6A0; Thu, 7 Apr 2016 14:13:30 -0700 (PDT) X-Virus-Scanned: amavisd-new at ixsystems.com Received: from zimbra.ixsystems.com ([127.0.0.1]) by localhost (zimbra.ixsystems.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id xGtuQtbvqWgn; Thu, 7 Apr 2016 14:13:30 -0700 (PDT) Received: from [10.250.1.8] (unknown [10.250.1.8]) by zimbra.ixsystems.com (Postfix) with ESMTPSA id 6E4558EF69E; Thu, 7 Apr 2016 14:13:30 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Missing METALOG From: Sean Fagan X-ASG-Orig-Subj: Re: Missing METALOG In-Reply-To: <20160407011035.GF1498@FreeBSD.org> Date: Thu, 7 Apr 2016 14:13:30 -0700 Cc: freebsd-pkgbase@freebsd.org, Marko Turk Content-Transfer-Encoding: quoted-printable Message-Id: <1E351798-5312-4250-A3B2-83FF89EB9AF7@ixsystems.com> References: <20160322164814.GJ58208@FreeBSD.org> <56F1979C.7010306@pcbsd.org> <20160322202242.GL58208@FreeBSD.org> <08F56E57-F9F4-4C3E-8154-108E5E50E3D0@ixsystems.com> <20160322210541.GM58208@FreeBSD.org> <26D01772-FF20-4875-B2D0-4588A6AD22C6@ixsystems.com> <20160405232942.GH1596@FreeBSD.org> <66D097F5-E409-4F44-A541-94D87EC63308@ixsystems.com> <20160406202403.GA1498@FreeBSD.org> <20160406203625.GC1498@FreeBSD.org> <20160407011035.GF1498@FreeBSD.org> To: Glen Barber X-Mailer: Apple Mail (2.3124) X-Barracuda-Connect: UNKNOWN[10.246.0.20] X-Barracuda-Start-Time: 1460063610 X-Barracuda-Encrypted: ECDHE-RSA-AES256-GCM-SHA384 X-Barracuda-URL: https://10.246.0.26:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at ixsystems.com X-Barracuda-BRTS-Status: 1 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: Thu, 07 Apr 2016 21:13:40 -0000 > I have an uncommitted patch that, I think, does not affect the = behavior > overall, but this just worked for me: Yay, happiness. Glen=E2=80=99s patch worked, _if_ I removed the "-j1". Looks like bmake = behaves differently with -j1 than with no -j parameter. Weirrrrrrrrrd. Sean.