Port-i386 archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Unable to build NetBSD/i386 5.1
Hello Manuel,
MB> We don't have the error message here; it's a few lines above
Sorry about that. I've gone back a bit further and included more of
the tail in the attached extract.
Thanks,
- Andy Ball
# compile librump/__assert.o
/usr/src/../tools/bin/i386--netbsdelf-gcc -mfpmath=sse -msse -march=pentium3
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wno-sign-compare -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch
-Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -std=gnu99
-Werror -I/usr/src/lib/librump/../../sys/rump/include -D_KERNEL
-D_RUMPKERNEL -DMULTIPROCESSOR -DDIAGNOSTIC -I/usr/src/lib/librump -I.
-I/usr/src/lib/librump/../../sys/rump/../../common/include -nostdinc
-I/usr/src/lib/librump/../../sys/rump/..
-I/usr/src/lib/librump/../../sys/rump/librump/rumpkern/opt -DMAXUSERS=32
-I/usr/src/lib/librump/../../sys/rump/librump/rumpnet -nostdinc -isystem
/usr/src/../obj/destdir.i386/usr/include -c
/usr/src/lib/librump/../../sys/rump/../lib/libkern/__assert.c -o __assert.o
cc1: warnings being treated as errors
In file included from
/usr/src/lib/librump/../../sys/rump/../lib/libkern/__assert.c:35:
/usr/src/lib/librump/../../sys/rump/../sys/systm.h:207: warning: conflicting
types for built-in function 'printf'
/usr/src/lib/librump/../../sys/rump/../sys/systm.h:212: warning: conflicting
types for built-in function 'vprintf'
In file included from /usr/src/lib/librump/../../sys/rump/../sys/systm.h:398,
from
/usr/src/lib/librump/../../sys/rump/../lib/libkern/__assert.c:35:
/usr/src/lib/librump/../../sys/rump/../lib/libkern/libkern.h:54: warning:
declaration of 'abs' shadows a built-in function
/usr/src/lib/librump/../../sys/rump/../lib/libkern/libkern.h:56: warning:
declaration of 'isspace' shadows a built-in function
/usr/src/lib/librump/../../sys/rump/../lib/libkern/libkern.h:57: warning:
declaration of 'isascii' shadows a built-in function
/usr/src/lib/librump/../../sys/rump/../lib/libkern/libkern.h:58: warning:
declaration of 'isupper' shadows a built-in function
/usr/src/lib/librump/../../sys/rump/../lib/libkern/libkern.h:59: warning:
declaration of 'islower' shadows a built-in function
/usr/src/lib/librump/../../sys/rump/../lib/libkern/libkern.h:60: warning:
declaration of 'isalpha' shadows a built-in function
/usr/src/lib/librump/../../sys/rump/../lib/libkern/libkern.h:61: warning:
declaration of 'isdigit' shadows a built-in function
/usr/src/lib/librump/../../sys/rump/../lib/libkern/libkern.h:62: warning:
declaration of 'isxdigit' shadows a built-in function
/usr/src/lib/librump/../../sys/rump/../lib/libkern/libkern.h:63: warning:
declaration of 'toupper' shadows a built-in function
/usr/src/lib/librump/../../sys/rump/../lib/libkern/libkern.h:64: warning:
declaration of 'tolower' shadows a built-in function
*** Failed target: __assert.o
*** Failed command: /usr/src/../tools/bin/i386--netbsdelf-gcc -mfpmath=sse
-msse -march=pentium3 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wno-sign-compare -Wno-traditional -Wa,--fatal-warnings
-Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra
-Wno-unused-parameter -std=gnu99 -Werror
-I/usr/src/lib/librump/../../sys/rump/include -D_KERNEL -D_RUMPKERNEL
-DMULTIPROCESSOR -DDIAGNOSTIC -I/usr/src/lib/librump -I.
-I/usr/src/lib/librump/../../sys/rump/../../common/include -nostdinc
-I/usr/src/lib/librump/../../sys/rump/..
-I/usr/src/lib/librump/../../sys/rump/librump/rumpkern/opt -DMAXUSERS=32
-I/usr/src/lib/librump/../../sys/rump/librump/rumpnet -nostdinc -isystem
/usr/src/../obj/destdir.i386/usr/include -c
/usr/src/lib/librump/../../sys/rump/../lib/libkern/__assert.c -o __assert.o
*** Error code 1
Stop.
nbmake: stopped in /usr/src/lib/librump
*** Failed target: dependall
*** Failed command: cd /usr/src/lib/librump; /usr/src/../tools/bin/nbmake
realall
*** Error code 1
Stop.
nbmake: stopped in /usr/src/lib/librump
*** Failed target: dependall-librump
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/";
real="/usr/src/lib" ;; *) this="lib/${dir}/"; real="/usr/src/lib/${dir}" ;;
esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd
"${real}" && /usr/src/../tools/bin/nbmake _THISDIR_="${this}" "$@" ${target};
}; _makedirtarget librump dependall
*** Error code 1
Stop.
nbmake: stopped in /usr/src/lib
*** Failed target: do-lib
*** 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/src/../tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; };
_makedirtarget lib dependall
*** 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/src/../tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; };
_makedirtarget . do-lib
*** Error code 1
Stop.
nbmake: stopped in /usr/src
*** Failed target: distribution
*** 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/src/../tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; };
_makedirtarget . build NOPOSTINSTALL=1
*** Error code 1
Stop.
nbmake: stopped in /usr/src
ERROR: Failed to make distribution
*** BUILD ABORTED ***
Home |
Main Index |
Thread Index |
Old Index