[issue40266] Failure to build _ssl module on ubuntu xenial

Anthony Sottile report at bugs.python.org
Mon Apr 13 12:57:13 EDT 2020


Anthony Sottile <asottile at umich.edu> added the comment:

yes, it is still broken, now with fewer errors:

2020-04-13T15:06:34.7330649Z x86_64-linux-gnu-gcc -pthread -fPIC -Wdate-time -D_FORTIFY_SOURCE=2 -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -fstack-protector -Wformat -Werror=format-security -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I../Include/internal -I../Include -IObjects -IPython -I. -I/usr/include/x86_64-linux-gnu -I/tmp/code/Include -I/tmp/code/build-static -c /tmp/code/Modules/_ssl.c -o build/temp.linux-x86_64-3.9/tmp/code/Modules/_ssl.o
2020-04-13T15:06:34.8649844Z In file included from /tmp/code/Modules/_ssl.c:136:0:
2020-04-13T15:06:34.8651190Z /tmp/code/Modules/_ssl_data.h:650:28: error: ‘ERR_LIB_ASYNC’ undeclared here (not in a function)
2020-04-13T15:06:34.8651651Z      {"FAILED_TO_SET_POOL", ERR_LIB_ASYNC, 101},
2020-04-13T15:06:34.8651920Z                             ^
2020-04-13T15:06:34.8661090Z /tmp/code/Modules/_ssl_data.h:1510:29: error: ‘ERR_LIB_CT’ undeclared here (not in a function)
2020-04-13T15:06:34.8661535Z      {"BASE64_DECODE_ERROR", ERR_LIB_CT, 108},
2020-04-13T15:06:34.8661802Z                              ^
2020-04-13T15:06:34.8676472Z /tmp/code/Modules/_ssl_data.h:2650:24: error: ‘ERR_LIB_KDF’ undeclared here (not in a function)
2020-04-13T15:06:34.8676957Z      {"INVALID_DIGEST", ERR_LIB_KDF, 100},
2020-04-13T15:06:34.8677361Z                         ^

----------
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40266>
_______________________________________


More information about the Python-bugs-list mailing list