Re: Build fails for pl/tcl on OpenBSD

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Build fails for pl/tcl on OpenBSD
Дата
Msg-id 23036.989269769@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Build fails for pl/tcl on OpenBSD  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Build fails for pl/tcl on OpenBSD  (Peter Eisentraut <peter_e@gmx.net>)
Re: Build fails for pl/tcl on OpenBSD  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I had a pltcl issue here yesterday.  I fixed the problem, but I noted
> that pltcl is linked not using information from Makefile.shlib, but
> using commands from tclConfig.sh.  Not sure this is wrong, but it
> certainly can cause problems if tclConfig.sh and Makefile.shlib don't
> match.

Yes, we deliberately build the Tcl and Perl interfaces and PL modules
with those systems' preferred compilers and switches, and have done so
since PG 7.0 (at least, maybe earlier).  IIRC, this was forced by the
observation that the other way didn't work.

Curious that so many people are complaining of pl/tcl failures now,
when there were almost no such reports for 7.0.  AFAIK, 7.0 should have
been equally vulnerable.  Perhaps someone has just recently started
distributing Tcl packages containing bogus tclConfig information?

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Build fails for pl/tcl on OpenBSD
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Build fails for pl/tcl on OpenBSD