[issue21917] Python 2.7.7 Tests fail, and math is faulty

2014-10-29 Thread Phil Elson
Phil Elson added the comment: I just wanted to say that I am seeing the same issue with similar build flags for the xlc compiler. Finding the correct compile flags may well be the problem here. For the record, since I think this is related to the flags which are being passed to os.open, I've

[issue21917] Python 2.7.7 Tests fail, and math is faulty

2014-10-14 Thread Stefan Krah
Stefan Krah added the comment: Closing due to lack of response. -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker ___

[issue21917] Python 2.7.7 Tests fail, and math is faulty

2014-07-04 Thread Stefan Krah
Stefan Krah added the comment: I think you need to figure out the right build flags -- we had an xlc build slave for a while that did not have this behavior. The flags were quite complicated though. -- nosy: +skrah ___ Python tracker

[issue21917] Python 2.7.7 Tests fail, and math is faulty

2014-07-04 Thread repcsike
New submission from repcsike: Python is built with IBM XLC compiler, some tests fail and after installation mathematical executions are giving bad results. I corrected the _sysconfigdata.py bug (issue18235) with ld_so_aix , and found this out when tried to install some modules. Please see th