Build failure in stand

Warner Losh imp at bsdimp.com
Tue Dec 5 21:06:57 UTC 2017


On Tue, Dec 5, 2017 at 2:03 PM, Ryan Stone <rysto32 at gmail.com> wrote:

> So I don't fully understand why this build failure happened, but I did
> manage to find root cause.  It turns out that there was a bug in make
> that caused our build infrastructure to write objects and other build
> output to the srcdir rather than the objdir in certain cases when
> using make -C.  I have a workaround in place for now and bdrewery@ is
> working on a fix for the build infrastructure.
>

OK. That makes sense. It's caused by using the amd64 cpufuncs file being
used when compiling on i386 (aka -m32).

I have some fixes that should make it less likely to be an issue in the
works...

Warner


More information about the freebsd-current mailing list