#16741: py25-setuptools error during deluge install -------------------------------------+-------------------------------------- Reporter: ltmayonnaise@gmail.com | Owner: stechert@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: deluge py25-setuptools error Port: py25-setuptools | -------------------------------------+-------------------------------------- Changes (by stechert@macports.org): * status: new => assigned Comment: So, error 139 is the shell's tricky way of telling you you had a seg fault (return values from a process are in the range 0-127 for regular return values. > 128 indicates that a signal terminated the process with the difference from 128 indicating which signal. 128 + 11 = 139. SIGSEGV = 11. That makes me think this is really not a setuptools bug. Have you actually started your python before this? -- Ticket URL: <http://trac.macports.org/ticket/16741#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS