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 redcomet
Recipients redcomet
Date 2010-05-19.16:21:51
SpamBayes Score 0.00024015826
Marked as misclassified No
Message-id <1274286115.56.0.588868311562.issue8767@psf.upfronthosting.co.za>
In-reply-to
Content
I am compiling python on AIX 5.3.  The normal configure and make works, except it fails to compile the unicodedata module.  The assembler reports a bunch of these errors:
Error: value of 000000000001268b too large for field of 2 bytes at 000000000000006d

The module is labeled as optional, but if that one fails python will not install.  One of the .py files it tries to compile requires unicodedata so the whole thing fails.

I tried --enable-unicode=ucs4 and got the same results so then I tried just --disable-unicode all together and configure spits out: 
checking what type to use for unicode... configure: error: invalid value for --enable-unicode. Use either ucs2 or ucs4 (lowercase).

I had to go into the configure script itself remove a default case statement that produced the error to disable it completely.

Building Python2.7b1 on AIX 5.3
History
Date User Action Args
2010-05-19 16:21:55redcometsetrecipients: + redcomet
2010-05-19 16:21:55redcometsetmessageid: <1274286115.56.0.588868311562.issue8767@psf.upfronthosting.co.za>
2010-05-19 16:21:53redcometlinkissue8767 messages
2010-05-19 16:21:53redcometcreate