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 koobs, skrah
Date 2012-12-23.10:35:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356258915.36.0.46771608396.issue16753@psf.upfronthosting.co.za>
In-reply-to
Content
This is strictly a buildbot issue. #include <ctype.h> seems broken on

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%20dtrace%203.3/builds/248/steps/compile/logs/stdio



In file included from /usr/include/ctype.h:83,
                 from /usr/home/buildbot/python/3.3.koobs-freebsd/build/Modules/_decimal/libmpdec/io.c:33:
/usr/include/xlocale/_ctype.h:56:38: error: operator '!' has no right operand


Also note that the buildbot software reports success (i.e. the compile step is green) despite the error.
History
Date User Action Args
2012-12-23 10:35:15skrahsetrecipients: + skrah, koobs
2012-12-23 10:35:15skrahsetmessageid: <1356258915.36.0.46771608396.issue16753@psf.upfronthosting.co.za>
2012-12-23 10:35:15skrahlinkissue16753 messages
2012-12-23 10:35:13skrahcreate