Subject: terminal and postgresql
To: None <port-vax@netbsd.org>
From: bart sikkes <b.sikkes@student.utwente.nl>
List: port-vax
Date: 01/15/2001 00:15:29
Hello,

I have two questions, first one about the termail emulation i have to choose
when using putty to login on my uVax II running netbsd 1.5 and using ssh to
login. When i do this from a linux box i can use all keys but from putty the
arrow-keys, backspace and F-keys don't work. So which one get's me using
them?

Second question is about the compiling of postgresql on this same system
(netbsd 1.5, uVax II) after a while something goes wrong. I have put the
output on the end of the email, does someone know what i should do to get it
working?

thanks,
bart

gmake output:
gcc -I../../../include -I../../../backend   -O2 -pipe -Wall -Wmissing-protot
ypes -Wmissing-declarations -munix -I../..    -c -o xlog.o xlog.c
In file included from xlog.c:28:
../../../include/storage/s_lock.h:158: redefinition of `slock_t'
../../../include/os.h:43: `slock_t' previously declared here
../../../include/storage/s_lock.h: In function `tas':
../../../include/storage/s_lock.h:163: warning: type defaults to `int' in
declaration of `_res'
{standard input}: Assembler messages:
{standard input}:119: Warning: Ignoring statement due to "Too many operands"
{standard input}:119: Warning: Junk at end of expression "bbssi $0"
{standard input}:128: Warning: Ignoring statement due to "Too many operands"
{standard input}:128: Warning: Junk at end of expression "bbssi $0"
{standard input}:152: Warning: Ignoring statement due to "Too many operands"
{standard input}:152: Warning: Junk at end of expression "bbssi $0"
{standard input}:159: Warning: Ignoring statement due to "Too many operands"
{standard input}:159: Warning: Junk at end of expression "bbssi $0"
{standard input}:187: Warning: Ignoring statement due to "Too many operands"
{standard input}:187: Warning: Junk at end of expression "bbssi $0"
{standard input}:522: Warning: Ignoring statement due to "Too many operands"
{standard input}:522: Warning: Junk at end of expression "bbssi $0"
{standard input}:579: Warning: Ignoring statement due to "Too many operands"
{standard input}:579: Warning: Junk at end of expression "bbssi $0"
{standard input}:618: Warning: Ignoring statement due to "Too many operands"
{standard input}:618: Warning: Junk at end of expression "bbssi $0"
{standard input}:669: Warning: Ignoring statement due to "Too many operands"
{standard input}:669: Warning: Junk at end of expression "bbssi $0"
{standard input}:774: Warning: Ignoring statement due to "Too many operands"
{standard input}:774: Warning: Junk at end of expression "bbssi $0"
{standard input}:820: Warning: Ignoring statement due to "Too many operands"
{standard input}:820: Warning: Junk at end of expression "bbssi $0"
{standard input}:848: Warning: Ignoring statement due to "Too many operands"
{standard input}:848: Warning: Junk at end of expression "bbssi $0"
{standard input}:973: Warning: Ignoring statement due to "Too many operands"
{standard input}:973: Warning: Junk at end of expression "bbssi $0"
{standard input}:1186: Warning: Ignoring statement due to "Too many
operands"
{standard input}:1186: Warning: Junk at end of expression "bbssi $0"
xlog.c: At top level:
xlog.c:817: warning: `ReadRecord' defined but not used
gmake[3]: *** [xlog.o] Error 1
gmake[3]: Leaving directory
`/dinges/temp/postgresql-7.0.3/src/backend/access/transam'
gmake[2]: *** [submake] Error 2
gmake[2]: Leaving directory
`/dinges/temp/postgresql-7.0.3/src/backend/access'
gmake[1]: *** [access.dir] Error 2
gmake[1]: Leaving directory `/dinges/temp/postgresql-7.0.3/src/backend'
gmake: *** [all] Error 2