Subject: Re: can't compile current
To: None <htodd@twofifty.com>
From: Havard Eidnes <he@NetBSD.org>
List: port-sparc
Date: 06/09/2004 00:19:51
> I have this problem trying to compile GENERIC and GENERIC_SCSI3
> cross-compiling. Hmm. I guess I haven't tried compiling directly on a=
 SPARC.
>
> #   compile  GENERIC_SCSI3/kern_sig.o
> /usr/cross/bin/sparc--netbsdelf-gcc -mno-fpu -ffreestanding -O2 -Werr=
or -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-pr=
ototypes -Wstrict-prototypes -Wno-sign-compare -fno-zero-initialized-in=
-bss -I. -I/usr/src/sys/arch -I/usr/src/sys -nostdinc -DRASTERCONSOLE -=
DLKM -DMAXUSERS=3D32 -D_KERNEL -D_KERNEL_OPT -c /usr/src/sys/kern/kern_=
sig.c
> /usr/src/sys/kern/kern_sig.c:115: error: initializer element is not c=
onstant
> /usr/src/sys/kern/kern_sig.c:115: error: (near initialization for `si=
gactspool_allocator.pa_pagesz')

Yep, that was a bug.  It should be fixed by kern_sig.c rev 1.197.

Regards,

- H=E5vard