Subject: (cross-)compiling -current for alpha failed...
To: None <current-users@netbsd.org>
From: Kurt Schreiner <ks@ub.uni-mainz.de>
List: current-users
Date: 05/05/2005 22:36:16
...as such:

dependall ===> sys/lkm/compat/linux
    compile  linux/linux_signal.o
/u/NetBSD/current/src/sys/compat/linux/common/linux_signal.c:610: warning: function declaration isn'
t a prototype
/u/NetBSD/current/src/sys/compat/linux/common/linux_signal.c: In function `linux_sys_sigaltstack':
/u/NetBSD/current/src/sys/compat/linux/common/linux_signal.c:623: error: dereferencing pointer to in
complete type
/u/NetBSD/current/src/sys/compat/linux/common/linux_signal.c:624: error: dereferencing pointer to in
complete type
/u/NetBSD/current/src/sys/compat/linux/common/linux_signal.c:626: warning: implicit declaration of f
unction `linux_to_native_sigaltstack'
/u/NetBSD/current/src/sys/compat/linux/common/linux_signal.c:630: error: dereferencing pointer to in
complete type
/u/NetBSD/current/src/sys/compat/linux/common/linux_signal.c:630: error: dereferencing pointer to in
complete type
/u/NetBSD/current/src/sys/compat/linux/common/linux_signal.c:634: error: dereferencing pointer to in
complete type
/u/NetBSD/current/src/sys/compat/linux/common/linux_signal.c:636: error: dereferencing pointer to in
complete type

*** Failed target:  linux_signal.o
*** Failed command: /u/NetBSD/current/arch/alpha/TOOLS/bin/alpha--netbsd-gcc -O2 -pipe -ffreestandin
g -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-tradit
ional -Wno-uninitialized -Werror -mieee -mno-fp-regs -Demul_find=linux_emul_find -Dstackgap_init=lin
ux_stackgap_init -Demul_flags_translate=linux_emul_flags_translate -Dstackgap_alloc=linux_stackgap_a
lloc -Dcompat_offseterr=linux_compat_offseterr -Demul_find_interp=linux_emul_find_interp -DNWSDISPLA
Y=1 -DSYSVSEM -DSYSVMSG -DSYSVSHM -DCOMPAT_LINUX -nostdinc -DKTRACE -DNSEQUENCER=1 -DINET6 -Dalpha -
nostdinc -I. -I/u/NetBSD/current/src/sys/lkm/compat/linux -isystem /u/NetBSD/current/src/sys -isyste
m /u/NetBSD/current/src/sys/arch -D_KERNEL -D_LKM -c /u/NetBSD/current/src/sys/compat/linux/common/l
inux_signal.c
*** Error code 1

Stop.
nbmake: stopped in /u/NetBSD/current/src/sys/lkm/compat/linux


-kurt