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 Oleg.Plakhotnyuk
Recipients Oleg.Plakhotnyuk
Date 2011-10-21.19:49:19
SpamBayes Score 8.396354e-09
Marked as misclassified No
Message-id <1319226560.18.0.474501275115.issue13241@psf.upfronthosting.co.za>
In-reply-to
Content
Trying to build latest development revision:

localhost:repo family$ hg summary
parent: 73044:a985d733b3a3 tip
 #12753: Add support for Unicode name aliases and named sequences.
branch: default
commit: (clean)
update: (current)

Constantly getting this error:

./python.exe -SE -m sysconfig --generate-posix-vars
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Assertion failed: (compact->utf8_length == 0), function _PyUnicode_CheckConsistency, file Objects/unicodeobject.c, line 399.
make: *** [sysconfig] Abort trap

However, tag v3.2.2 seems to build successfully.

OS: Mac OS X 10.6.8
GCC: 4.2.1

If you have troubles reproducing this issue, feel free to ask any information I can provide that can help.

Thank you in advance!
History
Date User Action Args
2011-10-21 19:49:20Oleg.Plakhotnyuksetrecipients: + Oleg.Plakhotnyuk
2011-10-21 19:49:20Oleg.Plakhotnyuksetmessageid: <1319226560.18.0.474501275115.issue13241@psf.upfronthosting.co.za>
2011-10-21 19:49:19Oleg.Plakhotnyuklinkissue13241 messages
2011-10-21 19:49:19Oleg.Plakhotnyukcreate