Bug 575336

Summary: typo in python3's libpython.stp
Product: [Fedora] Fedora Reporter: Josh Stone <jistone>
Component: python3Assignee: Dave Malcolm <dmalcolm>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: amcnabb, dmalcolm, tomspur
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: python3-3.1.2-4.fc13 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-10 23:50:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Josh Stone 2010-03-20 07:38:00 UTC
A syntax error in libpython.stp is tripping up systemtap when we go to parse the installed tapsets.  The file in fedora-cvs says:

12:  ... = process("python3").("LIBRARY_PATH").mark("function__return")

and it should be:

12:  ... = process("python3").library("LIBRARY_PATH").mark("function__return")
                              ^^^^^^^

Comment 1 Dave Malcolm 2010-03-20 15:46:20 UTC
Oops; sorry.

Fixed for F-13 in python3-3.1.1-28.fc13 (though not yet pushed to the tree)

Fixed for devel in python3-3.1.1-28.fc14

Comment 2 Fedora Update System 2010-03-22 22:54:32 UTC
python3-3.1.2-1.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/python3-3.1.2-1.fc13

Comment 3 Fedora Update System 2010-03-23 23:29:49 UTC
python3-3.1.2-1.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update python3'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/python3-3.1.2-1.fc13

Comment 4 Fedora Update System 2010-03-25 22:26:34 UTC
python3-3.1.2-3.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update python3'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/python3-3.1.2-2.fc13

Comment 5 Fedora Update System 2010-04-02 18:43:04 UTC
python3-3.1.2-4.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update python3'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/python3-3.1.2-4.fc13

Comment 6 Fedora Update System 2010-05-10 23:50:43 UTC
python3-3.1.2-4.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.