#18090: python25 broken after [37817] --------------------------------------------------+------------------------- Reporter: rasmus@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: python dlopen environ patch portfile | Port: python25 python26 --------------------------------------------------+------------------------- Comment(by ram@…): Replying to [comment:7 blb@…]:
However, in Modules/posicmodule.c, environ is declared static, but when I remove the static portion, smisk appears to work fine.
I can also confirm that the attached patch enables me to import native modules, in this case the python bindings to the globus toolkit. Without this patch I get errors regarding the `_environ` symbol missing, with the patch applied they import without error. Looks like this is a solution, whether it is the correct solution is a different matter.... -- Ticket URL: <http://trac.macports.org/ticket/18090#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS