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 vstinner
Recipients Arfrever, John.Malmberg, Vitor.de.Lima, gustavotemple, jyasskin, neologix, python-dev, vstinner
Date 2015-01-13.15:19:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421162391.98.0.819395372224.issue22038@psf.upfronthosting.co.za>
In-reply-to
Content
I reopen the issue because Python cannot be compiled anymore on the Builder AMD64 FreeBSD 10.0 3.x:

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/2947/steps/configure/logs/stdio

checking for stdatomic.h... yes
checking for GCC >= 4.7 __atomic builtins... yes

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/2947/steps/compile/logs/stdio

--- Parser/tokenizer_pgen.o ---
In file included from Parser/tokenizer_pgen.c:2:
In file included from Parser/tokenizer.c:4:
In file included from Include/Python.h:53:
Include/pyatomic.h:37:5: error: _Atomic cannot be applied to incomplete type 'void' 
    _Atomic void *_value;
    ^
History
Date User Action Args
2015-01-13 15:19:52vstinnersetrecipients: + vstinner, jyasskin, Arfrever, neologix, python-dev, John.Malmberg, Vitor.de.Lima, gustavotemple
2015-01-13 15:19:51vstinnersetmessageid: <1421162391.98.0.819395372224.issue22038@psf.upfronthosting.co.za>
2015-01-13 15:19:51vstinnerlinkissue22038 messages
2015-01-13 15:19:51vstinnercreate