Subject: Building current userland fails
To: None <current-users@netbsd.org>
From: None <JiroutP@rferl.org>
List: current-users
Date: 10/09/2006 19:55:38
This is a multipart message in MIME format.
--=_alternative 00627BBAC1257202_=
Content-Type: text/plain; charset="US-ASCII"
Hi,
I did a -current build today (as of October 09) and the process crashed on
this
$ ./build.sh -O ../obj -T ../tools -U -u distribution
# compile bootxx_cd9660/cdboot.o
/usr/current/src/../tools/bin/i386--netbsdelf-gcc -I.
-I/usr/current/src/sys/arch/i386/stand/bootxx/bootxx_cd9660/../../lib
-I/usr/current/src/sys/arch/i386/stand/bootxx/bootxx_cd9660/../../../../..
-DPRIMARY_LOAD_ADDRESS=0x600 -DSECONDARY_LOAD_ADDRESS=0x10000
-DDISABLE_KEYPRESS -nostdinc -isystem /usr/current/i386build/usr/include
-c -traditional-cpp
/usr/current/src/sys/arch/i386/stand/bootxx/bootxx_cd9660/../../cdboot/cdboot.S
# link bootxx_cd9660/bootxx_cd9660
/usr/current/src/../tools/bin/i386--netbsdelf-gcc -o bootxx_cd9660.tmp
-nostdlib -Wl,-e,start -Wl,-Ttext,0x600 cdboot.o
#### There are 458 free bytes in bootxx_cd9660
/usr/current/src/../tools/bin/i386--netbsdelf-objcopy -O binary
bootxx_cd9660.tmp bootxx_cd9660
rm -f bootxx_cd9660.tmp
nbmake: don't know how to make bootxx_cd9660.1. Stop
nbmake: stopped in
/usr/current/src/sys/arch/i386/stand/bootxx/bootxx_cd9660
*** Failed target: dependall
*** Failed command: cd
/usr/current/src/sys/arch/i386/stand/bootxx/bootxx_cd9660;
/usr/current/src/../tools/bin/nbmake realall
*** Error code 2
Stop.
nbmake: stopped in
/usr/current/src/sys/arch/i386/stand/bootxx/bootxx_cd9660
*** Failed target: dependall-bootxx_cd9660
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1";
shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .)
this="sys/arch/i386/stand/bootxx/";
real="/usr/current/src/sys/arch/i386/stand/bootxx" ;; *)
this="sys/arch/i386/stand/bootxx/${dir}/";
real="/usr/current/src/sys/arch/i386/stand/bootxx/${dir}" ;; esac;
show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd
"${real}" && /usr/current/src/../tools/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget bootxx_cd9660 dependall
Pavel
--=_alternative 00627BBAC1257202_=
Content-Type: text/html; charset="US-ASCII"
<br><font size=2 face="sans-serif">Hi,</font>
<br>
<br><font size=2 face="sans-serif">I did a -current build today (as of
October 09) and the process crashed on this </font>
<br><font size=2 face="sans-serif">$ </font><font size=3><tt>./build.sh
-O ../obj -T ../tools -U -u distribution</tt></font>
<br>
<br><font size=2 face="sans-serif"># compile bootxx_cd9660/cdboot.o</font>
<br><font size=2 face="sans-serif">/usr/current/src/../tools/bin/i386--netbsdelf-gcc
-I. -I/usr/current/src/sys/arch/i386/stand/bootxx/bootxx_cd9660/../../lib
-I/usr/current/src/sys/arch/i386/stand/bootxx/bootxx_cd9660/../../../../..
-DPRIMARY_LOAD_ADDRESS=0x600 -DSECONDARY_LOAD_ADDRESS=0x10000 -DDISABLE_KEYPRESS
-nostdinc -isystem /usr/current/i386build/usr/include -c -traditional-cpp
/usr/current/src/sys/arch/i386/stand/bootxx/bootxx_cd9660/../../cdboot/cdboot.S</font>
<br><font size=2 face="sans-serif"># link bootxx_cd9660/bootxx_cd9660</font>
<br><font size=2 face="sans-serif">/usr/current/src/../tools/bin/i386--netbsdelf-gcc
-o bootxx_cd9660.tmp -nostdlib -Wl,-e,start -Wl,-Ttext,0x600
cdboot.o</font>
<br><font size=2 face="sans-serif">#### There are 458 free bytes in bootxx_cd9660</font>
<br><font size=2 face="sans-serif">/usr/current/src/../tools/bin/i386--netbsdelf-objcopy
-O binary bootxx_cd9660.tmp bootxx_cd9660</font>
<br><font size=2 face="sans-serif">rm -f bootxx_cd9660.tmp</font>
<br><font size=2 face="sans-serif">nbmake: don't know how to make bootxx_cd9660.1.
Stop</font>
<br>
<br><font size=2 face="sans-serif">nbmake: stopped in /usr/current/src/sys/arch/i386/stand/bootxx/bootxx_cd9660</font>
<br><font size=2 face="sans-serif">*** Failed target: dependall</font>
<br><font size=2 face="sans-serif">*** Failed command: cd /usr/current/src/sys/arch/i386/stand/bootxx/bootxx_cd9660;
/usr/current/src/../tools/bin/nbmake realall</font>
<br><font size=2 face="sans-serif">*** Error code 2</font>
<br><font size=2 face="sans-serif">Stop.</font>
<br><font size=2 face="sans-serif">nbmake: stopped in /usr/current/src/sys/arch/i386/stand/bootxx/bootxx_cd9660</font>
<br>
<br><font size=2 face="sans-serif">*** Failed target: dependall-bootxx_cd9660</font>
<br><font size=2 face="sans-serif">*** Failed command: _makedirtarget()
{ dir="$1"; shift; target="$1"; shift; case "${dir}"
in /*) this="${dir}/"; real="${dir}" ;; .) this="sys/arch/i386/stand/bootxx/";
real="/usr/current/src/sys/arch/i386/stand/bootxx" ;; *) this="sys/arch/i386/stand/bootxx/${dir}/";
real="/usr/current/src/sys/arch/i386/stand/bootxx/${dir}" ;;
esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with:
$@)}"; cd "${real}" && /usr/current/src/../tools/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget
bootxx_cd9660 dependall</font>
<br>
<br><font size=2 face="sans-serif">Pavel </font>
--=_alternative 00627BBAC1257202_=--