Current-Users archive

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

current-i386 (4.99.58) failed to build



Hi all,
 I upgraded kernel from 4.99.55 to 4.99.58 and now trying to build the
whole system. I encounter following problem:
----------------------------------------------------------------------
===> build.sh command: ./build.sh -D /usr/build/dest -O /usr/build/obj
-T /usr/b uild/tools -U tools build
===> build.sh started: Sun Mar 30 23:27:03 CEST 2008
===> NetBSD version:   4.99.58
===> MACHINE:          i386
===> MACHINE_ARCH:     i386
===> Build platform:   NetBSD 4.99.58 i386
===> HOST_SH:          /bin/sh
===> No /usr/build/tools/bin/nbmake, needs building.
===> Bootstrapping nbmake
checking for sh... /bin/sh

[...]

#    create  libukfs/ukfs.d
CC=/usr/build/tools/bin/i386--netbsdelf-gcc /usr/build/tools/bin/nbmkdep
-f ukfs.d --      -I/usr/src/sys/rump/librump/rumpkern
-I/usr/build/obj/sys/rump/librump/rumpkern
-I/usr/src/sys/rump/fs/lib/libukfs -I.
-I/usr/src/sys/rump/fs/lib/libukfs -I.   -nostdinc
-isystem /usr/build/dest/usr/include  /usr/src/sys/rump/fs/lib/libukfs/ukfs.c
#    create  libukfs/.depend rm -f .depend
CC=/usr/build/tools/bin/i386--netbsdelf-gcc /usr/build/tools/bin/nbmkdep
-d -f .depend -s .o\ .po\ .so\ .ln ukfs.d #   compile
libukfs/ukfs.o /usr/build/tools/bin/i386--netbsdelf-gcc -O0 -g
-march=pentium4 -O2 -pipe -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional
-Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra
-Wno-unused-parameter -std=gnu99  -Werror
-I/usr/src/sys/rump/librump/rumpkern
-I/usr/build/obj/sys/rump/librump/rumpkern
-I/usr/src/sys/rump/fs/lib/libukfs -I.
-I/usr/src/sys/rump/fs/lib/libukfs -I.   -nostdinc
-isystem /usr/build/dest/usr/include
-c    /usr/src/sys/rump/fs/lib/libukfs/ukfs.c -o ukfs.o

*** Failed target:  ukfs.o
*** Failed command: /usr/build/tools/bin/i386--netbsdelf-gcc -O0 -g
-march=pentium4 -O2 -pipe -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional
-Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra
-Wno-unused-parameter -std=gnu99 -Werror
-I/usr/src/sys/rump/librump/rumpkern
-I/usr/build/obj/sys/rump/librump/rumpkern
-I/usr/src/sys/rump/fs/lib/libukfs -I.
-I/usr/src/sys/rump/fs/lib/libukfs -I. -nostdinc
-isystem /usr/build/dest/usr/include
-c /usr/src/sys/rump/fs/lib/libukfs/ukfs.c -o ukfs.o *** Error code 1

Stop.
nbmake: stopped in /usr/src/sys/rump/fs/lib/libukfs

*** Failed target:  dependall
*** Failed command:
cd /usr/src/sys/rump/fs/lib/libukfs; /usr/build/tools/bin/nbmake
realall *** Error code 1

Stop.
nbmake: stopped in /usr/src/sys/rump/fs/lib/libukfs

*** Failed target:  dependall-libukfs
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1";
shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .)
this="sys/rump/fs/lib/"; real="/usr/src/sys/rump/fs/lib" ;; *)
this="sys/rump/fs/lib/${dir}/";
real="/usr/src/sys/rump/fs/lib/${dir}" ;; esac; show=${this:-.}; echo
"${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}"
&& /usr/build/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; };
_makedirtarget libukfs dependall *** Error code 1

Stop.
nbmake: stopped in /usr/src/sys/rump/fs/lib

*** Failed target:  dependall-lib
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1";
shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .)
this="sys/rump/fs/"; real="/usr/src/sys/rump/fs" ;; *)
this="sys/rump/fs/${dir}/"; real="/usr/src/sys/rump/fs/${dir}" ;; esac;
show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd
"${real}" && /usr/build/tools/bin/nbmake _THISDIR_="${this}" "$@"
${target}; }; _makedirtarget lib dependall *** Error code 1

Stop.
nbmake: stopped in /usr/src/sys/rump/fs

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

Stop.
nbmake: stopped in /usr/src/sys/rump

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

Stop.
nbmake: stopped in /usr/src/sys

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

Stop.
nbmake: stopped in /usr/src

*** Failed target:  do-build
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1";
shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .)
this=""; real="/usr/src" ;; *) this="${dir}/";
real="/usr/src/${dir}" ;; esac; show=${this:-.}; echo "${target} ===>
${show%/}${1:+ (with: $@)}"; cd "${real}"
&& /usr/build/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; };
_makedirtarget . dependall BUILD_tools=no BUILD_lib=no *** Error code 1

Stop.
nbmake: stopped in /usr/src

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

Stop.
nbmake: stopped in /usr/src
----------------------------------------------------------------------

Any ideas?

--
Lukasz Siemiradzki


Home | Main Index | Thread Index | Old Index