New submission from Jakub Kulik <[email protected]>:
Python won't build on Solaris with dtrace support enabled.
Solaris is one of those systems where it is necessary to generate dtrace object
files with dtrace -G. While this need is included in python configure and
Makefiles, it doesn't work correctly.
First, configure tests -G support on file with not completely valid content of
just BEGIN inside. Valid should have BEGIN{}. This is not a problem for systems
that don't require dtrace object files as this test should fail for them
anyway, however it incorrectly detects those like Solaris.
And second, Makefile is not ready for dtrace as the DTRACE_DEPS variable
doesn't include all the necessary files.
----------
components: Build
messages: 331997
nosy: kulikjak
priority: normal
severity: normal
status: open
title: Python won't build with dtrace enabled on some systems.
type: compile error
versions: Python 3.7
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue35520>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com