Re: BUG #6465: postgresql-pltcl refuses to compile with 9.1, and FreeBSD does support threaded python

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #6465: postgresql-pltcl refuses to compile with 9.1, and FreeBSD does support threaded python
Дата
Msg-id 560.1329590987@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #6465: postgresql-pltcl refuses to compile with 9.1, and FreeBSD does support threaded python  (crees@FreeBSD.org)
Ответы Re: BUG #6465: postgresql-pltcl refuses to compile with 9.1, and FreeBSD does support threaded python  (Chris Rees <crees@freebsd.org>)
Список pgsql-bugs
crees@FreeBSD.org writes:
> Two patches:

> https://redports.org/browser/crees/databases/postgresql91-server/files/patch-configure.in

This seems like a rather bad idea: it is not configure's responsibility
to create that symlink.  The bug report you reference looks like the
user has attempted to build pltcl without building the rest of the
source tree, something we do not consider supported.  In the case at
hand, the potential failure mode is that the derived errcodes.h file
that the symlink is pointing at might not exist or might not be
up-to-date.  There are other possible problems with a subtree build too,
and it would take a lot more work than just creating this one symlink
earlier to avoid them all.

> https://redports.org/browser/crees/databases/postgresql91-server/files/patch-config-python-m4

Hmm ... we have multiple buildfarm machines routinely building
--with-python on FreeBSD, and none of them have shown any sign of not
liking threaded python:
http://buildfarm.postgresql.org/cgi-bin/show_status.pl

I think we'd need more information before arbitrarily disabling this.

            regards, tom lane

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

Предыдущее
От: crees@FreeBSD.org
Дата:
Сообщение: BUG #6465: postgresql-pltcl refuses to compile with 9.1, and FreeBSD does support threaded python
Следующее
От: Susanne Ebrecht
Дата:
Сообщение: Syntax got translated