NetBSD-Bugs archive

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

Re: kern/42362: `build.sh modules` stops on sys/modules/xldscripts in HEAD



The following reply was made to PR kern/42362; it has been noted by GNATS.

From: Daniel Horecki <morr%morr.pl@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: C++%Cns.SU@localhost, kern-bug-people%netbsd.org@localhost, 
gnats-admin%netbsd.org@localhost,
 netbsd-bugs%netbsd.org@localhost
Subject: Re: kern/42362: `build.sh modules` stops on sys/modules/xldscripts
 in HEAD
Date: Sun, 9 May 2010 21:05:18 +0200

 Dnia 2009-11-22, o godz. 06:35:00
 Constantine Aleksandrovich Murenin <C++%Cns.SU@localhost> napisa=B3(a):
 
 > >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:
 > =09
 > =09
 > 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/2009072923=
 56Z-obj/home/builds/ab/netbsd-5-0-1-RELEASE/src/sys/arch/i386/compile/GENER=
 IC
 > i386 Architecture: i386 Machine: i386
 > >Description:
 >      `build.sh modules` does not succeed in HEAD:
 >=20
 > dale# /share/git/src/build.sh modules
 > ...
 > install =3D=3D=3D> sys/modules
 > install =3D=3D=3D> sys/modules/xldscripts
 > #
 > install  /share/git/src/obj/destdir.i386/usr/libdata/ldscripts/kmodule /s=
 hare/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/ldsc=
 ripts:
 > mkstemp: No such file or directory
 >=20
 > *** 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
 >=20
 > Stop.
 > nbmake: stopped in /share/git/src/sys/modules/xldscripts
 >=20
 > *** Failed target:  install-xldscripts
 > *** Failed command: _makedirtarget() { dir=3D"$1"; shift; target=3D"$1";
 > shift; case "${dir}" in /*) this=3D"${dir}/"; real=3D"${dir}" ;; .)
 > this=3D"sys/modules/"; real=3D"/share/git/src/sys/modules" ;; *)
 > this=3D"sys/modules/${dir}/";
 > real=3D"/share/git/src/sys/modules/${dir}" ;; esac; show=3D${this:-.};
 > echo "${target} =3D=3D=3D> ${show%/}${1:+ (with: $@)}"; cd "${real}"
 > && /share/git/src/obj/tooldir.NetBSD-5.0.1-i386/bin/nbmake
 > _THISDIR_=3D"${this}" "$@" ${target}; }; _makedirtarget xldscripts
 > install *** Error code 1
 >=20
 > Stop.
 > nbmake: stopped in /share/git/src/sys/modules
 >=20
 > *** Failed target:  do-sys-modules
 > *** Failed command: _makedirtarget() { dir=3D"$1"; shift; target=3D"$1";
 > shift; case "${dir}" in /*) this=3D"${dir}/"; real=3D"${dir}" ;; .)
 > this=3D""; real=3D"/share/git/src" ;; *) this=3D"${dir}/";
 > real=3D"/share/git/src/${dir}" ;; esac; show=3D${this:-.}; echo
 > "${target} =3D=3D=3D> ${show%/}${1:+ (with: $@)}"; cd "${real}"
 > && /share/git/src/obj/tooldir.NetBSD-5.0.1-i386/bin/nbmake
 > _THISDIR_=3D"${this}" "$@" ${target}; }; _makedirtarget sys/modules
 > install *** Error code 1
 >=20
 > Stop.
 > nbmake: stopped in /share/git/src
 >=20
 > ERROR: Failed to make do-sys-modules
 > *** BUILD ABORTED ***
 >=20
 >=20
 >=20
 > >How-To-Repeat:
 >=20
 >      # ./build.sh modules
 >=20
 >=20
 > >Fix:
 >      The workaround is to manually create just one required
 > directory:
 >=20
 >      # mkdir -p obj/destdir.`uname
 > -m`/usr/libdata/ldscripts/kmodule
 >=20
 > >Unformatted:
 >  =09
 >  =09
 
 Fix has been commited. Can you try now?
 
 --=20
 Daniel Horecki
 http://morr.pl http://linux.pl http://netbsd.pl http://netbsd.org
 HAIL ERIS!
 


Home | Main Index | Thread Index | Old Index