#24421: python dies using multiprocessing/urllib2 from mac ports, but works with stock python -------------------------------+-------------------------------------------- Reporter: vkuznet@… | Owner: blb@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: python26 -------------------------------+-------------------------------------------- Comment(by blb@…): The way MacPorts builds python26 (and the patches applied) can be see in the trac browser for [browser:trunk/dports/lang/python26 the python26 port] (patches are in the files/ subdir). Note that not linking to libgcc_s.1.dylib should be fine since, at least on 10.6, it is just a symlink to libSystem anyway: {{{ $ ls -l /usr/lib/libgcc_s.1.dylib lrwxr-xr-x 1 root wheel 17 Apr 16 18:54 /usr/lib/libgcc_s.1.dylib -> libSystem.B.dylib }}} -- Ticket URL: <http://trac.macports.org/ticket/24421#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS