Subject: Failed to build -current (invalid nbcrunchgen options?)
To: None <current-users@netbsd.org>
From: Ian Zagorskih <ianzag@megasignal.com>
List: current-users
Date: 09/05/2005 16:46:14
/usr/src completely updated from CVS ~2 hours ago.

---cut---
Build parameters:
  Build script      /usr/src/build.sh
  Top dir           /usr/build
  Machine           i386
  Tools dir         /usr/build/tools/i386
  Obj dir           /usr/build/obj/i386
  Dest dir          /usr/build/dest/i386
  Release dir       /usr/build/release
===> build.sh command: /usr/src/build.sh -mi386 -O/usr/build/obj/i386 -T/usr/build/tools/i386 -D/usr/build/dest/i386 -R/usr/build/release -x -u release
===> build.sh started: Mon Sep  5 15:42:13 NOVST 2005
===> MACHINE:          i386
===> MACHINE_ARCH:     i386
===> TOOLDIR path:     /usr/build/tools/i386
===> DESTDIR path:     /usr/build/dest/i386
===> RELEASEDIR path:  /usr/build/release
===> makewrapper:      /usr/build/tools/i386/bin/nbmake-i386
===> Updated /usr/build/tools/i386/bin/nbmake-i386
distribution ===> .
build ===> .    (with: NOPOSTINSTALL=1)
Build started at: Mon Sep  5 15:42:16 NOVST 2005
check-tools ===> .
obj ===> .
obj ===> tools
obj ===> tools/host-mkdep
obj ===> tools/compat
[ snip ]
dependall ===> share/sushi/network/yp/domainname
dependall ===> share/sushi/network/yp/master
dependall ===> share/sushi/network/yp/slave
dependall ===> share/tabset
dependall ===> share/termcap
dependall ===> share/tmac
dependall ===> share/wscons
dependall ===> share/wscons/keymaps
dependall ===> share/wscons/fonts
dependall ===> share/zoneinfo
dependall ===> share/i18n
dependall ===> share/i18n/csmapper
dependall ===> share/i18n/esdb
dependall ===> share/i18n/iconv
dependall ===> share/locale
dependall ===> share/locale/ctype
dependall ===> share/nls
dependall ===> rescue
RESCUEDIR=/rescue MKKERBEROS=no MAKE=/usr/build/tools/i386/bin/nbmake /usr/build/tools/i386/bin/nbcrunchgen -f -D /usr/src  -L /usr/build/dest/i386/usr/lib -q  rescue.conf /usr/build/tools/i386/bin/nbcrunchgen
/usr/build/tools/i386/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/build/tools/i386/bin/nbmake /usr/build/tools/i386/bin/nbcrunchgen -f -D /usr/src -L /usr/build/dest/i386/usr/lib -q rescue.conf /usr/build/tools/i386/bin/nbcrunchgen
*** Error code 1

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

*** Failed target:  dependall
*** Failed command: cd /usr/src/rescue; /usr/build/tools/i386/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/build/tools/i386/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/build/tools/i386/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/build/tools/i386/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/build/tools/i386/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . build NOPOSTINSTALL=1
*** Error code 1

Stop.
nbmake: stopped in /usr/src

*** Failed target:  release
*** 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/build/tools/i386/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . distribution
*** Error code 1

Stop.
nbmake: stopped in /usr/src

ERROR: Failed to make release
*** BUILD ABORTED ***
---cut---

// wbr