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 abinaya
Recipients abinaya, berker.peksag
Date 2017-11-28.08:48:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511858921.98.0.213398074469.issue32120@psf.upfronthosting.co.za>
In-reply-to
Content
*** 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

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_lzma
To find the necessary bits, look in setup.py in detect_modules() for the module's name.

The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
atexit                pwd                   time

Failed to build these modules:
_hashlib              _ssl


Following modules built successfully but were removed because they could not be imported:
_sqlite3


>> Above issue is the one which we could see while building the python 3.6.0.
History
Date User Action Args
2017-11-28 08:48:42abinayasetrecipients: + abinaya, berker.peksag
2017-11-28 08:48:41abinayasetmessageid: <1511858921.98.0.213398074469.issue32120@psf.upfronthosting.co.za>
2017-11-28 08:48:41abinayalinkissue32120 messages
2017-11-28 08:48:41abinayacreate