BUG #6166: configure from source fails with 'This platform is not thread-safe.' but was actually /tmp perms

Поиск
Список
Период
Сортировка
От Alex Soto
Тема BUG #6166: configure from source fails with 'This platform is not thread-safe.' but was actually /tmp perms
Дата
Msg-id 201108172150.p7HLojth021667@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #6166: configure from source fails with 'This platform is not thread-safe.' but was actually /tmp perms  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      6166
Logged by:          Alex Soto
Email address:      apsoto@gmail.com
PostgreSQL version: 9.0.4
Operating system:   Linux (CentOS release 5.0 (Final))
Description:        configure from source fails with 'This platform is not
thread-safe.' but was actually /tmp perms
Details:

I was trying to build the 9.0.4 source tarball as the postgres user on a
test machine.

The configure step failed with the error:
This platform is not thread-safe.  Check the file 'config.log' or compile
and run src/test/thread/thread_test for the exact reason.
Use --disable-thread-safety to disable thread safety.

As I started looking through the log file I noticed that it failed to write
to the /tmp directory.  Other configure steps had written to /var/tmp, but
this step tried to write to /tmp for some reason.

I fixed by correcting the permissions on the /tmp dir, but I thought the
error message was a little misleading, so I thought I'd report the problem.

The specific configure I ran was:
./configure --disable-integer-datetimes

but I don't think the config option likely makes a difference.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: PG8.4.7: updating rows leaves duplicate rows violating PK
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6166: configure from source fails with 'This platform is not thread-safe.' but was actually /tmp perms