Re: 7.0RC1 on Linux Alpha - Mailing list pgsql-bugs

From Tom Lane
Subject Re: 7.0RC1 on Linux Alpha
Date
Msg-id 19787.956068124@sss.pgh.pa.us
Whole thread Raw
In response to 7.0RC1 on Linux Alpha  ("Denis N. Stepanov" <dstepan@DSGDL.inp.nsk.su>)
List 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

pgsql-bugs by date:

Previous
From: "Denis N. Stepanov"
Date:
Subject: 7.0RC1 on Linux Alpha
Next
From: Tom Vijlbrief
Date:
Subject: Patches for libpq++ docs and backend/command/copy.c