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 lukasz.langa
Recipients SilentGhost, benesch, berker.peksag, bkabrda, cburroughs, cstratak, dmalcolm, durin42, jcea, koobs, lukasz.langa, python-dev, xmorel
Date 2016-11-07.22:33:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478558029.41.0.0867534721215.issue21590@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, let's close this.

@Charalampos, the error in your build comes from the /usr/bin/dtrace wrapper:
Traceback (most recent call last):
  File "/usr/bin/dtrace", line 440, in <module>
    sys.exit(main())
  File "/usr/bin/dtrace", line 385, in main
    providers.probe_write(s_filename, filename + suffix)
  File "/usr/bin/dtrace", line 181, in probe_write
    hdr = open(header, mode='w')
FileNotFoundError: [Errno 2] No such file or directory: 'Include/pydtrace_probes.h'

For some reason the path Include/pydtrace_probes.h is not writable. Maybe this is RPM-specific?
History
Date User Action Args
2016-11-07 22:33:49lukasz.langasetrecipients: + lukasz.langa, jcea, durin42, SilentGhost, dmalcolm, xmorel, cburroughs, python-dev, berker.peksag, bkabrda, koobs, benesch, cstratak
2016-11-07 22:33:49lukasz.langasetmessageid: <1478558029.41.0.0867534721215.issue21590@psf.upfronthosting.co.za>
2016-11-07 22:33:49lukasz.langalinkissue21590 messages
2016-11-07 22:33:49lukasz.langacreate