[PyPy-issue] [issue587] Plain 'strip' in package.py breaks cpyext on Mac OS X

Dan Villiom Podlaski Christiansen pypy-dev-issue at codespeak.net
Thu Dec 2 14:28:45 CET 2010


New submission from Dan Villiom Podlaski Christiansen <danchr at gmail.com>:

On Mac OS X, without arguments will strip *all* symbols from the binary. The attached patch changes 
package.py to use 'strip -x' instead, which will only strip global symbols.

----------
effort: easy
files: strip-x.diff
messages: 1917
nosy: danchr, pypy-issue
priority: bug
release: 1.4
status: unread
title: Plain 'strip' in package.py breaks cpyext on Mac OS X

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue587>
_______________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: strip-x.diff
Type: application/octet-stream
Size: 842 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pypy-issue/attachments/20101202/b417af4c/attachment.obj>


More information about the Pypy-issue mailing list