On Thu, May 22, 2014 at 11:35 PM, Darren Reed <darrenr%netbsd.org@localhost>
wrote:
For reasons that are unknown to me, any attempt to build -current
on 6.99.28 fails when it tries to compile the first .c file that
isn't part of tools.
The error messages can be found here:
http://mail-index.netbsd.org/current-users/2014/05/20/msg024921.html
It was pointed out to me that TOOLDIR cannot be inside of DESTDIR,
so I reran the build with
./build.sh -u -j4 -T /tooldir build
and DESTDIR in Makefile.local.inc still pointing to /current and
it still fails in exactly the same way.
What's wrong?
Darren
https://wiki.netbsd.org/tutorials/how_to_build_netbsd-current/