Re: [HACKERS] Patch to fix plpython on OS X

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: "Jim C(dot) Nasby" <decibel(at)decibel(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-patches(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Patch to fix plpython on OS X
Date: 2005-07-19 23:47:37
Message-ID: 20050719234737.GA28474@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Tue, Jul 19, 2005 at 06:06:00PM -0500, Jim C. Nasby wrote:
> buildfar(at)phonebook(dot)1[18:00]~/buildfarm/HEAD/pgsqlkeep.1121809875/src/pl/plpython:41%otool -L libplpython.0.0.so
> libplpython.0.0.so:
> /System/Library/Frameworks/Python.framework/Versions/2.3/Python (compatibility version 2.3.0, current version 2.3.0)
> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.1.3)

If that first object has something to do with Python 2.3 then we
might have found the culprit. But how'd you get that?

> configure.log:checking Python configuration directory... /opt/local/lib/python2.4/config
> configure.log:checking how to link an embedded Python application... -L/opt/local/lib/python2.4/config -lpython2.4 -ldl

The above looks reasonable.

> make.log:ccache gcc -no-cpp-precomp -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels -fno-strict-aliasing -g -bundle plpython.o -L../../../src/port -L/opt/local/lib -bundle_loader ../../../src/backend/postgres -framework Python -o libplpython.0.0.so

Hmmm...what's that "-framework Python" business? Looks mighty
suspicious in light of the otool output.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Koichi Suzuki 2005-07-20 00:44:26 Re: A couple of patches for PostgreSQL 64bit support
Previous Message Simon Riggs 2005-07-19 23:16:03 Re: Constraint Exclusion on all tables

Browse pgsql-patches by date

  From Date Subject
Next Message Luke Lonergan 2005-07-20 00:39:33 Re: COPY FROM performance improvements
Previous Message Simon Riggs 2005-07-19 23:20:57 Re: WIP XLog Switch