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 Michael.Felt
Recipients Michael.Felt, skrah
Date 2020-06-23.06:03:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <23768e64-6c74-5693-e1d5-f357a0877195@felt.demon.nl>
In-reply-to <011dc8ec-4d75-9cc9-ec88-23fc9a634b33@felt.demon.nl>
Content
I have been doing manual tests - and it seems build is broken for AIX
and xlc.

I shall be working on a git bisect to try and identify what broke it for
xlc-v11. Finding what broke xlc-v13 will require more time.

Note: it is no longer limited to _decimal not being built - builds
(i.e., compile) fail completely atm.

regards,

Michael

On 15/06/2020 18:55, Michael Felt wrote:
> Michael Felt <aixtools@felt.demon.nl> added the comment:
>
> I'll switch my bot https://buildbot.python.org/all/#/builders/119 to use
> c99_r rather than xlc_r.
>
> Test 1129 will b e the first with c99_r (and xlc v13).
>
> On 11/06/2020 00:37, Stefan Krah wrote:
>> Stefan Krah <stefan@bytereef.org> added the comment:
>>
>> So it would still be interesting to see what happens if you compile
>> libmpdec with c99_r (emphasis mine):
>>
>>
>> """
>> This command supports all ISO
>> C99 language features, but does
>> not support IBM language
>> extensions. Use this invocation for
>> *strict* conformance to the C99
>> standard.
>> """
>>
>> ----------
>>
>> _______________________________________
>> Python tracker <report@bugs.python.org>
>> <https://bugs.python.org/issue40878>
>> _______________________________________
>>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue40878>
> _______________________________________
>
History
Date User Action Args
2020-06-23 06:03:43Michael.Feltsetrecipients: + Michael.Felt, skrah
2020-06-23 06:03:43Michael.Feltlinkissue40878 messages
2020-06-23 06:03:43Michael.Feltcreate