To build NetBSD for the NSLU2 I have executed the following set of
commands:
./build.sh -m evbarm -a armeb tools
./build.sh -u -m evbarm -a armeb kernel=NPE_NSLU2
(Note: NPE_NSLU2 is a copy of the NSLU2 configuration file, with
support for msdosfs enabled)
./build.sh -U -u -m evbarm -a armeb build
./build.sh -U -u -m evbarm -a armeb release
All appear to have been successful except the last, where I get the
following error message:
====== 280 missing files in DESTDIR ========
Files in flist but missing from DESTDIR.
File wasn't installed ?
------------------------------------------
./usr/tests/Atffile
./usr/tests/atf/Atffile
./usr/tests/atf/formats/Atffile
./usr/tests/atf/formats/d_atffile_1
./usr/tests/atf/formats/d_atffile_1.expout
<snip>
./usr/tests/util/t_expr
./usr/tests/util/t_pax
./usr/tests/util/t_tar
Any clues? I don't remember seeing any "tests.tgz" files anywhere in
the source tree?
Thanks for your help...
Don