Date: Wed, 6 Apr 2016 11:31:49 -0700 From: Sean Fagan <sef@ixsystems.com> To: Glen Barber <gjb@FreeBSD.org> Cc: Marko Turk <markoml@markoturk.info>, Kris Moore <kris@pcbsd.org>, freebsd-pkgbase@freebsd.org Subject: Re: Missing METALOG Message-ID: <66D097F5-E409-4F44-A541-94D87EC63308@ixsystems.com> In-Reply-To: <20160405232942.GH1596@FreeBSD.org> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Apr 5, 2016, at 4:29 PM, Glen Barber <gjb@FreeBSD.org> wrote:
>>>>>>>>
> The problem should be resolved as of r297598. The issue was setting
> DESTDIR as 'DESTDIR=${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=${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=${HOME}/obj make DESTDIR=${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.s20160406182537 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?66D097F5-E409-4F44-A541-94D87EC63308>
