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 serhiy.storchaka
Recipients ethan.furman, giampaolo.rodola, gvanrossum, neologix, python-dev, serhiy.storchaka, vstinner
Date 2014-04-04.13:50:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396619426.33.0.59215512444.issue21076@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%203.x/builds/4131/steps/compile/logs/stdio

gcc -pthread   -Xlinker -export-dynamic -o Modules/_testembed Modules/_testembed.o libpython3.5dm.a -lpthread -ldl  -lutil   -lm  
libpython3.5dm.a(config.o):(.data+0x18): undefined reference to `PyInit_signal'
collect2: ld returned 1 exit status
make: *** [Modules/_testembed] Error 1
History
Date User Action Args
2014-04-04 13:50:26serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, vstinner, giampaolo.rodola, neologix, ethan.furman, python-dev
2014-04-04 13:50:26serhiy.storchakasetmessageid: <1396619426.33.0.59215512444.issue21076@psf.upfronthosting.co.za>
2014-04-04 13:50:26serhiy.storchakalinkissue21076 messages
2014-04-04 13:50:25serhiy.storchakacreate