From owner-freebsd-pkgbase@freebsd.org Wed Apr 6 18:31:51 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 8E955B0679C for ; Wed, 6 Apr 2016 18:31:51 +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 72AD01E16 for ; Wed, 6 Apr 2016 18:31:51 +0000 (UTC) (envelope-from sef@ixsystems.com) X-ASG-Debug-ID: 1459967510-08ca04178832d700001-wjM0Vu Received: from zimbra.ixsystems.com ([10.246.0.20]) by barracuda.ixsystems.com with ESMTP id TA7e1sXraGiFd0XU (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 06 Apr 2016 11:31:50 -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 62EE99E86FE; Wed, 6 Apr 2016 11:31:50 -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 RZI-v42bvvKt; Wed, 6 Apr 2016 11:31:50 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.ixsystems.com (Postfix) with ESMTP id F1CC99E8705; Wed, 6 Apr 2016 11:31:49 -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 6u0bQ8joTjAX; Wed, 6 Apr 2016 11:31:49 -0700 (PDT) Received: from [10.250.1.187] (unknown [10.250.1.187]) by zimbra.ixsystems.com (Postfix) with ESMTPSA id A2A0F9E8703; Wed, 6 Apr 2016 11:31:49 -0700 (PDT) Content-Type: text/plain; charset=us-ascii 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: <20160405232942.GH1596@FreeBSD.org> Date: Wed, 6 Apr 2016 11:31:49 -0700 Cc: Marko Turk , Kris Moore , freebsd-pkgbase@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <66D097F5-E409-4F44-A541-94D87EC63308@ixsystems.com> References: <56F169EC.6010400@pcbsd.org> <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> To: Glen Barber X-Mailer: Apple Mail (2.3124) X-Barracuda-Connect: UNKNOWN[10.246.0.20] X-Barracuda-Start-Time: 1459967510 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: Wed, 06 Apr 2016 18:31:51 -0000 On Apr 5, 2016, at 4:29 PM, Glen Barber wrote: >>>>>>>>=20 > The problem should be resolved as of r297598. The issue was setting > DESTDIR as 'DESTDIR=3D${DESTDIR:U${WSTAGEDIR}}', which will never = allow > locating WSTAGEDIR since it is only being set to the correct location > when DESTDIR is not set. By setting DESTDIR=3D${WSTAGEDIR} directly, = the > MAKEOBJDIRPREFIX and DESTDIR are expanded correctly, so although not > obvious at first what was going wrong, I was able to get a full = package > set with non-default .{OBJDIR}. Nope. % env MAKEOBJDIRPREFIX=3D${HOME}/obj make DESTDIR=3D${HOME}/packages -j1 = -DNO_CLEAN -DNO_ROOT packages [gobs of output] pkg: = /home/sef/obj/home/sef/freebsd-pkg/repo/FreeBSD:11:amd64/11.0.s20160406182= 537 is not a directory Cannot create repository catalogue Note that, as I said in my earlier message, nothing seems to actually = crate the repo directory. Sean.=