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.

Author skrah
Recipients skrah
Date 2013-01-16.16:56:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358355380.96.0.943245942304.issue16982@psf.upfronthosting.co.za>
In-reply-to
Content
_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
History
Date User Action Args
2013-01-16 16:56:21skrahsetrecipients: + skrah
2013-01-16 16:56:20skrahsetmessageid: <1358355380.96.0.943245942304.issue16982@psf.upfronthosting.co.za>
2013-01-16 16:56:20skrahlinkissue16982 messages
2013-01-16 16:56:20skrahcreate