[New-bugs-announce] [issue16753] #include <ctype.h> broken on FreeBSD 9.1-RELEASE
Stefan Krah
report at bugs.python.org
Sun Dec 23 11:35:15 CET 2012
New submission from Stefan Krah:
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.
----------
keywords: buildbot
messages: 177971
nosy: koobs, skrah
priority: normal
severity: normal
status: open
title: #include <ctype.h> broken on FreeBSD 9.1-RELEASE
versions: Python 3.3, Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16753>
_______________________________________
More information about the New-bugs-announce
mailing list