Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2013 17:11:29 +1300
From:      Andrew Turner <andrew@fubar.geek.nz>
To:        Adrian Chadd <adrian@freebsd.org>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: make universe fails on ARM
Message-ID:  <20130329171129.0506945e@bender>
In-Reply-To: <CAJ-Vmom4R2XJXGWhS7LxLwd-LFVMXbrtuFyhyO-%2BHFQnshSQKA@mail.gmail.com>
References:  <CAJ-Vmom4R2XJXGWhS7LxLwd-LFVMXbrtuFyhyO-%2BHFQnshSQKA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 26 Mar 2013 13:07:34 -0700
Adrian Chadd <adrian@freebsd.org> wrote:

> Hi,,
> 
> make universe on -HEAD is failing on ARM:
...

I have a patch I'm testing to fix this.

The problem is the kernels are built in the same target as the last
world. This works when each world for a given arch is built in order
and takes the same length of time. If, however, one or more worlds is
slower than the last then the kernels may be built before the toolchain
is ready.

I have fixed this by adding a kernel target that depends on all worlds
for the given arch. I will commit it when my universe has finished
building.

Andrew



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130329171129.0506945e>