[issue13241] Assertion failed in _PyUnicode_CheckConsistency during build of default branch on Mac OS X

Oleg Plakhotnyuk report at bugs.python.org
Sun Oct 23 12:33:24 CEST 2011


Oleg Plakhotnyuk <olegus8 at gmail.com> added the comment:

Thank you all for help. I finally managed to build it. :-)
So here are complete steps I've taken to build python after OS reinstall:
1. Install XCode 4.2
2. Install MacPorts
3. sudo port -v selfupdate
4. sudo port install gcc46
5. ./configure CC=gcc-mp-4.6 LDFLAGS=-L/opt/local/lib --with-pydebug && make -j2

Should I post this somewhere for others who may face similar problems?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13241>
_______________________________________


More information about the Python-bugs-list mailing list