Re: 7.0RC1 on Linux Alpha
От | Tom Lane |
---|---|
Тема | Re: 7.0RC1 on Linux Alpha |
Дата | |
Msg-id | 19787.956068124@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | 7.0RC1 on Linux Alpha ("Denis N. Stepanov" <dstepan@DSGDL.inp.nsk.su>) |
Список | 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 по дате отправления: