[New-bugs-announce] [issue14932] Python 3.3.0a3 build fails on MacOS 10.7 with XCode 4.3.2

Thomas Robitaille report at bugs.python.org
Mon May 28 12:57:52 CEST 2012


New submission from Thomas Robitaille <thomas.robitaille at 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 <report at bugs.python.org>
<http://bugs.python.org/issue14932>
_______________________________________


More information about the New-bugs-announce mailing list