Subject: build.sh stopped in /usr/src/rescue
To: NetBSD-macppc <port-macppc@NetBSD.org>
From: Sean Trifero <sean@trifero.com>
List: port-macppc
Date: 09/05/2005 09:26:20
While running "./build.sh  -O ../obj -T ../tools -U -u distribution" on the
current source tree I receive the following errors:

dependall ===> rescue
RESCUEDIR=/rescue MKKERBEROS=no MAKE=/usr/src/../tools/bin/nbmake
/usr/src/../tools/bin/nbcrunchgen -f -D /usr/src  -L
/usr/src/../obj/destdir.macppc/usr/lib -q  rescue.conf
/usr/src/../tools/bin/nbcrunchgen
/usr/src/../tools/bin/nbcrunchgen [-fOoq] [-c c-file-name] [-D src-root] [-d
build-options]
          [-e exec-file-name] [-L lib-dir] [-m makefile-name]
          [-v var-spec] conf-file

*** Failed target:  rescue.mk
*** Failed command: RESCUEDIR=/rescue MKKERBEROS=no
MAKE=/usr/src/../tools/bin/nbmake /usr/src/../tools/bin/nbcrunchgen -f -D
/usr/src -L /usr/src/../obj/destdir.macppc/usr/lib -q rescue.conf
/usr/src/../tools/bin/nbcrunchgen
*** Error code 1

Stop.
nbmake: stopped in /usr/src/rescue

*** Failed target:  dependall
*** Failed command: cd /usr/src/rescue; /usr/src/../tools/bin/nbmake realall
*** Error code 1

Stop.
nbmake: stopped in /usr/src/rescue

*** Failed target:  dependall-rescue
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="";
real="/usr/src" ;; *) this="${dir}/"; real="/usr/src/${dir}" ;; esac;
show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd
"${real}" && /usr/src/../tools/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget rescue dependall
*** Error code 1

Stop.
nbmake: stopped in /usr/src

*** Failed target:  do-build
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="";
real="/usr/src" ;; *) this="${dir}/"; real="/usr/src/${dir}" ;; esac;
show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd
"${real}" && /usr/src/../tools/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . dependall BUILD_tools=no BUILD_lib=no
*** Error code 1

Stop.
nbmake: stopped in /usr/src

*** Failed target:  build
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="";
real="/usr/src" ;; *) this="${dir}/"; real="/usr/src/${dir}" ;; esac;
show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd
"${real}" && /usr/src/../tools/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . do-build
*** Error code 1

Stop.
nbmake: stopped in /usr/src

*** Failed target:  distribution
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="";
real="/usr/src" ;; *) this="${dir}/"; real="/usr/src/${dir}" ;; esac;
show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd
"${real}" && /usr/src/../tools/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget . build NOPOSTINSTALL=1
*** Error code 1

Stop.
nbmake: stopped in /usr/src

ERROR: Failed to make distribution
*** BUILD ABORTED ***

Any clue as to what could be causing this?

--
Sean Trifero