Bug 210309 - CrossVC doesn't start up due to old name in script
Summary: CrossVC doesn't start up due to old name in script
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: lincvs
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jochen Schmitt
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 210420 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-10-11 14:22 UTC by Kevin Kofler
Modified: 2007-11-30 22:11 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-10-11 21:16:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Kevin Kofler 2006-10-11 14:22:56 UTC
Description of problem:
CrossVC doesn't start up because the script still uses:
#!/bin/sh
exec /usr/lib/LinCVS/AppRun $@
(Note the "LinCVS" in there, while the libs are actually 
under /usr/lib/CrossVC now.)

Version-Release number of selected component (if applicable):
crossvc-1.5.0-3.fc5

How reproducible:
Always.

Steps to Reproduce:
1. Run crossvc.
  
Actual results:
/usr/bin/crossvc: line 2: /usr/lib/LinCVS/AppRun: No such file or directory
/usr/bin/crossvc: line 2: exec: /usr/lib/LinCVS/AppRun: cannot execute: No 
such file or directory

Expected results:
CrossVC starts up.

Additional info:
Fix: sed -i -e 's/LinCVS/CrossVC/g' /usr/bin/crossvc

PS: The Bugzilla component needs updating too, I'm filing this under "lincvs" 
because there's no "crossvc" component.

Comment 1 Jochen Schmitt 2006-10-11 21:16:45 UTC
I have fixed the bug and built a new release of the package. It should be
available on the mirrors in the next days.

Comment 2 Jochen Schmitt 2006-10-15 18:13:39 UTC
*** Bug 210420 has been marked as a duplicate of this bug. ***


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