[issue28092] Build failure for 3.6 on Centos 5.11

Martin Panter report at bugs.python.org
Sun Sep 11 23:26:47 EDT 2016


Martin Panter added the comment:

This is like the OS X Tiger buildbot failure.
http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/11323/steps/compile/logs/stdio
/usr/bin/ld: multiple definitions of symbol _PyDTrace_FUNCTION_ENTRY
Python/ceval.o definition of _PyDTrace_FUNCTION_ENTRY in section (__TEXT,__text)
Python/dtrace_stubs.o definition of _PyDTrace_FUNCTION_ENTRY in section (__TEXT,__text)

My stab in the dark is that the compiler (GCC?) being used is interpreting “inline” functions differently to C99.

----------
nosy: +benjamin.peterson, martin.panter

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28092>
_______________________________________


More information about the Python-bugs-list mailing list