[New-bugs-announce] [issue16982] _ssl not built --without-threads

Stefan Krah report at bugs.python.org
Wed Jan 16 17:56:20 CET 2013


New submission from Stefan Krah:

_ssl is not built on the Fedora buildbot:

http://buildbot.python.org/all/builders/AMD64%20Fedora%20without%20threads%203.x/builds/3798/steps/test/logs/stdio


building '_ssl' extension
gcc -fPIC -Wno-unused-result -g -O0 -Wall -Wstrict-prototypes -I./Include -I. -IInclude -I/usr/local/include -I/home/buildbot/buildarea/3.x.krah-fedora/build/Include -I/home/buildbot/buildarea/3.x.krah-fedora/build -c /home/buildbot/buildarea/3.x.krah-fedora/build/Modules/_ssl.c -o build/temp.linux-x86_64-3.4-pydebug/home/buildbot/buildarea/3.x.krah-fedora/build/Modules/_ssl.o
/home/buildbot/buildarea/3.x.krah-fedora/build/Modules/_ssl.c: In function ‘_servername_callback’:
/home/buildbot/buildarea/3.x.krah-fedora/build/Modules/_ssl.c:2398:5: warning: implicit declaration of function ‘PyGILState_Ensure’ [-Wimplicit-function-declaration]
/home/buildbot/buildarea/3.x.krah-fedora/build/Modules/_ssl.c:2403:9: warning: implicit declaration of function ‘PyGILState_Release’ [-Wimplicit-function-declaration]
gcc -shared build/temp.linux-x86_64-3.4-pydebug/home/buildbot/buildarea/3.x.krah-fedora/build/Modules/_ssl.o -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-x86_64-3.4-pydebug/_ssl.cpython-34dm.so
*** WARNING: renaming "_ssl" since importing it failed: build/lib.linux-x86_64-3.4-pydebug/_ssl.cpython-34dm.so: undefined symbol: PyGILState_Release

Python build finished, but the necessary bits to build these modules were not found:
_lzma                 _multiprocessing                         
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


Failed to build these modules:
_ssl

----------
components: Extension Modules
messages: 180094
nosy: skrah
priority: normal
severity: normal
stage: needs patch
status: open
title: _ssl not built --without-threads
type: compile error
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16982>
_______________________________________


More information about the New-bugs-announce mailing list