Subject: build i386 failure in Linux host
To: None <current-users@netbsd.org>
From: Roberto Pereyra <pereyra.roberto@gmail.com>
List: current-users
Date: 08/30/2006 11:49:57
Hi all !

I want to compile current in my Linux host (I was compiled often
netbsd current in this host) but now the compiler process fails.

This is my output:

 ./build.sh -m i386 -x -X /backup/netbsd-current/xsrc/ -U -u release
....
....
#   compile  config/gram.o
/backup/netbsd-current/src/tooldir.Linux-2.6.5-7.97-smp-x86_64/bin/i386--netbsdelf-gcc
-O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wno-sign-compare -Wno-traditional -Wno-format-y2k -Werror
-I/backup/netbsd-current/src/usr.bin/config -I.  -nostdinc -isystem
/backup/netbsd-current/src/destdir.i386/usr/include  -c    gram.c
#   compile  config/hash.o
/backup/netbsd-current/src/tooldir.Linux-2.6.5-7.97-smp-x86_64/bin/i386--netbsdelf-gcc
-O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wno-sign-compare -Wno-traditional -Wno-format-y2k -Werror
-I/backup/netbsd-current/src/usr.bin/config -I.  -nostdinc -isystem
/backup/netbsd-current/src/destdir.i386/usr/include  -c
/backup/netbsd-current/src/usr.bin/config/hash.c
#   compile  config/main.o
/backup/netbsd-current/src/tooldir.Linux-2.6.5-7.97-smp-x86_64/bin/i386--netbsdelf-gcc
-O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wno-sign-compare -Wno-traditional -Wno-format-y2k -Werror
-I/backup/netbsd-current/src/usr.bin/config -I.  -nostdinc -isystem
/backup/netbsd-current/src/destdir.i386/usr/include  -c
/backup/netbsd-current/src/usr.bin/config/main.c
cc1: warnings being treated as errors
/backup/netbsd-current/src/usr.bin/config/main.c: In function 'defopt':
/backup/netbsd-current/src/usr.bin/config/main.c:692: warning: unused
variable 'a'

*** Failed target:  main.o
*** Failed command:
/backup/netbsd-current/src/tooldir.Linux-2.6.5-7.97-smp-x86_64/bin/i386--netbsdelf-gcc
-O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wno-sign-compare -Wno-traditional -Wno-format-y2k -Werror
-I/backup/netbsd-current/src/usr.bin/config -I. -nostdinc -isystem
/backup/netbsd-current/src/destdir.i386/usr/include -c
/backup/netbsd-current/src/usr.bin/config/main.c
*** Error code 1

Stop.
nbmake: stopped in /backup/netbsd-current/src/usr.bin/config

*** Failed target:  dependall
*** Failed command: cd /backup/netbsd-current/src/usr.bin/config;
/backup/netbsd-current/src/tooldir.Linux-2.6.5-7.97-smp-x86_64/bin/nbmake
realall
*** Error code 1

Stop.
nbmake: stopped in /backup/netbsd-current/src/usr.bin/config

*** Failed target:  dependall-config
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1";
shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .)
this="usr.bin/"; real="/backup/netbsd-current/src/usr.bin" ;; *)
this="usr.bin/${dir}/";
real="/backup/netbsd-current/src/usr.bin/${dir}" ;; esac;
show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd
"${real}" && /backup/netbsd-current/src/tooldir.Linux-2.6.5-7.97-smp-x86_64/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget config dependall
*** Error code 1

Stop.
nbmake: stopped in /backup/netbsd-current/src/usr.bin

*** Failed target:  dependall-usr.bin
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1";
shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .)
this=""; real="/backup/netbsd-current/src" ;; *) this="${dir}/";
real="/backup/netbsd-current/src/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/backup/netbsd-current/src/tooldir.Linux-2.6.5-7.97-smp-x86_64/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget usr.bin
dependall
*** Error code 1

Stop.
nbmake: stopped in /backup/netbsd-current/src

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

Stop.
nbmake: stopped in /backup/netbsd-current/src

*** Failed target:  build
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1";
shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .)
this=""; real="/backup/netbsd-current/src" ;; *) this="${dir}/";
real="/backup/netbsd-current/src/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/backup/netbsd-current/src/tooldir.Linux-2.6.5-7.97-smp-x86_64/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . do-build
*** Error code 1

Stop.
nbmake: stopped in /backup/netbsd-current/src

*** Failed target:  distribution
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1";
shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .)
this=""; real="/backup/netbsd-current/src" ;; *) this="${dir}/";
real="/backup/netbsd-current/src/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/backup/netbsd-current/src/tooldir.Linux-2.6.5-7.97-smp-x86_64/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . build
NOPOSTINSTALL=1
*** Error code 1

Stop.
nbmake: stopped in /backup/netbsd-current/src

*** Failed target:  release
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1";
shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .)
this=""; real="/backup/netbsd-current/src" ;; *) this="${dir}/";
real="/backup/netbsd-current/src/${dir}" ;; esac; show=${this:-.};
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/backup/netbsd-current/src/tooldir.Linux-2.6.5-7.97-smp-x86_64/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . distribution
*** Error code 1

Stop.
nbmake: stopped in /backup/netbsd-current/src

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




-- 
Ing. Roberto Pereyra
ContenidosOnline
Looking for Linux Virtual Private Servers ? Click here:
http://www.spry.com/hosting-affiliate/scripts/t.php?a_aid=426&a_bid=56