Subject: Problem building recent CVS'd world...
To: None <port-i386@netbsd.org>
From: John Clark <jclark@metricsystems.com>
List: port-i386
Date: 04/15/2005 10:45:15
I've gotten the following failure over the last week or so in building 
the world
with the listed build.sh invocation.

Has anyone else had this problem?

Thanks
John Clark


build.sh -m i386 release

.....
..... time passes
..... more time passes
..... etc.

nbmake: don't know how to make
/home/NetBSD/src/destdir.i386/usr/share/info:/usr/X11R6/info/bzip2.info. 
Stop

nbmake: stopped in /home/NetBSD/src/lib/libbz2

*** Failed target:  install-libbz2
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/home/NetBSD/src/lib" ;; *) this="lib/${dir}/";
real="/home/NetBSD/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target}
===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/home/NetBSD/src/tooldir.Linux-2.6.5-gentoo-r1-Pentium_III/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget libbz2 install