NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kern/42362: `build.sh modules` stops on sys/modules/xldscripts in HEAD
>Number: 42362
>Category: kern
>Synopsis: `build.sh modules` stops on sys/modules/xldscripts in HEAD
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Nov 22 06:35:00 +0000 2009
>Originator: Constantine A. Murenin (cnst)
><cnst+netbsd%bugmail.mojo.ru@localhost>
>Release: NetBSD HEAD
>Organization:
David R. Cheriton School of Computer Science, University of Waterloo
>Environment:
System: NetBSD dale 5.0.1 NetBSD 5.0.1 (GENERIC) #0: Thu Jul 30 01:39:11 UTC
2009
builds%b8.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-1-RELEASE/i386/200907292356Z-obj/home/builds/ab/netbsd-5-0-1-RELEASE/src/sys/arch/i386/compile/GENERIC
i386
Architecture: i386
Machine: i386
>Description:
`build.sh modules` does not succeed in HEAD:
dale# /share/git/src/build.sh modules
...
install ===> sys/modules
install ===> sys/modules/xldscripts
# install /share/git/src/obj/destdir.i386/usr/libdata/ldscripts/kmodule
/share/git/src/obj/tooldir.NetBSD-5.0.1-i386/bin/i486--netbsdelf-install -N
/share/git/src/etc -c -r -o root -g wheel -m 444 kmodule
/share/git/src/obj/destdir.i386/usr/libdata/ldscripts/kmodule
i486--netbsdelf-install: /share/git/src/obj/destdir.i386/usr/libdata/ldscripts:
mkstemp: No such file or directory
*** Failed target:
/share/git/src/obj/destdir.i386/usr/libdata/ldscripts/kmodule
*** Failed command:
/share/git/src/obj/tooldir.NetBSD-5.0.1-i386/bin/i486--netbsdelf-install -N
/share/git/src/etc -c -r -o root -g wheel -m 444 kmodule
/share/git/src/obj/destdir.i386/usr/libdata/ldscripts/kmodule
*** Error code 1
Stop.
nbmake: stopped in /share/git/src/sys/modules/xldscripts
*** Failed target: install-xldscripts
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="sys/modules/";
real="/share/git/src/sys/modules" ;; *) this="sys/modules/${dir}/";
real="/share/git/src/sys/modules/${dir}" ;; esac; show=${this:-.}; echo
"${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/share/git/src/obj/tooldir.NetBSD-5.0.1-i386/bin/nbmake _THISDIR_="${this}"
"$@" ${target}; }; _makedirtarget xldscripts install
*** Error code 1
Stop.
nbmake: stopped in /share/git/src/sys/modules
*** Failed target: do-sys-modules
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="";
real="/share/git/src" ;; *) this="${dir}/"; real="/share/git/src/${dir}" ;;
esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd
"${real}" && /share/git/src/obj/tooldir.NetBSD-5.0.1-i386/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget sys/modules install
*** Error code 1
Stop.
nbmake: stopped in /share/git/src
ERROR: Failed to make do-sys-modules
*** BUILD ABORTED ***
>How-To-Repeat:
# ./build.sh modules
>Fix:
The workaround is to manually create just one required directory:
# mkdir -p obj/destdir.`uname -m`/usr/libdata/ldscripts/kmodule
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index