[issue27375] error in "make test", while trying to install python on linux computer

2016-06-23 Thread Stefan Krah
Changes by Stefan Krah : -- components: +Tests -Build, Installation resolution: fixed -> duplicate status: open -> closed type: compile error -> behavior ___ Python tracker ___ _

[issue27375] error in "make test", while trying to install python on linux computer

2016-06-23 Thread raphi rose
Changes by raphi rose : -- resolution: -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue27375] error in "make test", while trying to install python on linux computer

2016-06-23 Thread raphi rose
raphi rose added the comment: ok great, thanks for your help! -- components: +Build, Installation -Tests resolution: duplicate -> status: closed -> open type: behavior -> compile error ___ Python tracker _

[issue27375] error in "make test", while trying to install python on linux computer

2016-06-23 Thread Stefan Krah
Stefan Krah added the comment: Ah, so the tests pass when you run them manually but "make test" fails. This looks like https://bugs.python.org/issue26837 , which is fixed in the next release. You can just ignore this failure, it's harmless. [BTW, using autoremove is fine.] -- compo

[issue27375] error in "make test", while trying to install python on linux computer

2016-06-23 Thread raphi rose
raphi rose added the comment: also, after installing this library liblzma-dev it said that i had redundant files (not in those words) and that I should run "apt-get autoremove," which I did, this may have been what caused the other failures? -- ___

[issue27375] error in "make test", while trying to install python on linux computer

2016-06-23 Thread raphi rose
raphi rose added the comment: the test_ssl rrose@intern:~/temp/Python-3.5.1$ ./python -m test -v test_ssl == CPython 3.5.1 (default, Jun 23 2016, 15:03:20) [GCC 4.8.4] == Linux-3.13.0-88-generic-x86_64-with-debian-jessie-sid little-endian == hash algorithm: siphash24 64bit == /home/rrose/t

[issue27375] error in "make test", while trying to install python on linux computer

2016-06-23 Thread raphi rose
raphi rose added the comment: the test_httplib rrose@intern:~/temp/Python-3.5.1$ ./python -m test -v test_httplib == CPython 3.5.1 (default, Jun 23 2016, 15:03:20) [GCC 4.8.4] == Linux-3.13.0-88-generic-x86_64-with-debian-jessie-sid little-endian == hash algorithm: siphash24 64bit == /home

[issue27375] error in "make test", while trying to install python on linux computer

2016-06-23 Thread raphi rose
raphi rose added the comment: the test_nntplib rrose@intern:~/temp/Python-3.5.1$ ./python -m test -v test_nntplib == CPython 3.5.1 (default, Jun 23 2016, 15:03:20) [GCC 4.8.4] == Linux-3.13.0-88-generic-x86_64-with-debian-jessie-sid little-endian == hash algorithm: siphash24 64bit == /home

[issue27375] error in "make test", while trying to install python on linux computer

2016-06-23 Thread raphi rose
raphi rose added the comment: hmm, well i installed all the ones you told me to, ran make test again, and now it comes up with ERROR: test_article_head_body (test.test_nntplib.NetworkedNNTPTests) -- Traceback (most recent call

[issue27375] error in "make test", while trying to install python on linux computer

2016-06-23 Thread Stefan Krah
Stefan Krah added the comment: I think you need tcl8.4-dev and tk8.4-dev and perhaps zlib1g-dev. Actually the point is that it's expected that some modules don't build if the corresponding libraries aren't installed. -- ___ Python tracker

[issue27375] error in "make test", while trying to install python on linux computer

2016-06-23 Thread raphi rose
raphi rose added the comment: the only one listed as dev was "tcl-snack-dev - Sound extension to Tcl/Tk and Python/Tkinter - development files," or instead of doing that one should i just use "python3-tk - Tkinter - Writing Tk applications with Python 3.x" and put a "-dev" at the end of the co

[issue27375] error in "make test", while trying to install python on linux computer

2016-06-23 Thread Stefan Krah
Stefan Krah added the comment: You need to install at least these development libraries: sudo apt-get install libssl-dev liblzma-dev libbz2-dev libreadline-dev libgdbm-dev libffi-dev Possibly some are missing in this list, tkinter and zip for example. Use "apt-cache search tkinter" to figure

[issue27375] error in "make test", while trying to install python on linux computer

2016-06-23 Thread raphi rose
Changes by raphi rose : -- components: -Tests ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue27375] error in "make test", while trying to install python on linux computer

2016-06-23 Thread raphi rose
New submission from raphi rose: I am using ubuntu 14.04, and I am trying to install a newer version of python, instead of 2.7.6 I'm trying to use 3.5.1. to do this I downloaded the tar.xz file, extracted it to a directory in my computer (not the /usr/local/bin/). I then went into the terminal