Bug 1241971

Summary: Switch systemtap to use python3
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: systemtapAssignee: Frank Ch. Eigler <fche>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: brolley, dsmith, fche, jistone, lberk, mjw, nathans, rkuska, scox, wcohen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-07-10 15:53:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1014209    

Description Miro Hrončok 2015-07-10 14:12:23 UTC
Support for Python 3 has been added to systemtap [1]. System wide change for Fedora 23 was accepted by FESCo which implies that all packages on Live CD and other install media must run on Python 3 and not Python 2 [2].

Please update and change the systemtap package so it uses Python 3.

In case you don't have time/resources to do this in time before F23 Alpha freeze [3], I can do it myself, please let me know if that's acceptable.

Also related: bz1229835

[1] https://sourceware.org/ml/systemtap/2015-q1/msg00181.html
[2] https://fedoraproject.org/wiki/Changes/Python_3_as_Default
[3] https://fedoraproject.org/wiki/Releases/23/Schedule

Comment 1 Frank Ch. Eigler 2015-07-10 15:53:45 UTC
Fixed in upstream, coming to a weekly rawhide respin shortly

commit 0a74254591f07c403e1362bfc041e43ec20589da
Author: Frank Ch. Eigler <fche>
Date:   Fri Jul 10 10:52:47 2015 -0400

    BZ1241971: add --with-python3 to configury for /usr/bin/dtrace

Comment 2 Miro Hrončok 2015-07-10 17:02:59 UTC
Thank you.