| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Denis N(dot) Stepanov" <dstepan(at)DSGDL(dot)inp(dot)nsk(dot)su> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: 7.0RC1 on Linux Alpha |
| Date: | 2000-04-18 14:28:44 |
| Message-ID: | 19787.956068124@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
"Denis N. Stepanov" <dstepan(at)DSGDL(dot)inp(dot)nsk(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Vijlbrief | 2000-04-19 09:36:32 | Patches for libpq++ docs and backend/command/copy.c |
| Previous Message | Denis N. Stepanov | 2000-04-18 12:30:24 | 7.0RC1 on Linux Alpha |