Re: 7.0RC1 on Linux Alpha

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Denis N. Stepanov" <dstepan@DSGDL.inp.nsk.su>
Cc: pgsql-bugs@postgresql.org
Date: 2000-04-18T14:28:44Z
Lists: pgsql-bugs
"Denis N. Stepanov" <dstepan@DSGDL.inp.nsk.su> writes:
>> 1. ./configure doesn't recognize my OS. ./config.guess reports:
>> alphaev5-unknown-linux-gnu
>> so ./configure chooses 'linux' and fails.

Fixed as of current sources: the first entry of src/template/.similar
now reads
	alpha[a-z0-9]*-unknown-linux-gnu=linux_alpha

>>>> FATAL: s_lock(2030d400) at spin.c:115, stuck spinlock. Aborting.

Can't help you with that, since I don't have access to a machine like
yours.  It's fairly likely that the platform-specific code for Alpha in
src/include/storage/s_lock.h or src/backend/storage/buffer/s_lock.c
is not being compiled or is being compiled wrong.  Check whether the
right #define symbols are being set on your platform.  s_lock.c can
be compiled as a stand-alone test program, if you need it.

			regards, tom lane