[issue16753] #include broken on FreeBSD 9.1-RELEASE

2012-12-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset f05d29353f02 by Stefan Krah in branch '3.3': Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc). http://hg.python.org/cpython/rev/f05d29353f02 -- nosy: +python-dev ___ Python tracker <

[issue16753] #include broken on FreeBSD 9.1-RELEASE

2012-12-23 Thread Stefan Krah
Stefan Krah added the comment: On second thought, gcc defines __GNUC_STDC_INLINE__ to 1, so probably libmpdec should do the same. -- ___ Python tracker ___ __

[issue16753] #include broken on FreeBSD 9.1-RELEASE

2012-12-23 Thread Stefan Krah
Stefan Krah added the comment: Thanks, it's really a FreeBSD issue then. I was wondering how this could go undetected in a production release. The reason is probably that __GNUC_STDC_INLINE__ (which libmpdec uses) is quite rare. -- resolution: -> invalid stage: -> committed/rejected st

[issue16753] #include broken on FreeBSD 9.1-RELEASE

2012-12-23 Thread koobs
koobs added the comment: This was noted by Dmitry Sivachenko during tests of my python33 port for FreeBSD, with the following commits going to HEAD (CURRENT) and RELENG_9 (9-STABLE) respectively: http://svnweb.freebsd.org/base?view=revision&revision=243032 http://svnweb.freebsd.org/base?view=r

[issue16753] #include broken on FreeBSD 9.1-RELEASE

2012-12-23 Thread Stefan Krah
New submission from Stefan Krah: This is strictly a buildbot issue. #include 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/buildb