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 rgbecker
Recipients benjamin.peterson, lukasz.langa, martin.panter, ncoghlan, ned.deily, njs, rgbecker, steven.daprano, tds333, thewtex, vstinner
Date 2016-10-15.10:43:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476528195.26.0.358437221706.issue28092@psf.upfronthosting.co.za>
In-reply-to
Content
benjamin.peterson: I tried adding that option -fno-gnu89-inline conditionally for the 3.6.0b2 build, but it goes wrong in config with an error

configure:3913: $? = 4
configure:3933: checking whether the C compiler works
configure:3955: gcc -Wformat -fno-gnu89-inline   conftest.c  >&5
cc1: error: -fno-gnu89-inline is only supported in GNU99 or C99 mode

The full docker output is here

https://www.reportlab.com/media/manylinux-docker-run-output-2.txt
History
Date User Action Args
2016-10-15 10:43:15rgbeckersetrecipients: + rgbecker, ncoghlan, tds333, vstinner, benjamin.peterson, ned.deily, steven.daprano, njs, thewtex, lukasz.langa, martin.panter
2016-10-15 10:43:15rgbeckersetmessageid: <1476528195.26.0.358437221706.issue28092@psf.upfronthosting.co.za>
2016-10-15 10:43:15rgbeckerlinkissue28092 messages
2016-10-15 10:43:15rgbeckercreate