Hi,
with current source cvs upped some minutes ago running
./build.sh -u -N 1 -j 12 -U -m amd64 -O /u/NetBSD/arch/amd64/obj -D
/u/NetBSD/arch/amd64/dest -R /u/NetBSD/arch/amd64/release -T
/u/NetBSD/arch/amd64/TOOLS distribution
fails:
nbmake[6]: stopped in /u/NetBSD/src/external/mit/expat/lib/libexpat
/u/NetBSD/src/external/mit/expat/dist/lib/xmlparse.c:73:14: fatal error:
sys/random.h: No such file or direct
ory
# include <sys/random.h> /* getrandom */
^~~~~~~~~~~~~~
compilation terminated.
--- xmlparse.o ---
*** [xmlparse.o] Error code 1
nbmake[6]: stopped in /u/NetBSD/src/external/mit/expat/lib/libexpat
3 errors
nbmake[6]: stopped in /u/NetBSD/src/external/mit/expat/lib/libexpat
--- dependall-libexpat ---
*** [dependall-libexpat] Error code 2
nbmake[5]: stopped in /u/NetBSD/src/external/mit/expat/lib
1 error
nbmake[5]: stopped in /u/NetBSD/src/external/mit/expat/lib
*** Failed target: dependall-../external/mit/expat/lib
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/u/NetBSD/src/lib" ;; *) this="lib/${dir}/";
real="/u/NetBSD/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===>
${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/u/NetBSD/arch/amd64/TOOLS/bin/nbmake _THISDIR_="${this}" "$@" ${target}; };
_makedirtarget ../external/mit/expat/lib dependall
*** Error code 2
Stop.
nbmake[4]: stopped in /u/NetBSD/src/lib
There's no sys/random.h anywhere!?!
Kurt