Arm.armv6 build world fails on amd64 10.1-RELEASE

Ian Lepore ian at freebsd.org
Tue Jan 20 15:19:27 UTC 2015


On Tue, 2015-01-20 at 08:33 +0000, the_mix_room at 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 at gmail.com
> To: ian at freebsd.org
> CC: the_mix_room at hotmail.com; freebsd-arm at 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




More information about the freebsd-arm mailing list