Yoong Hor Meng <yoon...@gmail.com> added the comment:

I installed libncurses5-dev and ran configure again:

./configure \
  --with-openssl=/usr
  --enable-optimizations

It could be build without skipping test_curses. It seems that regrtest.py looks 
for libncurses5-dev during configure state.

...
Run tests sequentially
0:00:00 load avg: 0.52 [  1/423] test_grammar
0:00:00 load avg: 0.52 [  2/423] test_opcodes
0:00:00 load avg: 0.52 [  3/423] test_dict
0:00:02 load avg: 0.52 [  4/423] test_builtin
0:00:05 load avg: 0.52 [  5/423] test_exceptions
0:00:26 load avg: 0.52 [  6/423] test_types
0:00:27 load avg: 0.52 [  7/423] test_unittest
0:00:57 load avg: 0.52 [  8/423] test_doctest -- test_unittest passed in 30 sec 
585 ms
0:01:17 load avg: 0.52 [  9/423] test_doctest2
0:01:17 load avg: 0.52 [ 10/423] test_support
0:02:22 load avg: 0.52 [ 11/423] test___all__ -- test_support passed in 1 min 4 
sec
0:02:33 load avg: 0.52 [ 12/423] test___future__
0:02:33 load avg: 0.52 [ 13/423] test__locale
0:02:34 load avg: 0.52 [ 14/423] test__opcode
0:02:34 load avg: 0.52 [ 15/423] test__osx_support
0:02:35 load avg: 0.52 [ 16/423] test__xxsubinterpreters
0:02:46 load avg: 0.52 [ 17/423] test_abc
0:02:47 load avg: 0.52 [ 18/423] test_abstract_numbers
0:02:48 load avg: 0.52 [ 19/423] test_aifc
0:02:50 load avg: 0.52 [ 20/423] test_argparse
0:03:01 load avg: 0.52 [ 21/423] test_array
0:03:09 load avg: 0.52 [ 22/423] test_asdl_parser
0:03:10 load avg: 0.52 [ 23/423] test_ast
0:03:20 load avg: 0.52 [ 24/423] test_asyncgen
0:03:22 load avg: 0.52 [ 25/423] test_asynchat
0:03:25 load avg: 0.52 [ 26/423] test_asyncio
Future exception was never retrieved
future: <Future finished exception=BrokenPipeError()>
BrokenPipeError
Future exception was never retrieved
future: <Future finished exception=BrokenPipeError()>
BrokenPipeError
Future exception was never retrieved
future: <Future finished exception=BrokenPipeError()>
BrokenPipeError
Future exception was never retrieved
future: <Future finished exception=BrokenPipeError()>
BrokenPipeError
test test_asyncio failed
0:07:47 load avg: 0.52 [ 27/423] test_asyncore -- test_asyncio failed in 4 min 
22 sec
0:07:47 load avg: 0.52 [ 28/423] test_atexit -- test_asyncore skipped
0:07:50 load avg: 0.52 [ 29/423] test_audioop
0:07:50 load avg: 0.52 [ 30/423] test_audit
0:08:06 load avg: 0.52 [ 31/423] test_augassign
0:08:07 load avg: 0.52 [ 32/423] test_base64
0:08:12 load avg: 0.52 [ 33/423] test_baseexception
0:08:13 load avg: 0.52 [ 34/423] test_bdb
0:08:14 load avg: 0.52 [ 35/423] test_bigaddrspace
0:08:15 load avg: 0.52 [ 36/423] test_bigmem
0:08:16 load avg: 0.52 [ 37/423] test_binascii
0:08:17 load avg: 0.52 [ 38/423] test_binhex
0:08:17 load avg: 0.52 [ 39/423] test_binop
0:08:18 load avg: 0.52 [ 40/423] test_bisect
0:08:19 load avg: 0.52 [ 41/423] test_bool
0:08:20 load avg: 0.52 [ 42/423] test_buffer
0:08:57 load avg: 0.52 [ 43/423] test_bufio -- test_buffer passed in 37 sec 284 
ms
0:09:15 load avg: 0.52 [ 44/423] test_bytes
0:09:24 load avg: 0.52 [ 45/423] test_bz2
...


I ran all this in wsl.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37460>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to