Subject: NetBSD-release 991107 won't build!
To: None <port-arm32@netbsd.org>
From: Reinoud Zandijk <zandijk@cs.utwente.nl>
List: port-arm32
Date: 11/07/1999 17:56:59
Hi folks,

just tried to build a new kernel from today's -release sources, but it
won't build.... small problem I guess.

It fails with the following error on NetBSD/arm32 (RiscPC); it compiles OK
on a NetBSD/sparc. 

"
root@ismaelda 11> make
cc -g -O2 -Werror -Wall -Wcomment -Wpointer-arith -Wno-main -I.
-I../../../../arch -I../../../.. -nostdinc -DIOMD -DRISCPC -DCOMPAT_14
-DSHMMAXPGS="0x200" -DLKM -DDIAGNOSTIC -DPOSTMORTEM -DMAXUSERS=10
-D_KERNEL -Darm32  -c ../../../../arch/arm32/arm32/db_machdep.c
cc1: warnings being treated as errors
../../../../arch/arm32/arm32/db_machdep.c: In function
`db_show_vnode_cmd':
../../../../arch/arm32/arm32/db_machdep.c:82: warning: int format, long
int arg (arg 3)
../../../../arch/arm32/arm32/db_machdep.c:82: warning: int format, long
int arg (arg 4)
*** Error code 1

Stop.
root@ismaelda 12>
"

Must be one of the more recent additions....

Cheers,

Reinoud