Bug 488742

Summary: eric fails to start due to syntax error
Product: [Fedora] Fedora Reporter: Sam Garrett <metacarpal>
Component: ericAssignee: Rex Dieter <rdieter>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: dennis, fedora, rdieter
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: 2009-03-19 19:46:33 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 Sam Garrett 2009-03-05 16:06:39 UTC
Description of problem:
eric IDE does not start due to error in line 4 of /usr/bin/eric4

Version-Release number of selected component (if applicable):
eric-4.3.0-2.fc11.x86_64

How reproducible:
Every time

Steps to Reproduce:
1. Install eric
2. Start eric from the commandline (eric4)
3. Read error message
  
Actual results:
$ eric4
/usr/bin/eric4: line 4: syntax error near unexpected token `('
/usr/bin/eric4: line 4: `PYTHONDOCDIR=/usr/share/doc/python-docs-2.6 (/html'

Expected results:
eric IDE opens

Additional info:
line 4 of /usr/bin/eric4 needs to be changed from:
PYTHONDOCDIR=/usr/share/doc/python-docs-2.6 (/html
to:
PYTHONDOCDIR=/usr/share/doc/python-docs-2.6/html

Comment 1 Johan Cwiklinski 2009-03-05 18:06:03 UTC
I've just submitted the fix for that issue on the CVS. Rebuild is in progress.

Thanks for your report :)

Comment 2 Dennis Gilmore 2009-03-19 19:46:33 UTC
I can confirm this is fixed in current rawhide.