Bug 143524

Summary: ethereal puts files in /usr/lib/python2.3/site-packages
Product: [Fedora] Fedora Reporter: Nathan G. Grennan <redhat-bugzilla>
Component: etherealAssignee: Radek Vokál <rvokal>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-12-23 09:35:41 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 Nathan G. Grennan 2004-12-21 22:21:54 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)

Description of problem:
ethereal packaged for x86_64 seems to improperly put files in
/usr/lib/python2.3/site-packages. It should be
/usr/lib64/python2.3/site-packages. This package isn't alone, and I
discovered this problem while trying to install bittorrent from
pre-extras.

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=143520

Version-Release number of selected component (if applicable):
ethereal-0.10.6-3

How reproducible:
Always

Steps to Reproduce:
1. rpm -qf ethreal | grep site-packages
2. rpm -qf python | grep site-packages

Actual Results:  ethereal uses /usr/lib and python uses /usr/lib64

Expected Results:  ethereal and python use /usr/lib64

Additional info:

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=143521

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=143522

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=143523

Comment 1 Nathan G. Grennan 2004-12-21 22:50:01 UTC
I meant

rpm -ql ethreal | grep site-packages
rpm -ql python | grep site-packages

not

rpm -qf ethreal | grep site-packages
rpm -qf python | grep site-packages

Comment 2 Radek Vokál 2004-12-23 09:35:41 UTC
Well this is strange 'cos what I see is that the lib path is get from
%{python_sitelib} macro and it's correctly unrolled to 

  /usr/lib64/python2.2/site-packages


Comment 3 Nathan G. Grennan 2004-12-23 15:52:34 UTC
Fedora Core 3 x86_64 with x86_64 ethereal and no i386/i686 packages

[root@proton ~]$ rpm -ql ethereal | grep site-packages
/usr/lib/python2.3/site-packages/ethereal_be.py
/usr/lib/python2.3/site-packages/ethereal_gen.py
[root@proton ~]$

[root@proton ~]$ rpm -q --queryformat
"%{name}-%{version}-%{release}-%{arch}\n" ethereal
ethereal-0.10.6-3-x86_64