Re: build farm failure tuna on OSX 10.4 for 8.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: build farm failure tuna on OSX 10.4 for 8.0
Дата
Msg-id 18792.1121742104@sss.pgh.pa.us
обсуждение исходный текст
Ответ на build farm failure tuna on OSX 10.4 for 8.0  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-hackers
Dave Cramer <pg@fastcrypt.com> writes:
> It appears to be getting the wrong address for tsearch()

I applied a patch for that earlier today.  It seems that in OS X 10.4
the compiler generates a function with the same name as the shared
library, ie tsearch() for libtsearch ... and it doesn't tell you about
the name conflict, it just lets the wrong function get called at
runtime.  Earlier OS X versions did not do this, and I have to say that
it's one of the most brain-dead usurpations of application namespace
I've seen in a long time.  But there you have it.
        regards, tom lane


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

Предыдущее
От: Petr Jelinek
Дата:
Сообщение: Re: The reason for loris' intermittent prepared_xacts failures
Следующее
От: Tom Lane
Дата:
Сообщение: Re: The reason for loris' intermittent prepared_xacts failures