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 benjamin.peterson, gpolo, loewis, python-dev, serhiy.storchaka, vstinner
Date 2015-04-20.10:05:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429524358.1.0.0528417213771.issue16840@psf.upfronthosting.co.za>
In-reply-to
Content
There is at least one buildbot that now fails to build _tkinter.

http://buildbot.python.org/all/builders/x86%20FreeBSD%206.4%202.7/builds/2457/steps/test/logs/stdio
building '_tkinter' extension
gcc -pthread -fPIC -fno-strict-aliasing -g -O2 -g -O0 -Wall -Wstrict-prototypes -DWITH_APPINIT=1 -I/usr/local/include/tcl8.5 -I/usr/local/include/tk8.5 -I/usr/X11R6/include -I. -IInclude -I./Include -I/usr/local/include -I/usr/home/db3l/buildarea/2.7.bolen-freebsd/build/Include -I/usr/home/db3l/buildarea/2.7.bolen-freebsd/build -c /usr/home/db3l/buildarea/2.7.bolen-freebsd/build/Modules/_tkinter.c -o build/temp.freebsd-6.4-RELEASE-i386-2.7-pydebug/usr/home/db3l/buildarea/2.7.bolen-freebsd/build/Modules/_tkinter.o
/usr/home/db3l/buildarea/2.7.bolen-freebsd/build/Modules/_tkinter.c:101:24: tclTomMath.h: No such file or directory
History
Date User Action Args
2015-04-20 10:05:58serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, vstinner, benjamin.peterson, gpolo, python-dev
2015-04-20 10:05:58serhiy.storchakasetmessageid: <1429524358.1.0.0528417213771.issue16840@psf.upfronthosting.co.za>
2015-04-20 10:05:58serhiy.storchakalinkissue16840 messages
2015-04-20 10:05:57serhiy.storchakacreate