[issue14197] OS X framework builds do not create ABI-suffixed libpython3.x

2012-07-24 Thread Ned Deily
Ned Deily added the comment: Fix applied for release in 3.2.4 and (with release manager approval) for 3.3.0b2. -- components: +Build -Macintosh, None resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed type: compile error ->

[issue14197] OS X framework builds do not create ABI-suffixed libpython3.x

2012-07-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2d4f290ea71c by Ned Deily in branch '3.2': Issue #14197: For OS X framework builds, ensure links to the shared http://hg.python.org/cpython/rev/2d4f290ea71c New changeset 51ac5f06dd04 by Ned Deily in branch 'default': Issue #14197: merge http://hg.

[issue14197] OS X framework builds do not create ABI-suffixed libpython3.x

2012-07-24 Thread Ned Deily
Ned Deily added the comment: Georg, I'd like to apply this for both 3.2.4 and 3.3.0b2. It's a low risk bug fix but does solve a real problem for users wanting to embed Python on OS X. Issue15353 is also fixed by this. -- nosy: +georg.brandl ___ P

[issue14197] OS X framework builds do not create ABI-suffixed libpython3.x

2012-07-24 Thread Ned Deily
Ned Deily added the comment: The attached patch ensures that additional SOABI-suffixed symlinks are created in the framework lib and lib/pythonx.x/config-yy directories and fixes pythons.x-config to not return garbage data for the --ldflags option. # current $ ls -l /Library/Frameworks/Pytho

[issue14197] OS X framework builds do not create ABI-suffixed libpython3.x

2012-03-05 Thread Ned Deily
Ned Deily added the comment: Thank you for the additional information. It appears the problem is that, for OS X framework builds, the ABI suffix (added in PEP 3149) is not used to create the shared library dylib name in the framework lib directory. For example, $ cd Library/Frameworks/Pytho