NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

6.1.3 build fails



I get the following error while building amd on 6.1.3

obj ===> compat/amd64/i386
obj ===> compat/amd64/i386/../../../lib

*** Failed target:  obj-../../../lib
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1";
shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .)
this="compat/amd64/i386/"; real="/usr/src/compat/amd64/i386" ;; *)
this="compat/amd64/i386/${dir}/"; real="/usr/src/compat/amd64/i386/${dir}"
;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with:
$@)}"; cd "${real}" && unset MAKEOBJDIRPREFIX &&
MAKEOBJDIR='${.CURDIR:C,^/usr/src,/usr/src/compat/amd64/i386,}'
MKOBJDIRS=yes MKSHARE=no
BSD_MK_COMPAT_FILE=/usr/src/compat/amd64/i386/bsd.i386.mk
/usr/obj/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; };
_makedirtarget ../../../lib obj
*** Error code 1

Stop.
nbmake: stopped in /usr/src/compat/amd64/i386

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

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

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

Stop.
nbmake: stopped in /usr/src

*** Failed target:  distribution
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1";
shift; case
;; *) this="${dir}/"; real="/usr/src/${dir}" ;; esac; show=${this:-.};
echo "${
nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . build
NOPOSTINSTA
*** Error code 1

Stop.
nbmake: stopped in /usr/src

Derrick Lobo


Home | Main Index | Thread Index | Old Index