Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
build userland fails on fedora x86_64
Hi,
I'm trying to build NetBSD on a Fedora 10 x86_64 machine.
I checked out the source from CVS successfully build the toolchain, the kernel but it fails when building the userland
./build.sh -T $PWD/../nbtools -O $PWD/../nbobj -D $PWD/../nbdist -U -m i386 build
..................................
cleandir ===> usr.bin/ktrace
rm -f ktrace.o subr.o ktrace.ln subr.ln
rm -f ktrace
rm: cannot remove `ktrace': Is a directory
*** Failed target: cleanprog-ktrace
*** Failed command: rm -f ktrace
*** Error code 1
Stop.
nbmake: stopped in /mnt/work/netbsd/src/usr.bin/ktrace
*** Failed target: cleandir-ktrace
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="usr.bin/"; real="/mnt/work/netbsd/src/usr.bin" ;; *) this="usr.bin/${dir}/"; real="/mnt/work/netbsd/src/usr.bin/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /mnt/work/netbsd/src/../nbtools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget ktrace cleandir
*** Error code 1
Stop.
nbmake: stopped in /mnt/work/netbsd/src/usr.bin
*** Failed target: cleandir-usr.bin
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/mnt/work/netbsd/src" ;; *) this="${dir}/"; real="/mnt/work/netbsd/src/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /mnt/work/netbsd/src/../nbtools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget usr.bin cleandir
*** Error code 1
Stop.
nbmake: stopped in /mnt/work/netbsd/src
*** Failed target: build
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/mnt/work/netbsd/src" ;; *) this="${dir}/"; real="/mnt/work/netbsd/src/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /mnt/work/netbsd/src/../nbtools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . cleandir
*** Error code 1
Stop.
nbmake: stopped in /mnt/work/netbsd/src
ERROR: Failed to make build
*** BUILD ABORTED ***
Home |
Main Index |
Thread Index |
Old Index