Bug 163801

Summary: /usr/share/pvm3/lib/pvmgetarch return value is wrong
Product: [Fedora] Fedora Reporter: jean-philippe Chancelier <jpc>
Component: pvmAssignee: Jason Vas Dias <jvdias>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-21 15:19:00 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 jean-philippe Chancelier 2005-07-21 08:52:23 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4

Description of problem:
pvmgetarch returns LINUX 
[jpc@clio ~]$ /usr/share/pvm3/lib/pvmgetarch
LINUX
while executables and libraries related to PVM are 
in LINUXI386 directories thus searching components with 
/usr/share/pvm3/lib/`/usr/share/pvm3/lib/pvmgetarch`/libpvm3.a 
won't work 

Version-Release number of selected component (if applicable):
LINUX returned while expecting LINUXI386

How reproducible:
Always

Steps to Reproduce:
1.ls /usr/share/pvm3/lib/`/usr/share/pvm3/lib/pvmgetarch`/libpvm3.a
2.
3.
  

Actual Results:  
ls: /usr/share/pvm3/lib/LINUX/libpvm3.a: No such file or directory


Expected Results:  [jpc@clio ~]$ ls /usr/share/pvm3/lib/LINUXI386/libpvm3.a
/usr/share/pvm3/lib/LINUXI386/libpvm3.a


Additional info:

Comment 1 Jason Vas Dias 2005-07-21 15:19:00 UTC
This issue was fixed with pvm-3.4.5-5 in Rawhide a few weeks ago - unfortunately,
I neglected to issue FC4 and FC3 updates - sorry - I am now doing so.  


*** This bug has been marked as a duplicate of 155785 ***