Subject: Re: Problems with wscons(?) on U5 -current
To: Michael <macallan18@earthlink.net>
From: Amadeus Stevenson <amadeus.stevenson@gmail.com>
List: port-sparc64
Date: 06/22/2005 15:18:13
On 6/21/05, Michael <macallan18@earthlink.net> wrote:
> Please try a kernel with a smaller font compiled in , like
> options         FONT_BOLD8x16
> instead of
> options         FONT_GALLANT12x22

For the last few days I've been trying, but have been experiencing:

depending the compat library objects
#   compile  TEST/netbsd32_sysctl.o
/data/src/../tools/bin/sparc64--netbsd-gcc -mcmodel=3Dmedlow -mno-fpu
-ffreestanding -O2 -Werror -Wall -Wno-main -Wno-format-zero-length
-Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wreturn-type
-Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-sign-compare
-fno-zero-initialized-in-bss -Dsparc64 -D__sparc64__ -D_LP64 -Wa,-Av9a
-I. -I/data/src/sys/arch -I/data/src/sys -nostdinc -DLKM -DMAXUSERS=3D32
-D_KERNEL -D_KERNEL_OPT -c
/data/src/sys/compat/netbsd32/netbsd32_sysctl.c
/data/src/sys/compat/netbsd32/netbsd32_sysctl.c: In function
`netbsd32___sysctl':
/data/src/sys/compat/netbsd32/netbsd32_sysctl.c:202: warning: passing
arg 4 of `sysctl_locate' from incompatible pointer type

*** Failed target:  netbsd32_sysctl.o

*** Failed command: echo '# ' "compile TEST/netbsd32_sysctl.o"; echo
/data/src/../tools/bin/sparc64--netbsd-gcc -mcmodel=3Dmedlow -mno-fpu
-ffreestanding -O2 -Werror -Wall -Wno-main -Wno-format-zero-length
-Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wreturn-type
-Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-sign-compare
-fno-zero-initialized-in-bss -Dsparc64 -D__sparc64__ -D_LP64 -Wa,-Av9a
-I. -I/data/src/sys/arch -I/data/src/sys -nostdinc -DLKM -DMAXUSERS=3D32
-D_KERNEL -D_KERNEL_OPT -c
/data/src/sys/compat/netbsd32/netbsd32_sysctl.c;
/data/src/../tools/bin/sparc64--netbsd-gcc -mcmodel=3Dmedlow -mno-fpu
-ffreestanding -O2 -Werror -Wall -Wno-main -Wno-format-zero-length
-Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wreturn-type
-Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-sign-compare
-fno-zero-initialized-in-bss -Dsparc64 -D__sparc64__ -D_LP64 -Wa,-Av9a
-I. -I/data/src/sys/arch -I/data/src/sys -nostdinc -DLKM -DMAXUSERS=3D32
-D_KERNEL -D_KERNEL_OPT -c
/data/src/sys/compat/netbsd32/netbsd32_sysctl.c

With cvs'd sources, a GENERIC kernel.

Also anoncvs seems down so I've been unable to compile Orbit2 for
browser/editors to do all of this properly! Seems to be a vicious
circle.

Could I change the initial resolution from 800x600 to 1024x768 somehow?

Amadeus