Current-Users archive

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

Can't build freshly checked out 6.1 system



I haven't been able to build a 6.1 system for a while.  I thought
that it might be temporary but regular CVS updates haven't helped.  I
did clean checkout of netbsd-6-1 and I am able to build tools and a
working kernel but when I do "./build.sh distribution" I get the
following output.  I'm not even sure what the actual error is.  All it
says is "Error code 1".

...
cleandir ===> compat
cleandir ===> compat/dirshack
cleandir ===> compat/amd64/i386
(cd /usr/src/compat/amd64/i386 && rm -f a.out [Ee]rrs mklog core
*.core .gdbinit || true) cleandir ===> compat/amd64/i386/../../../lib

*** Failed target:  cleandir-../../../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
cleandir *** Error code 1

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

...etc.

-- 
D'Arcy J.M. Cain <darcy%NetBSD.org@localhost>
http://www.NetBSD.org/ IM:darcy%Vex.Net@localhost


Home | Main Index | Thread Index | Old Index