Bug 185948 - module loading broken on multiarch
Summary: module loading broken on multiarch
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: python
Version: 5
Hardware: x86_64
OS: Linux
medium
high
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-20 11:54 UTC by Neal Becker
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-01-06 21:18:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Neal Becker 2006-03-20 11:54:15 UTC
Description of problem: 
 
I've been trying to track down a problem with python module loading for 
multarch (x86_64).  I think we have a problem.  The discussion so far is 
archived here: 
 
http://mail.python.org/pipermail/python-dev/2006-March/062462.html 
 
It seems that the system Fedora has setup here: 
 
http://fedoraproject.org/wiki/Packaging/Python 
 
is not really correct. 
 
Version-Release number of selected component (if applicable): 
 
 
How reproducible: 
 
 
Steps to Reproduce: 
1. 
2. 
3. 
   
Actual results: 
 
 
Expected results: 
 
 
Additional info:

Comment 1 Jeremy Katz 2007-01-06 21:18:08 UTC
You don't use _both_ sitearch and sitelib for a single package; you use sitearch
if there's a need for arch specific bits at all and only use sitelib for
entirely noarch modules


Note You need to log in before you can comment on or make changes to this bug.