Date: Tue, 20 Jan 2015 08:19:19 -0700 From: Ian Lepore <ian@freebsd.org> To: the_mix_room@hotmail.com Cc: "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org> Subject: Re: Arm.armv6 build world fails on amd64 10.1-RELEASE Message-ID: <1421767159.14601.373.camel@freebsd.org> In-Reply-To: <DUB114-W457A99F2D816A42CF41E8ED54B0@phx.gbl> References: <DUB114-W102749AF8E214A3E069E6E2D54A0@phx.gbl> , <1421688501.14601.369.camel@freebsd.org> , <CAKtsCdcKw9nHdJ64T6x56WoCrgxedQONpqndysUvW3k05bQ5MA@mail.gmail.com> <DUB114-W457A99F2D816A42CF41E8ED54B0@phx.gbl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2015-01-20 at 08:33 +0000, the_mix_room@hotmail.com wrote: > svn checkout http://svn.FreeBSD.org/base/stable/10/ /usr/src-> build fails, with the same file missing > svn checkout http://svn.FreeBSD.org/base/head /usr/src -> build fails aswell. The same file. > > > > > Date: Mon, 19 Jan 2015 09:39:27 -0800 > Subject: Re: Arm.armv6 build world fails on amd64 10.1-RELEASE > From: mmitchel@gmail.com > To: ian@freebsd.org > CC: the_mix_room@hotmail.com; freebsd-arm@freebsd.org > > # svn checkout http://svn.freebsd.org/base/stable/10 /usr/src > # make TARGET=arm TARGET_ARCH=armv6 buildworld > this is working for me this morning... I notice on your original post you set TARGET and TARGET_ARCH in the environment. On this post you showed them on the command line. Make is sensitive (in ways that have always confused me) to a difference between env and command line and variables set in makefiles. I've only ever set those two variables on the command line, I wonder if the failure could be related to setting them in the env? If that's not the reason for the failure, then I think we'll probably need to see a complete build log, not just the fragment where it fails. Also, what OS version is the build host running? -- Ian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1421767159.14601.373.camel>