Bug 211327

Summary: Listen does not launch in default install on x86_64 machines, edit of launcher script is required.
Product: [Fedora] Fedora Reporter: Gian Paolo Mureddu <gmureddu>
Component: listenAssignee: Haïkel Guémar <karlthered>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: 0.5-8.beta1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-11-01 12:18:12 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:
Attachments:
Description Flags
The attahced file is a rough patch for the right launcher script on x86_64 and possibly other 64-bit architectures. none

Description Gian Paolo Mureddu 2006-10-18 18:14:12 UTC
Description of problem:
Listen launcher script in /usr/bin/listen does not point to the right .py (in
/usr/lib64) in x64_64 and possibly other 64-bit platforms.

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


How reproducible:
Always. Has been there since a couple releases.

Steps to Reproduce:
1. install listen with yum
2. type "listen" in a console to get the error message about the .py file not
being found at the /usr/lib path.
3.
  
Actual results:
The program does not launch. Manual edit of the file is required for 64-bit
architectures.

Expected results:


Additional info:

Comment 1 Gian Paolo Mureddu 2006-10-18 18:14:12 UTC
Created attachment 138813 [details]
The attahced file is a rough patch for the right launcher script on x86_64 and possibly other 64-bit architectures.

Comment 2 Haïkel Guémar 2006-10-18 21:01:40 UTC
I have been emailed about this, it will be fixed by the next update.
It's due to Listen not respecting FHS and I don't have any x86_64 box to test my
packages.
One question: after replacing lib by lib64 in /usr/bin/listen, does the
application launch or it still fails ?

Comment 3 Gian Paolo Mureddu 2006-10-20 03:41:13 UTC
Hi, after changing /usr/lib for /usr/lib64 it works as expected. Thanks for your
answer.

Comment 4 Haïkel Guémar 2006-11-01 12:18:12 UTC
fixed by current release.