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 Thomas.Robitaille
Recipients Thomas.Robitaille
Date 2012-05-28.10:57:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338202672.71.0.602323430498.issue14932@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-05-28 10:57:54Thomas.Robitaillesetrecipients: + Thomas.Robitaille
2012-05-28 10:57:52Thomas.Robitaillesetmessageid: <1338202672.71.0.602323430498.issue14932@psf.upfronthosting.co.za>
2012-05-28 10:57:51Thomas.Robitaillelinkissue14932 messages
2012-05-28 10:57:51Thomas.Robitaillecreate