New submission from Thomas Robitaille <thomas.robitai...@gmail.com>:
I can build Python 2.6 to 3.2 on MacOS 10.7 with XCode 4.3.2 using solely: ./configure make But if I do this with Python 3.3 alpha 3 I get the following error: gcc -framework CoreFoundation -o python.exe Modules/python.o libpython3.3m.a -ldl -framework CoreFoundation ./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(92825) 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 The full log is attached. ---------- components: Installation files: python3.3_log messages: 161765 nosy: Thomas.Robitaille priority: normal severity: normal status: open title: Python 3.3.0a3 build fails on MacOS 10.7 with XCode 4.3.2 versions: Python 3.3 Added file: http://bugs.python.org/file25743/python3.3_log _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14932> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com