Re: openbsd, plpython, missing threading symbols
Marko Kreen <marko@l-t.ee>
From: Marko Kreen <marko@l-t.ee>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>, Tom Lane <tgl@sss.pgh.pa.us>, Andrew Dunstan <andrew@dunslane.net>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2005-08-13T09:25:45Z
Lists: pgsql-hackers
Attachments
- pythread2.diff (text/plain) patch
On Fri, Aug 12, 2005 at 10:27:16PM -0400, Bruce Momjian wrote: > Where are we going with this patch? It doesn't test specific OS's known > to fail. I hoped people more familiar with the problem would tune it... Here is updated patch where I test specifically 'openbsd*|freebsd*' instead of '*bsd*'. Although AFAIK all BSD's use similar libc/libc_r setup so *bsd* should have been fine. Also I 'clarified' the error message a bit. There is one notable feature of this patch - it will check for threaded Python on all platforms and print the result, this hopefully helps tracking problems on other platforms too. -- marko