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.

Author vdupras
Recipients vdupras
Date 2012-06-12.15:40:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339515608.84.0.525003412108.issue15051@psf.upfronthosting.co.za>
In-reply-to
Content
I try to compile Pyhton 3.3a4 on a OS X 10.7 with XCode 4.3.3 and it fails. I tried a few configuration options, but even with a basic "./configure && make", I get this:

./python.exe -SE -m sysconfig --generate-posix-vars
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
python.exe(11771) malloc: *** mmap(size=7310873954244194304) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
Could not import runpy module
make: *** [Lib/_sysconfigdata.py] Segmentation fault: 11

I tried setting PYTHONHOME to `pwd`, to no avail. Am I doing something wrong? The same thing happens with v3.3a3. If I go back to v3.2.3, it compiles fine on the same system. I also tried on the repo's tip, same error.
History
Date User Action Args
2012-06-12 15:40:09vduprassetrecipients: + vdupras
2012-06-12 15:40:08vduprassetmessageid: <1339515608.84.0.525003412108.issue15051@psf.upfronthosting.co.za>
2012-06-12 15:40:07vdupraslinkissue15051 messages
2012-06-12 15:40:05vduprascreate