Re: Build fails for pl/tcl on OpenBSD - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Build fails for pl/tcl on OpenBSD
Date
Msg-id 23036.989269769@sss.pgh.pa.us
Whole thread Raw
In response to Re: Build fails for pl/tcl on OpenBSD  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses 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>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Build fails for pl/tcl on OpenBSD
Next
From: Peter Eisentraut
Date:
Subject: Re: Build fails for pl/tcl on OpenBSD