Current-Users archive

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

Building on -current fails in cleandir



I have been getting this on -current for a few days now.  I am
surprised that no one else has mentioned it.  Is this indicative of a
problem in my own setup?  I have rebuilt the tools every day while
trying to build this.

#    objdir  /usr/obj/usr/NetBSD/cvs/src/compat/amd64/i386
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/NetBSD/cvs/src/compat/amd64/i386" ;; *)
this="compat/amd64/i386/${dir}/";
real="/usr/NetBSD/cvs/src/compat/amd64/i386/${dir}" ;; esac;
show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd
"${real}" && unset MAKEOBJDIRPREFIX &&
MAKEOBJDIR='${.CURDIR:C,^/usr/NetBSD/cvs/src,/usr/obj/usr/NetBSD/cvs/src/compat/amd64/i386,}'
MKOBJDIRS=yes MKSHARE=no
BSD_MK_COMPAT_FILE=/usr/NetBSD/cvs/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/NetBSD/cvs/src/compat/amd64/i386


-- 
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