Port-alpha archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
build world fails
Hello,
currently I am not able to rebuild world, running netbsd stable. The compile
part seem to run fine, but the install fails on mkbootimage.
Basically I just want to recompile the complete base system without kernel or
pkgsrc. For those, that know FreeBSD the equivalent to:
make buildword && make installworld && mergemster
Given the small documentation, the closest to that I have found was
./build.sh -O /import/usr/obj -r distribution
This fails with following error:
install ===> sys/arch/alpha/stand/mkbootimage
# install /import/usr/obj/destdir.alpha/usr/mdec/mkbootimage
/import/usr/obj/tooldir.NetBSD-4.0_STABLE-alpha/bin/alpha--netbsd-install -N
/import/usr/src/etc -c -r -o
root -g wheel -m 555
mkbootimage /import/usr/obj/destdir.alpha/usr/mdec/mkbootimage
#
install
/import/usr/obj/destdir.alpha/usr/libdata/debug/usr/mdec/mkbootimage.debug
/import/usr/obj/tooldir.NetBSD-4.0_STABLE-alpha/bin/alpha--netbsd-install -N
/import/usr/src/etc -c -r -o
root -g wheel -m 444
mkbootimage.debug
/import/usr/obj/destdir.alpha/usr/libdata/debug/usr/mdec/mkbootimage.debug
alpha--netbsd-install:
/import/usr/obj/destdir.alpha/usr/libdata/debug/usr/mdec:
mkstemp: No such file or directory
*** Failed
target:
/import/usr/obj/destdir.alpha/usr/libdata/debug/usr/mdec/mkbootimage.debug
*** Failed
command:
/import/usr/obj/tooldir.NetBSD-4.0_STABLE-alpha/bin/alpha--netbsd-install -N
/import/usr/src/etc -c -r -o
root -g wheel -m 444
mkbootimage.debug
/import/usr/obj/destdir.alpha/usr/libdata/debug/usr/mdec/mkbootimage.debug
*** Error code 1
Stop.
nbmake: stopped in /import/usr/src/sys/arch/alpha/stand/mkbootimage
*** Failed target: install-mkbootimage
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .)
this="sys/arch/alpha/stand/"; real="/import/usr/src/sys/arch/alpha/stand" ;;
*) this="sys/arch/alpha/stand/${dir}/";
real="/import/usr/src/sys/arch/alpha/stand/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}"
&& /import/usr/obj/tooldir.NetBSD-4.0_STABLE-alpha/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget mkbootimage install
*** Error code 1
Stop.
nbmake: stopped in /import/usr/src/sys/arch/alpha/stand
*** Failed target: install-stand
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .)
this="sys/arch/alpha/"; real="/import/usr/src/sys/arch/alpha" ;; *)
this="sys/arch/alpha/${dir}/";
real="/import/usr/src/sys/arch/alpha/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}"
&& /import/usr/obj/tooldir.NetBSD-4.0_STABLE-alpha/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget stand install
*** Error code 1
Stop.
nbmake: stopped in /import/usr/src/sys/arch/alpha
*** Failed target: install-alpha
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="sys/arch/";
real="/import/usr/src/sys/arch" ;; *) this="sys/arch/${dir}/";
real="/import/usr/src/sys/arch/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}"
&& /import/usr/obj/tooldir.NetBSD-4.0_STABLE-alpha/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget alpha install
*** Error code 1
Stop.
nbmake: stopped in /import/usr/src/sys/arch
*** Failed target: install-arch
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="sys/";
real="/import/usr/src/sys" ;; *) this="sys/${dir}/";
real="/import/usr/src/sys/${dir}" ;; esac; show=${this:-.}; echo "${target}
===> ${show%/}${1:+ (with: $@)}"; cd "${real}"
&& /import/usr/obj/tooldir.NetBSD-4.0_STABLE-alpha/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget arch install
*** Error code 1
Stop.
nbmake: stopped in /import/usr/src/sys
*** Failed target: install-sys
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="";
real="/import/usr/src" ;; *) this="${dir}/"; real="/import/usr/src/${dir}" ;;
esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}";
cd "${real}" && /import/usr/obj/tooldir.NetBSD-4.0_STABLE-alpha/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget sys install
*** Error code 1
Stop.
nbmake: stopped in /import/usr/src
*** Failed target: do-build
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="";
real="/import/usr/src" ;; *) this="${dir}/"; real="/import/usr/src/${dir}" ;;
esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}";
cd "${real}" && /import/usr/obj/tooldir.NetBSD-4.0_STABLE-alpha/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install
BUILD_tools=no BUILD_lib=no
*** Error code 1
Stop.
nbmake: stopped in /import/usr/src
*** Failed target: build
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="";
real="/import/usr/src" ;; *) this="${dir}/"; real="/import/usr/src/${dir}" ;;
esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}";
cd "${real}" && /import/usr/obj/tooldir.NetBSD-4.0_STABLE-alpha/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . do-build
*** Error code 1
Stop.
nbmake: stopped in /import/usr/src
*** Failed target: distribution
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="";
real="/import/usr/src" ;; *) this="${dir}/"; real="/import/usr/src/${dir}" ;;
esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}";
cd "${real}" && /import/usr/obj/tooldir.NetBSD-4.0_STABLE-alpha/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . build NOPOSTINSTALL=1
*** Error code 1
Stop.
nbmake: stopped in /import/usr/src
ERROR: Failed to make distribution
*** BUILD ABORTED ***
real 38752.86
user 34417.74
sys 6215.41
Home |
Main Index |
Thread Index |
Old Index