Missing METALOG

Sean Fagan sef at ixsystems.com
Thu Apr 7 01:15:17 UTC 2016


On Apr 6, 2016, at 6:10 PM, Glen Barber <gjb at FreeBSD.org> wrote:
>>>>>>>>>>>> 
> I have an uncommitted patch that, I think, does not affect the behavior
> overall, but this just worked for me:
> 
> root at pkgbase:/usr/src # env MAKEOBJDIRPREFIX=/usr/objtmp make -s -j8 \
>   buildworld buildkernel
> root at pkgbase:/usr/src # env MAKEOBJDIRPREFIX=/usr/objtmp make \
>   REPODIR=/usr/repodir packages
> 
> I have the patch attached, but I need to know a few more things:
> 
> 1) Why are you using DESTDIR with the 'packages' target?  I.e., what are
>   you expecting?

Completely unknown.  There doesn’t appear to be any documentation, so I just
tried different things.


> 2) I need full output of the failures.  Redacting it with 'globs of
>   output' is not helpful.  I need to see the full build log and the
>   commands run to reproduce it.  (Use script(1), please.)

I did not capture the output.  I am building on a 10.2ish system, and did

	env MAKEOBJDIRPREFIX=${HOME}/obj make -j10 buildworld buildkernel
	env MAKEOBJDIRPREFIX=/usr/objtmp make make -j1 REPODIR=${HOME}/packages packages

This is fully reproducible for me, so I can spend a couple of hours producing a whole bunch of output.
(Some of the output is pkg complaining about ABI differences.  Unless it’s not supposed to be possible
to build 11 on 10, however, that shouldn’t be an issue.)

Sean.



More information about the freebsd-pkgbase mailing list