Missing METALOG

Sean Fagan sef at ixsystems.com
Wed Apr 6 18:31:51 UTC 2016


On Apr 5, 2016, at 4:29 PM, Glen Barber <gjb at 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.


More information about the freebsd-pkgbase mailing list