Current-Users archive

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

i386--netbsdelf-install: MAKEDEV: stat: No such file or directory



Hi!

Im seeing the following breakage when  trying to build netbsd current as of 
yesterday night, or so. Am I missing something trivial? It's a clean build.

#   install  /pool/build/dest/dev/MAKEDEV
cd /pool/build/obj/etc && /pool/build/tools/bin/i386--netbsdelf-install -U -M 
/pool/build/dest/METALOG -D /pool/build/dest -h sha1 -N /pool/netbsd/src/etc -c 
-p -r -T etc_pkg -o root -g wheel -m 555  MAKEDEV /pool/build/dest/dev
i386--netbsdelf-install: MAKEDEV: stat: No such file or directory

*** Failed target:  install-etc-files
*** Failed command: cd /pool/build/obj/etc && 
/pool/build/tools/bin/i386--netbsdelf-install -U -M /pool/build/dest/METALOG -D 
/pool/build/dest -h sha1 -N /pool/netbsd/src/etc -c -p -r -T etc_pkg -o root -g 
wheel -m 555 MAKEDEV /pool/build/dest/dev
*** Error code 1

Stop.
nbmake: stopped in /pool/netbsd/src/etc

*** Failed target:  distribution
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="etc/"; 
real="/pool/netbsd/src/etc" ;; *) this="etc/${dir}/"; 
real="/pool/netbsd/src/etc/${dir}" ;; esac; show=${this:-.}; echo "${target} 
===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /pool/build/tools/bin/nbmake 
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-etc-files
*** Error code 1

Stop.
nbmake: stopped in /pool/netbsd/src/etc

*** Failed target:  distribution
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; 
real="/pool/netbsd/src" ;; *) this="${dir}/"; real="/pool/netbsd/src/${dir}" ;; 
esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd 
"${real}" && /pool/build/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; 
}; _makedirtarget etc distribution INSTALL_DONE=1
*** Error code 1

Stop.
nbmake: stopped in /pool/netbsd/src

ERROR: Failed to make distribution
*** BUILD ABORTED ***


-- 
Adam


Home | Main Index | Thread Index | Old Index