Date: Wed, 6 Apr 2016 18:15:11 -0700 From: Sean Fagan <sef@ixsystems.com> To: Glen Barber <gjb@FreeBSD.org> Cc: freebsd-pkgbase@freebsd.org, Marko Turk <markoml@markoturk.info> Subject: Re: Missing METALOG Message-ID: <EE60E3DB-CD15-4800-A029-FF935738B484@ixsystems.com> In-Reply-To: <20160407011035.GF1498@FreeBSD.org> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Apr 6, 2016, at 6:10 PM, Glen Barber <gjb@FreeBSD.org> wrote: >>>>>>>>>>>>=20 > I have an uncommitted patch that, I think, does not affect the = behavior > overall, but this just worked for me: >=20 > root@pkgbase:/usr/src # env MAKEOBJDIRPREFIX=3D/usr/objtmp make -s -j8 = \ > buildworld buildkernel > root@pkgbase:/usr/src # env MAKEOBJDIRPREFIX=3D/usr/objtmp make \ > REPODIR=3D/usr/repodir packages >=20 > I have the patch attached, but I need to know a few more things: >=20 > 1) Why are you using DESTDIR with the 'packages' target? I.e., what = are > you expecting? Completely unknown. There doesn=E2=80=99t 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=3D${HOME}/obj make -j10 buildworld = buildkernel env MAKEOBJDIRPREFIX=3D/usr/objtmp make make -j1 = REPODIR=3D${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=E2=80=99s not supposed to be possible to build 11 on 10, however, that shouldn=E2=80=99t be an issue.) Sean.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EE60E3DB-CD15-4800-A029-FF935738B484>