Bug 116440

Summary: attempts to access 64-bit library files on a 32-bit system
Product: [Fedora] Fedora Reporter: Kaj J. Niemi <kajtzu>
Component: pycheckerAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-02-24 18:37:27 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:    
Bug Blocks: 114961    

Description Kaj J. Niemi 2004-02-21 01:52:45 UTC
Description of problem:
% uname -srvmpi
Linux 2.6.3-1.91 #1 Wed Feb 18 23:08:10 EST 2004 i686 i686 i386
% pychecker
/usr/bin/python: can't open file
'/usr/lib64/python2.3/site-packages/pychecker/checker.py'


Version-Release number of selected component (if applicable):
pychecker-0.8.13-2

How reproducible:
Always

Steps to Reproduce:
1. rpm -ivh pychecker-0.8.13-2.noarch.rpm
2. pychecker
  
Actual results:
Fails

Expected results:
Should work on non-64-bit systems too.

Additional info:
Looks like /usr/bin/pychecker attempts to call checker.py in the wrong
location.

Comment 1 Jeremy Katz 2004-02-23 23:36:29 UTC
Fixed

Comment 2 Kaj J. Niemi 2004-02-24 18:37:27 UTC
Works, thanks.