This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: _decimal.so compile fails in OS X installer builds
Type: Stage: resolved
Components: Build Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ned.deily Nosy List: ned.deily, python-dev, skrah
Priority: normal Keywords:

Created on 2012-04-01 09:27 by ned.deily, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg157267 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2012-04-01 09:27
It may also fail in other builds where the build directory is not the same as the source directory.  The problem is in setup.py function _decimal_ext which fails to create an absolute path for the libmpdec include source directory.  Patch follows.
msg157268 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-04-01 09:31
New changeset ac60138522fc by Ned Deily in branch 'default':
Issue #14463: Prevent _decimal.so compile failures in OS X installer builds.
http://hg.python.org/cpython/rev/ac60138522fc
History
Date User Action Args
2022-04-11 14:57:28adminsetgithub: 58668
2012-04-01 09:32:49ned.deilysetstatus: open -> closed
resolution: fixed
stage: resolved
2012-04-01 09:31:41python-devsetnosy: + python-dev
messages: + msg157268
2012-04-01 09:27:51ned.deilycreate