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 steven.daprano
Recipients ned.deily, steven.daprano
Date 2016-09-12.03:16:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473650219.02.0.385206047793.issue28092@psf.upfronthosting.co.za>
In-reply-to
Content
On Centos 5.11, building fails with:

Python/dtrace_stubs.o: In function `PyDTrace_LINE':
/home/steve/python/python-dev/cpython/Include/pydtrace.h:28: multiple definition of `PyDTrace_LINE'
Python/ceval.o:/home/steve/python/python-dev/cpython/Include/pydtrace.h:28: first defined here
Python/dtrace_stubs.o: In function `PyDTrace_FUNCTION_ENTRY':
/home/steve/python/python-dev/cpython/Include/pydtrace.h:29: multiple definition of `PyDTrace_FUNCTION_ENTRY'
Python/ceval.o:/home/steve/python/python-dev/cpython/Include/pydtrace.h:29: first defined here
 [... many, many more duplicate definitions ...]
collect2: ld returned 1 exit status
make: *** [Programs/_freeze_importlib] Error 1


I've tried the usual `make distclean` and `hg update -C default` tricks, and the error remains.

See also discussion here:

https://mail.python.org/pipermail/python-list/2016-September/713888.html
History
Date User Action Args
2016-09-12 03:16:59steven.dapranosetrecipients: + steven.daprano, ned.deily
2016-09-12 03:16:59steven.dapranosetmessageid: <1473650219.02.0.385206047793.issue28092@psf.upfronthosting.co.za>
2016-09-12 03:16:58steven.dapranolinkissue28092 messages
2016-09-12 03:16:58steven.dapranocreate