Bug 131439

Summary: .pyc files have buildroot path in them
Product: [Fedora] Fedora Reporter: Peter Jones <pjones>
Component: pythonAssignee: Mihai Ibanescu <mihai.ibanescu>
Status: CLOSED CURRENTRELEASE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: katzj
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2.3.4-12 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-10-29 21:29:50 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:
Bug Depends On: 127243    
Bug Blocks:    

Description Peter Jones 2004-09-01 14:22:22 UTC
If I remove, for example, csv.py and csv.so, I get this in the call
trace when the compiled .pyc tries to load it csv.so:

File "<stdin>", line 1, in ?
File
"/usr/src/build/410155-x86_64/install/usr/lib64/python2.3/csv.py",
line 7, in ?

It shouldn't be a buildroot path there.

Comment 1 Mihai Ibanescu 2004-11-04 18:28:59 UTC
Fixed in python 2.3.4-12 or newer.

Comment 2 John Thacker 2006-10-29 21:29:50 UTC
Closing, since it should be fixed in all supported versions of Fedora Core.