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-20.15:34:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476977695.42.0.143651958369.issue28092@psf.upfronthosting.co.za>
In-reply-to
Content
for what it's worth I tried reverse patching

https://hg.python.org/cpython/rev/63ae310b60ff/

and

https://hg.python.org/cpython/rev/2f77a9f0b9d6/

in the manylinux docker and the make then proceeds fine with one warning at the end

*** WARNING: renaming "_sqlite3" since importing it failed: build/lib.linux-x86_64-3.6/_sqlite3.cpython-36m-x86_64-linux-gnu.so: undefined symbol: sqlite3_stmt_readonly

Following modules built successfully but were removed because they could not be imported:
_sqlite3
History
Date User Action Args
2016-10-20 15:34:55rgbeckersetrecipients: + rgbecker, ncoghlan, tds333, vstinner, benjamin.peterson, ned.deily, steven.daprano, njs, thewtex, lukasz.langa, martin.panter
2016-10-20 15:34:55rgbeckersetmessageid: <1476977695.42.0.143651958369.issue28092@psf.upfronthosting.co.za>
2016-10-20 15:34:55rgbeckerlinkissue28092 messages
2016-10-20 15:34:55rgbeckercreate