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 ned.deily
Recipients ned.deily, yaro-yaro
Date 2016-05-22.06:44:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463899453.02.0.666639420158.issue26971@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I'm not able to reproduce your results on a vanilla Debian system.  Building from scratch with ./configure --prefix=/usr and make steps results in:

$ /usr/bin/python3.5
Python 3.5.1 (default, May 22 2016, 02:26:09)
[GCC 4.9.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import base64
>>> import sys, _struct
>>> _struct.__file__
'/usr/lib/python3.5/lib-dynload/_struct.cpython-35m-x86_64-linux-gnu.so'
>>> sys.path
['', '/usr/lib/python35.zip', '/usr/lib/python3.5', '/usr/lib/python3.5/plat-linux', '/usr/lib/python3.5/lib-dynload', '/home/sysadmin/.local/lib/python3.5/site-packages', '/usr/lib/python3.5/site-packages']
>>>

Is it possible you had a virtual environment in effect?  Try repeating with "/usr/bin/python3.5" and verifying the build timestamp.  As far as I know, an unpatched Python 3.5 will not attempt to install anything into /usr/lib64 by default.
History
Date User Action Args
2016-05-22 06:44:13ned.deilysetrecipients: + ned.deily, yaro-yaro
2016-05-22 06:44:13ned.deilysetmessageid: <1463899453.02.0.666639420158.issue26971@psf.upfronthosting.co.za>
2016-05-22 06:44:13ned.deilylinkissue26971 messages
2016-05-22 06:44:12ned.deilycreate