Message275935
| 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:59 | steven.daprano | set | recipients:
+ steven.daprano, ned.deily |
| 2016年09月12日 03:16:59 | steven.daprano | set | messageid: <1473650219.02.0.385206047793.issue28092@psf.upfronthosting.co.za> |
| 2016年09月12日 03:16:58 | steven.daprano | link | issue28092 messages |
| 2016年09月12日 03:16:58 | steven.daprano | create |
|