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 cstratak
Recipients SilentGhost, benesch, berker.peksag, bkabrda, cburroughs, cstratak, dmalcolm, durin42, jcea, koobs, lukasz.langa, xmorel
Date 2016-11-02.16:43:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478105009.91.0.880076144261.issue21590@psf.upfronthosting.co.za>
In-reply-to
Content
Fedora so far has been using the systemtap patch downstream from dmalcolm [0].

So for 3.6 by removing the systemtap patch (it cannot be applied anymore cleanly) and by enabling the --with-dtrace configure flag I get this error [1]:
<snip>
make: *** [Makefile:884: Include/pydtrace_probes.h] Error 1
<snip>

If however I touch the pydtrace_probes.h file I get various undefined references [2] and also:
<snip>
make: *** [Makefile:724: Programs/_freeze_importlib] Error 1
<snip>

[0] http://pkgs.fedoraproject.org/cgit/rpms/python3.git/tree/00055-systemtap.patch
[1] https://kojipkgs.fedoraproject.org//work/tasks/9656/16279656/build.log
[2] https://kojipkgs.fedoraproject.org//work/tasks/9670/16279670/build.log
History
Date User Action Args
2016-11-02 16:43:30cstrataksetrecipients: + cstratak, jcea, durin42, SilentGhost, dmalcolm, xmorel, cburroughs, lukasz.langa, berker.peksag, bkabrda, koobs, benesch
2016-11-02 16:43:29cstrataksetmessageid: <1478105009.91.0.880076144261.issue21590@psf.upfronthosting.co.za>
2016-11-02 16:43:29cstrataklinkissue21590 messages
2016-11-02 16:43:29cstratakcreate