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.

classification
Title: test_ctypes ,test_dbm and test_ssl fail on arm64 (aarch64) architecture
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.6
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: iritkatriel, jonny789
Priority: normal Keywords:

Created on 2017-07-22 14:32 by jonny789, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python3.6.2 build aarch64 log.txt jonny789, 2017-07-22 14:31 python3.6.2 build aarch64 log
Messages (3)
msg298855 - (view) Author: jonny (jonny789) * Date: 2017-07-22 14:31
I am running debian stretch on 64bit arm system. I am trying to install python 3.6.2. But facing errors in these tests while running make test.
I have installed these libraries :: apt install liblzma-dev  libz-dev libreadline-dev  libncursesw5-dev libssl-dev libgdbm-dev libsqlite3-dev libbz2-dev tk-dev libc6-dev libdb-dev libmpdec-dev

test_ctype test_pass_by_value is still a issue for aarch64 as I found here :: https://bugs.python.org/issue29804.
So is with test_ssl as mentioned here :: https://bugs.python.org/issue30714
But I have no idea why test_dbm is failing as I have installed req. libraries as stated here :: http://bugs.python.org/issue14120

As test_ctypes test_pass_by_value has been fixed [https://github.com/python/cpython/commit/a86339b83fbd0932e0529a3c91935e997a234582#diff-8e60f1d7697d458dee7303f92bc5a5c0L250 ]
 in Python version 3.7.0 alpha 1 [https://github.com/python/cpython]. So I tried to build python 3.7.0. But this time only test_dbm and test_ssl failed showing same errors.

Please guide me , how to resolve these.
msg401532 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-09-09 23:19
Python 3.6 is no longer maintained. Please create a new issue if you are having problems with this on a current version (>= 3.9).
msg401533 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-09-09 23:20
Changing type since test failures are not crash.
History
Date User Action Args
2022-04-11 14:58:49adminsetgithub: 75174
2021-09-09 23:20:43iritkatrielsettype: crash -> behavior
messages: + msg401533
2021-09-09 23:19:45iritkatrielsetstatus: open -> closed

nosy: + iritkatriel
messages: + msg401532

resolution: out of date
stage: resolved
2017-07-22 14:32:25jonny789create